2022-11-23T00:48:12.6937899Z Requested labels: linux.2xlarge 2022-11-23T00:48:12.6937977Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T00:48:12.6938003Z Waiting for a runner to pick up this job... 2022-11-23T00:48:13.5307861Z Job is about to start running on the runner: i-0ef650028836c8da8 (organization) 2022-11-23T00:48:18.2817084Z Current runner version: '2.299.1' 2022-11-23T00:48:18.2822354Z Runner name: 'i-0ef650028836c8da8' 2022-11-23T00:48:18.2822910Z Runner group name: 'Default' 2022-11-23T00:48:18.2823560Z Machine name: 'ip-10-0-3-106' 2022-11-23T00:48:18.2825613Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T00:48:18.2826267Z Actions: write 2022-11-23T00:48:18.2826588Z Checks: write 2022-11-23T00:48:18.2826859Z Contents: write 2022-11-23T00:48:18.2827191Z Deployments: write 2022-11-23T00:48:18.2827559Z Discussions: write 2022-11-23T00:48:18.2827925Z Issues: write 2022-11-23T00:48:18.2828240Z Metadata: read 2022-11-23T00:48:18.2828566Z Packages: write 2022-11-23T00:48:18.2828849Z Pages: write 2022-11-23T00:48:18.2829197Z PullRequests: write 2022-11-23T00:48:18.2829557Z RepositoryProjects: write 2022-11-23T00:48:18.2829881Z SecurityEvents: write 2022-11-23T00:48:18.2830208Z Statuses: write 2022-11-23T00:48:18.2830556Z ##[endgroup] 2022-11-23T00:48:18.2833422Z Secret source: Actions 2022-11-23T00:48:18.2834024Z Prepare workflow directory 2022-11-23T00:48:18.3439697Z Prepare all required actions 2022-11-23T00:48:18.3593730Z Getting action download info 2022-11-23T00:48:18.5540901Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T00:48:18.8036449Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T00:48:26.4047112Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T00:48:26.6611457Z Getting action download info 2022-11-23T00:48:26.8118733Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T00:48:26.9834177Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T00:48:26.9835734Z ##[group] Inputs 2022-11-23T00:48:26.9836020Z build-environment: caffe2-linux-focal-py3.7-gcc7 2022-11-23T00:48:26.9836315Z docker-image-name: pytorch-linux-focal-py3.7-gcc7 2022-11-23T00:48:26.9836875Z build-generates-artifacts: true 2022-11-23T00:48:26.9837101Z build-with-debug: false 2022-11-23T00:48:26.9837287Z sync-tag: 2022-11-23T00:48:26.9837455Z cuda-arch-list: 5.2 2022-11-23T00:48:26.9837643Z runner: linux.2xlarge 2022-11-23T00:48:26.9837825Z test-matrix: 2022-11-23T00:48:26.9837998Z ##[endgroup] 2022-11-23T00:48:26.9838397Z Complete job name: caffe2-linux-focal-py3.7-gcc7 / build 2022-11-23T00:48:27.0573179Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T00:48:27.0573433Z with: 2022-11-23T00:48:27.0573900Z github-secret: *** 2022-11-23T00:48:27.0574112Z activate-with-label: false 2022-11-23T00:48:27.0574299Z label: with-ssh 2022-11-23T00:48:27.0574492Z remove-existing-keys: true 2022-11-23T00:48:27.0574689Z ##[endgroup] 2022-11-23T00:48:27.1312826Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T00:48:27.1470482Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T00:48:27.1470735Z with: 2022-11-23T00:48:27.1470910Z submodules: recursive 2022-11-23T00:48:27.1471095Z fetch-depth: 0 2022-11-23T00:48:27.1471257Z ##[endgroup] 2022-11-23T00:48:27.1674759Z ##[group]Run retry () { 2022-11-23T00:48:27.1675021Z retry () { 2022-11-23T00:48:27.1675286Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T00:48:27.1675492Z } 2022-11-23T00:48:27.1675680Z echo "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.1675900Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T00:48:27.1676113Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.1676318Z else 2022-11-23T00:48:27.1676516Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.1676695Z fi 2022-11-23T00:48:27.1676876Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.1692401Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:48:27.1692630Z env: 2022-11-23T00:48:27.1692921Z NO_SUDO: 2022-11-23T00:48:27.1693096Z ##[endgroup] 2022-11-23T00:48:27.1782647Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:27.2057982Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T00:48:27.2058200Z with: 2022-11-23T00:48:27.2058398Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:48:27.2058591Z fetch-depth: 0 2022-11-23T00:48:27.2058779Z submodules: recursive 2022-11-23T00:48:27.2058969Z quiet-checkout: true 2022-11-23T00:48:27.2059156Z repository: pytorch/pytorch 2022-11-23T00:48:27.2059495Z token: *** 2022-11-23T00:48:27.2059671Z ssh-strict: true 2022-11-23T00:48:27.2059855Z persist-credentials: true 2022-11-23T00:48:27.2060049Z clean: true 2022-11-23T00:48:27.2060215Z lfs: false 2022-11-23T00:48:27.2060527Z set-safe-directory: true 2022-11-23T00:48:27.2060707Z ##[endgroup] 2022-11-23T00:48:27.3145471Z Syncing repository: pytorch/pytorch 2022-11-23T00:48:27.3146808Z ##[group]Getting Git version info 2022-11-23T00:48:27.3147230Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:27.3147674Z [command]/usr/bin/git version 2022-11-23T00:48:27.3147943Z git version 2.37.1 2022-11-23T00:48:27.3148513Z ##[endgroup] 2022-11-23T00:48:27.3159519Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a1a0be3a-d2bc-41c9-99f0-17f303e0fa1a' before making global git config changes 2022-11-23T00:48:27.3159957Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:48:27.3160426Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:27.3191937Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:27.3196232Z ##[group]Initializing the repository 2022-11-23T00:48:27.3198979Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:27.3225720Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T00:48:27.3226142Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T00:48:27.3226463Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T00:48:27.3226737Z hint: 2022-11-23T00:48:27.3227109Z hint: git config --global init.defaultBranch 2022-11-23T00:48:27.3227322Z hint: 2022-11-23T00:48:27.3227608Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T00:48:27.3228053Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T00:48:27.3228279Z hint: 2022-11-23T00:48:27.3228490Z hint: git branch -m 2022-11-23T00:48:27.3229750Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T00:48:27.3235459Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T00:48:27.3259389Z ##[endgroup] 2022-11-23T00:48:27.3259757Z ##[group]Disabling automatic garbage collection 2022-11-23T00:48:27.3262439Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T00:48:27.3286377Z ##[endgroup] 2022-11-23T00:48:27.3287001Z ##[group]Setting up auth 2022-11-23T00:48:27.3292419Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:48:27.3316861Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T00:48:27.3570787Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:48:27.3595727Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T00:48:27.3822525Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:48:27.3859241Z ##[endgroup] 2022-11-23T00:48:27.3859599Z ##[group]Fetching the repository 2022-11-23T00:48:27.3865051Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T00:49:24.0216295Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T00:49:24.0236153Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:24.0240798Z ##[endgroup] 2022-11-23T00:49:24.0241147Z ##[group]Determining the checkout info 2022-11-23T00:49:24.0242027Z ##[endgroup] 2022-11-23T00:49:24.0242350Z ##[group]Checking out the ref 2022-11-23T00:49:24.0245404Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:25.2828015Z ##[endgroup] 2022-11-23T00:49:25.2828445Z ##[group]Setting up auth for fetching submodules 2022-11-23T00:49:25.2832970Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:49:25.2875205Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T00:49:25.2899362Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T00:49:25.2923016Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T00:49:25.2949888Z ##[endgroup] 2022-11-23T00:49:25.2950427Z ##[group]Fetching submodules 2022-11-23T00:49:25.2953547Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T00:49:25.3197291Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T00:49:25.3430572Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T00:49:25.3431547Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T00:49:25.3433598Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T00:49:25.3435531Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T00:49:25.3437716Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T00:49:25.3440235Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T00:49:25.3442375Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T00:49:25.3444858Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T00:49:25.3449466Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T00:49:25.3452101Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T00:49:25.3454853Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T00:49:25.3457630Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T00:49:25.3460914Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T00:49:25.3463690Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T00:49:25.3466890Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T00:49:25.3470194Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T00:49:25.3473569Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T00:49:25.3477130Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:49:25.3480672Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T00:49:25.3484487Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T00:49:25.3488414Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T00:49:25.3492297Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T00:49:25.3496224Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T00:49:25.3500209Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T00:49:25.3504404Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T00:49:25.3508770Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T00:49:25.3513029Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T00:49:25.3517410Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T00:49:25.3522066Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T00:49:25.3526815Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T00:49:25.3531701Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T00:49:25.3536383Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T00:49:25.3541403Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T00:49:25.3546322Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T00:49:25.3551607Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T00:49:25.3556826Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T00:49:25.3562219Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T00:49:25.3567593Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T00:49:25.3573205Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T00:49:25.3578958Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T00:49:25.3584686Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T00:49:25.3608315Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T00:49:25.6712378Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T00:49:25.8592331Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T00:49:26.0400299Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T00:49:26.3047100Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T00:49:26.5601621Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T00:49:28.6609245Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T00:49:34.6722141Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T00:49:35.0707077Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T00:49:35.5536028Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T00:49:36.9945780Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T00:49:38.1047851Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T00:49:39.4991522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T00:49:45.4891585Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T00:49:46.1980993Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T00:49:47.5196527Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T00:49:48.6280536Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T00:49:48.8105017Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T00:49:49.2206770Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T00:49:49.5241315Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T00:49:50.5161830Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T00:49:50.9450330Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T00:49:51.1543047Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T00:49:51.3817908Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T00:49:52.7164881Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T00:49:53.1377016Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T00:49:53.4880194Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T00:50:09.7148658Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T00:50:11.4690068Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T00:50:11.9183810Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T00:50:12.2073746Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T00:50:17.5308829Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T00:50:17.7203473Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T00:50:17.9303922Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T00:50:18.8624200Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T00:50:19.1010720Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T00:50:19.5410367Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T00:50:19.8273750Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T00:50:20.3869368Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T00:50:22.4347448Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T00:50:22.9032913Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T00:50:25.1451245Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T00:50:25.1545839Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T00:50:25.1618048Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T00:50:25.1818803Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T00:50:25.2018452Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T00:50:25.2356858Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T00:50:25.7877286Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T00:50:25.8072995Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:25.8979707Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T00:50:25.9294447Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T00:50:26.1921430Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T00:50:26.5622552Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T00:50:26.7833848Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T00:50:26.8251039Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T00:50:26.8265046Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:26.8267093Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:26.8269775Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:26.8272369Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:26.8294199Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T00:50:27.8078069Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T00:50:28.3268907Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T00:50:29.3434069Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T00:50:29.6460934Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T00:50:29.7371093Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T00:50:29.7902542Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T00:50:29.7993846Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T00:50:29.8828757Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T00:50:29.9152217Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T00:50:29.9231973Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T00:50:29.9591753Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T00:50:29.9802998Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T00:50:30.0211890Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T00:50:30.0313602Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T00:50:30.0325173Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:30.0345298Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T00:50:38.1632230Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T00:50:38.1647919Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:38.1670674Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T00:50:46.2389281Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T00:50:46.2479106Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T00:50:46.2604207Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T00:50:46.3435253Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T00:50:46.3448571Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:46.3450404Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:46.3471905Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T00:50:47.4544857Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T00:50:48.5017171Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T00:50:48.5515204Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T00:50:48.5698252Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T00:50:48.5826027Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T00:50:48.6797138Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T00:50:48.9000942Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T00:50:48.9025000Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:48.9027219Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:48.9050162Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:49.2780845Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:50.1124787Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:50.1405607Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T00:50:50.1540187Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T00:50:50.1552043Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:50.1573256Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T00:50:51.9043878Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T00:50:51.9061815Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:51.9063566Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:51.9086907Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:52.2798102Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:53.1058883Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T00:50:53.1659729Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T00:50:53.1672353Z 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' 2022-11-23T00:50:53.1694319Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T00:50:53.3908552Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:53.3986989Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T00:50:53.6307246Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T00:50:53.6324806Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:53.6326508Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:53.6348733Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T00:50:54.0346553Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T00:50:55.0604858Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T00:50:55.1230397Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T00:50:55.1303528Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T00:50:55.1397693Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T00:50:55.1694640Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T00:50:55.1771468Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T00:50:55.2027211Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T00:50:55.2110294Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T00:50:55.2508711Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T00:50:55.3522020Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T00:50:55.3751222Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T00:50:55.3763835Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:55.3766364Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:55.3768724Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:55.3771063Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:55.3792760Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T00:50:56.3674338Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T00:50:56.6189718Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T00:50:57.7948003Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T00:50:58.6336057Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T00:50:58.6466564Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T00:50:58.7056072Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T00:50:58.7303465Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T00:50:58.7316167Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:58.7337929Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T00:50:58.9415167Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:59.0634416Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T00:50:59.0666315Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T00:50:59.0914633Z Entering 'android/libs/fbjni' 2022-11-23T00:50:59.0948557Z Entering 'third_party/FP16' 2022-11-23T00:50:59.0982086Z Entering 'third_party/FXdiv' 2022-11-23T00:50:59.1015029Z Entering 'third_party/NNPACK' 2022-11-23T00:50:59.1048556Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:59.1081069Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:59.1114214Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:59.1157160Z Entering 'third_party/benchmark' 2022-11-23T00:50:59.1190333Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:59.1223681Z Entering 'third_party/cub' 2022-11-23T00:50:59.1257320Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:59.1295636Z Entering 'third_party/cutlass' 2022-11-23T00:50:59.1334981Z Entering 'third_party/eigen' 2022-11-23T00:50:59.1369531Z Entering 'third_party/fbgemm' 2022-11-23T00:50:59.1402647Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:59.1434529Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:59.1467772Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:59.1500227Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:59.1533913Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:59.1569326Z Entering 'third_party/fmt' 2022-11-23T00:50:59.1601966Z Entering 'third_party/foxi' 2022-11-23T00:50:59.1635017Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:59.1667730Z Entering 'third_party/gloo' 2022-11-23T00:50:59.1700612Z Entering 'third_party/googletest' 2022-11-23T00:50:59.1734299Z Entering 'third_party/ideep' 2022-11-23T00:50:59.1767185Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:59.1802215Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:59.1840845Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:59.1874081Z Entering 'third_party/ittapi' 2022-11-23T00:50:59.1907239Z Entering 'third_party/kineto' 2022-11-23T00:50:59.1940971Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:59.1973730Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:59.2007894Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:59.2041726Z Entering 'third_party/neon2sse' 2022-11-23T00:50:59.2075550Z Entering 'third_party/nlohmann' 2022-11-23T00:50:59.2109843Z Entering 'third_party/onnx' 2022-11-23T00:50:59.2154456Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:59.2188533Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:59.2222891Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:59.2256735Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:59.2293755Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:59.2327557Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:59.2360550Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:59.2396672Z Entering 'third_party/pocketfft' 2022-11-23T00:50:59.2429175Z Entering 'third_party/protobuf' 2022-11-23T00:50:59.2466094Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:59.2497911Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:59.2531931Z Entering 'third_party/psimd' 2022-11-23T00:50:59.2564205Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:59.2597128Z Entering 'third_party/pybind11' 2022-11-23T00:50:59.2630426Z Entering 'third_party/python-enum' 2022-11-23T00:50:59.2663086Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:59.2697188Z Entering 'third_party/python-six' 2022-11-23T00:50:59.2730848Z Entering 'third_party/sleef' 2022-11-23T00:50:59.2763684Z Entering 'third_party/tbb' 2022-11-23T00:50:59.2798632Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:59.2831470Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:59.2864082Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:59.2896806Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:59.2929456Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:59.2961570Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:59.2997753Z Entering 'third_party/zstd' 2022-11-23T00:50:59.3038979Z ##[endgroup] 2022-11-23T00:50:59.3039364Z ##[group]Persisting credentials for submodules 2022-11-23T00:50:59.3044738Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-11-23T00:50:59.3289284Z Entering 'android/libs/fbjni' 2022-11-23T00:50:59.3322436Z Entering 'third_party/FP16' 2022-11-23T00:50:59.3355314Z Entering 'third_party/FXdiv' 2022-11-23T00:50:59.3387238Z Entering 'third_party/NNPACK' 2022-11-23T00:50:59.3419426Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:59.3452737Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:59.3485342Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:59.3528391Z Entering 'third_party/benchmark' 2022-11-23T00:50:59.3561680Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:59.3594838Z Entering 'third_party/cub' 2022-11-23T00:50:59.3629389Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:59.3666224Z Entering 'third_party/cutlass' 2022-11-23T00:50:59.3705207Z Entering 'third_party/eigen' 2022-11-23T00:50:59.3739236Z Entering 'third_party/fbgemm' 2022-11-23T00:50:59.3772429Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:59.3804240Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:59.3836491Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:59.3867736Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:59.3899977Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:59.3934896Z Entering 'third_party/fmt' 2022-11-23T00:50:59.3967228Z Entering 'third_party/foxi' 2022-11-23T00:50:59.3999921Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:59.4032541Z Entering 'third_party/gloo' 2022-11-23T00:50:59.4065341Z Entering 'third_party/googletest' 2022-11-23T00:50:59.4097684Z Entering 'third_party/ideep' 2022-11-23T00:50:59.4129454Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:59.4163941Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:59.4202051Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:59.4234673Z Entering 'third_party/ittapi' 2022-11-23T00:50:59.4267826Z Entering 'third_party/kineto' 2022-11-23T00:50:59.4300964Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:59.4332917Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:59.4365398Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:59.4397893Z Entering 'third_party/neon2sse' 2022-11-23T00:50:59.4430722Z Entering 'third_party/nlohmann' 2022-11-23T00:50:59.4464036Z Entering 'third_party/onnx' 2022-11-23T00:50:59.4508284Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:59.4541803Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:59.4576904Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:59.4609327Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:59.4645288Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:59.4677751Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:59.4710526Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:59.4746673Z Entering 'third_party/pocketfft' 2022-11-23T00:50:59.4778828Z Entering 'third_party/protobuf' 2022-11-23T00:50:59.4815166Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:59.4847730Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:59.4881296Z Entering 'third_party/psimd' 2022-11-23T00:50:59.4913793Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:59.4946999Z Entering 'third_party/pybind11' 2022-11-23T00:50:59.4980980Z Entering 'third_party/python-enum' 2022-11-23T00:50:59.5013385Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:59.5045764Z Entering 'third_party/python-six' 2022-11-23T00:50:59.5078123Z Entering 'third_party/sleef' 2022-11-23T00:50:59.5110491Z Entering 'third_party/tbb' 2022-11-23T00:50:59.5145963Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:59.5178567Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:59.5210588Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:59.5241555Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:59.5273520Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:59.5305194Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:59.5340654Z Entering 'third_party/zstd' 2022-11-23T00:50:59.5383842Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-11-23T00:50:59.5625403Z Entering 'android/libs/fbjni' 2022-11-23T00:50:59.5656433Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T00:50:59.5670119Z Entering 'third_party/FP16' 2022-11-23T00:50:59.5701392Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T00:50:59.5714901Z Entering 'third_party/FXdiv' 2022-11-23T00:50:59.5744677Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T00:50:59.5758486Z Entering 'third_party/NNPACK' 2022-11-23T00:50:59.5789339Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T00:50:59.5803359Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:59.5833958Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T00:50:59.5847980Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:59.5878110Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T00:50:59.5891966Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:59.5921766Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T00:50:59.5945207Z Entering 'third_party/benchmark' 2022-11-23T00:50:59.5975838Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:59.5990131Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:59.6020171Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:59.6034177Z Entering 'third_party/cub' 2022-11-23T00:50:59.6064413Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T00:50:59.6078174Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:59.6108905Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T00:50:59.6128429Z Entering 'third_party/cutlass' 2022-11-23T00:50:59.6157613Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T00:50:59.6177018Z Entering 'third_party/eigen' 2022-11-23T00:50:59.6207202Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T00:50:59.6223712Z Entering 'third_party/fbgemm' 2022-11-23T00:50:59.6255971Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T00:50:59.6268952Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:59.6299219Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T00:50:59.6312735Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:59.6342312Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:59.6355392Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:59.6385164Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:59.6398706Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:59.6428583Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T00:50:59.6442896Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:59.6473416Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T00:50:59.6489220Z Entering 'third_party/fmt' 2022-11-23T00:50:59.6519498Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T00:50:59.6534078Z Entering 'third_party/foxi' 2022-11-23T00:50:59.6563902Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T00:50:59.6578510Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:59.6607880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T00:50:59.6620949Z Entering 'third_party/gloo' 2022-11-23T00:50:59.6650931Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T00:50:59.6664553Z Entering 'third_party/googletest' 2022-11-23T00:50:59.6694904Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:59.6709122Z Entering 'third_party/ideep' 2022-11-23T00:50:59.6738863Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T00:50:59.6752216Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:59.6782214Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T00:50:59.6797472Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:59.6827864Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T00:50:59.6847712Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:59.6877736Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T00:50:59.6891618Z Entering 'third_party/ittapi' 2022-11-23T00:50:59.6921513Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T00:50:59.6935520Z Entering 'third_party/kineto' 2022-11-23T00:50:59.6965425Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T00:50:59.6978888Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:59.7010169Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T00:50:59.7023709Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:59.7054562Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T00:50:59.7069322Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:59.7100675Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T00:50:59.7114372Z Entering 'third_party/neon2sse' 2022-11-23T00:50:59.7145777Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T00:50:59.7159832Z Entering 'third_party/nlohmann' 2022-11-23T00:50:59.7190475Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T00:50:59.7205404Z Entering 'third_party/onnx' 2022-11-23T00:50:59.7236105Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:59.7261623Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:59.7291871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:59.7305319Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:59.7337422Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:59.7352549Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:59.7383880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T00:50:59.7396970Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:59.7427298Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:59.7444504Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:59.7475573Z 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 2022-11-23T00:50:59.7489765Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:59.7520008Z 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 2022-11-23T00:50:59.7533438Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:59.7563493Z 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 2022-11-23T00:50:59.7580691Z Entering 'third_party/pocketfft' 2022-11-23T00:50:59.7612096Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T00:50:59.7625429Z Entering 'third_party/protobuf' 2022-11-23T00:50:59.7656304Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T00:50:59.7672511Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:59.7703678Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:59.7716475Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:59.7746306Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:59.7761521Z Entering 'third_party/psimd' 2022-11-23T00:50:59.7792182Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T00:50:59.7804861Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:59.7835136Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T00:50:59.7848163Z Entering 'third_party/pybind11' 2022-11-23T00:50:59.7878455Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:59.7891905Z Entering 'third_party/python-enum' 2022-11-23T00:50:59.7922136Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T00:50:59.7936861Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:59.7967237Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T00:50:59.7980637Z Entering 'third_party/python-six' 2022-11-23T00:50:59.8012934Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T00:50:59.8026570Z Entering 'third_party/sleef' 2022-11-23T00:50:59.8057410Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T00:50:59.8071153Z Entering 'third_party/tbb' 2022-11-23T00:50:59.8101558Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T00:50:59.8117245Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:59.8147837Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T00:50:59.8161908Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:59.8193117Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:59.8207665Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:59.8236047Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T00:50:59.8249223Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:59.8278860Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T00:50:59.8293423Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:59.8324559Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:59.8337636Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:59.8367683Z 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 2022-11-23T00:50:59.8383287Z Entering 'third_party/zstd' 2022-11-23T00:50:59.8414459Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T00:50:59.9173404Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T00:50:59.9420117Z Entering 'android/libs/fbjni' 2022-11-23T00:50:59.9454462Z Entering 'third_party/FP16' 2022-11-23T00:50:59.9488538Z Entering 'third_party/FXdiv' 2022-11-23T00:50:59.9521097Z Entering 'third_party/NNPACK' 2022-11-23T00:50:59.9555172Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:59.9589399Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:59.9622691Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:59.9666100Z Entering 'third_party/benchmark' 2022-11-23T00:50:59.9698577Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:59.9732353Z Entering 'third_party/cub' 2022-11-23T00:50:59.9764569Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:59.9801660Z Entering 'third_party/cutlass' 2022-11-23T00:50:59.9840176Z Entering 'third_party/eigen' 2022-11-23T00:50:59.9874619Z Entering 'third_party/fbgemm' 2022-11-23T00:50:59.9907431Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:59.9938990Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:59.9971573Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:51:00.0003566Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:51:00.0036850Z Entering 'third_party/flatbuffers' 2022-11-23T00:51:00.0072547Z Entering 'third_party/fmt' 2022-11-23T00:51:00.0106158Z Entering 'third_party/foxi' 2022-11-23T00:51:00.0140455Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:51:00.0173295Z Entering 'third_party/gloo' 2022-11-23T00:51:00.0206732Z Entering 'third_party/googletest' 2022-11-23T00:51:00.0239857Z Entering 'third_party/ideep' 2022-11-23T00:51:00.0272916Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:51:00.0308711Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:51:00.0347203Z Entering 'third_party/ios-cmake' 2022-11-23T00:51:00.0380913Z Entering 'third_party/ittapi' 2022-11-23T00:51:00.0413668Z Entering 'third_party/kineto' 2022-11-23T00:51:00.0448711Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:51:00.0481154Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:51:00.0514958Z Entering 'third_party/nccl/nccl' 2022-11-23T00:51:00.0548336Z Entering 'third_party/neon2sse' 2022-11-23T00:51:00.0581618Z Entering 'third_party/nlohmann' 2022-11-23T00:51:00.0615767Z Entering 'third_party/onnx' 2022-11-23T00:51:00.0660196Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:51:00.0693620Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:51:00.0728408Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:51:00.0761263Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:51:00.0798149Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:51:00.0832912Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:51:00.0866070Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:51:00.0903316Z Entering 'third_party/pocketfft' 2022-11-23T00:51:00.0936519Z Entering 'third_party/protobuf' 2022-11-23T00:51:00.0973902Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:51:00.1006414Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:51:00.1040528Z Entering 'third_party/psimd' 2022-11-23T00:51:00.1074435Z Entering 'third_party/pthreadpool' 2022-11-23T00:51:00.1107493Z Entering 'third_party/pybind11' 2022-11-23T00:51:00.1141871Z Entering 'third_party/python-enum' 2022-11-23T00:51:00.1175120Z Entering 'third_party/python-peachpy' 2022-11-23T00:51:00.1208465Z Entering 'third_party/python-six' 2022-11-23T00:51:00.1241739Z Entering 'third_party/sleef' 2022-11-23T00:51:00.1274813Z Entering 'third_party/tbb' 2022-11-23T00:51:00.1310228Z Entering 'third_party/tensorpipe' 2022-11-23T00:51:00.1344243Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:51:00.1376897Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:51:00.1408970Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:51:00.1441323Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:51:00.1474782Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:51:00.1511021Z Entering 'third_party/zstd' 2022-11-23T00:51:00.1554564Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T00:51:00.1796062Z Entering 'android/libs/fbjni' 2022-11-23T00:51:00.1828941Z Entering 'third_party/FP16' 2022-11-23T00:51:00.1862104Z Entering 'third_party/FXdiv' 2022-11-23T00:51:00.1895229Z Entering 'third_party/NNPACK' 2022-11-23T00:51:00.1929366Z Entering 'third_party/QNNPACK' 2022-11-23T00:51:00.1962387Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:51:00.1995468Z Entering 'third_party/XNNPACK' 2022-11-23T00:51:00.2037298Z Entering 'third_party/benchmark' 2022-11-23T00:51:00.2071492Z Entering 'third_party/cpuinfo' 2022-11-23T00:51:00.2104610Z Entering 'third_party/cub' 2022-11-23T00:51:00.2138622Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:51:00.2176521Z Entering 'third_party/cutlass' 2022-11-23T00:51:00.2215150Z Entering 'third_party/eigen' 2022-11-23T00:51:00.2250253Z Entering 'third_party/fbgemm' 2022-11-23T00:51:00.2283810Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:51:00.2317513Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:51:00.2350861Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:51:00.2385673Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:51:00.2419845Z Entering 'third_party/flatbuffers' 2022-11-23T00:51:00.2456002Z Entering 'third_party/fmt' 2022-11-23T00:51:00.2489351Z Entering 'third_party/foxi' 2022-11-23T00:51:00.2522789Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:51:00.2556964Z Entering 'third_party/gloo' 2022-11-23T00:51:00.2591449Z Entering 'third_party/googletest' 2022-11-23T00:51:00.2624663Z Entering 'third_party/ideep' 2022-11-23T00:51:00.2659034Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:51:00.2695182Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:51:00.2734790Z Entering 'third_party/ios-cmake' 2022-11-23T00:51:00.2768703Z Entering 'third_party/ittapi' 2022-11-23T00:51:00.2800581Z Entering 'third_party/kineto' 2022-11-23T00:51:00.2834483Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:51:00.2867425Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:51:00.2900710Z Entering 'third_party/nccl/nccl' 2022-11-23T00:51:00.2934289Z Entering 'third_party/neon2sse' 2022-11-23T00:51:00.2966626Z Entering 'third_party/nlohmann' 2022-11-23T00:51:00.3000125Z Entering 'third_party/onnx' 2022-11-23T00:51:00.3044864Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:51:00.3078595Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:51:00.3113595Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:51:00.3147392Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:51:00.3187085Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:51:00.3220909Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:51:00.3255340Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:51:00.3294623Z Entering 'third_party/pocketfft' 2022-11-23T00:51:00.3330792Z Entering 'third_party/protobuf' 2022-11-23T00:51:00.3368031Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:51:00.3402336Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:51:00.3438326Z Entering 'third_party/psimd' 2022-11-23T00:51:00.3472426Z Entering 'third_party/pthreadpool' 2022-11-23T00:51:00.3506248Z Entering 'third_party/pybind11' 2022-11-23T00:51:00.3540399Z Entering 'third_party/python-enum' 2022-11-23T00:51:00.3574812Z Entering 'third_party/python-peachpy' 2022-11-23T00:51:00.3608392Z Entering 'third_party/python-six' 2022-11-23T00:51:00.3641835Z Entering 'third_party/sleef' 2022-11-23T00:51:00.3675623Z Entering 'third_party/tbb' 2022-11-23T00:51:00.3710109Z Entering 'third_party/tensorpipe' 2022-11-23T00:51:00.3744849Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:51:00.3777344Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:51:00.3809604Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:51:00.3842768Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:51:00.3877541Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:51:00.3914624Z Entering 'third_party/zstd' 2022-11-23T00:51:00.3963072Z ##[endgroup] 2022-11-23T00:51:00.3999197Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T00:51:00.4022538Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T00:51:00.4144392Z Prepare all required actions 2022-11-23T00:51:00.4170967Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T00:51:00.4171174Z ##[endgroup] 2022-11-23T00:51:00.4187003Z ##[group]Run set -euo pipefail 2022-11-23T00:51:00.4187296Z set -euo pipefail 2022-11-23T00:51:00.4187634Z function get_ec2_metadata() { 2022-11-23T00:51:00.4188130Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T00:51:00.4188730Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T00:51:00.4189213Z  category=$1 2022-11-23T00:51:00.4189627Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T00:51:00.4190009Z } 2022-11-23T00:51:00.4190343Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T00:51:00.4190771Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T00:51:00.4191261Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T00:51:00.4191664Z echo "system info $(uname -a)" 2022-11-23T00:51:00.4207041Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:00.4207406Z ##[endgroup] 2022-11-23T00:51:00.4286253Z ami-id: ami-096198a0bccc6bad4 2022-11-23T00:51:00.4339049Z instance-id: i-0ef650028836c8da8 2022-11-23T00:51:00.4388989Z instance-type: c5.2xlarge 2022-11-23T00:51:00.4395710Z system info Linux ip-10-0-3-106.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-11-23T00:51:00.4410206Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T00:51:00.4410492Z if systemctl is-active --quiet docker; then 2022-11-23T00:51:00.4410741Z  echo "Docker daemon is running..."; 2022-11-23T00:51:00.4410929Z else 2022-11-23T00:51:00.4411164Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T00:51:00.4411399Z fi 2022-11-23T00:51:00.4422149Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:00.4422381Z ##[endgroup] 2022-11-23T00:51:00.4463779Z Docker daemon is running... 2022-11-23T00:51:00.4477866Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:51:00.4478217Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:51:00.4478508Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:51:00.4478885Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T00:51:00.4479228Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T00:51:00.4489606Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:00.4489825Z env: 2022-11-23T00:51:00.4489999Z AWS_RETRY_MODE: standard 2022-11-23T00:51:00.4490190Z AWS_MAX_ATTEMPTS: 5 2022-11-23T00:51:00.4490382Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:51:00.4490579Z ##[endgroup] 2022-11-23T00:51:01.1988494Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T00:51:01.1988868Z Configure a credential helper to remove this warning. See 2022-11-23T00:51:01.1989272Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T00:51:01.1989547Z 2022-11-23T00:51:01.1989659Z Login Succeeded 2022-11-23T00:51:01.2022152Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:51:01.2022458Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:51:01.2022722Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:51:01.2034187Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:01.2034422Z ##[endgroup] 2022-11-23T00:51:01.2131723Z Prepare all required actions 2022-11-23T00:51:01.2182421Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T00:51:01.2182641Z with: 2022-11-23T00:51:01.2182866Z docker-image-name: pytorch-linux-focal-py3.7-gcc7 2022-11-23T00:51:01.2183084Z xla: false 2022-11-23T00:51:01.2183252Z skip_push: true 2022-11-23T00:51:01.2183422Z ##[endgroup] 2022-11-23T00:51:01.2322443Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T00:51:01.2322682Z if [ -n "${IS_XLA}" ]; then 2022-11-23T00:51:01.2322948Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T00:51:01.2323239Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:51:01.2323507Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:51:01.2323793Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:51:01.2324033Z else 2022-11-23T00:51:01.2324280Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:51:01.2324533Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:51:01.2324820Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:51:01.2325055Z fi 2022-11-23T00:51:01.2336041Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:01.2336258Z env: 2022-11-23T00:51:01.2336412Z IS_XLA: 2022-11-23T00:51:01.2336570Z XLA_IMAGE_TAG: v0.4 2022-11-23T00:51:01.2336957Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7 2022-11-23T00:51:01.2337248Z ##[endgroup] 2022-11-23T00:51:01.2419949Z ##[group]Run set -x 2022-11-23T00:51:01.2420274Z set -x 2022-11-23T00:51:01.2420592Z # Check if image already exists, if it does then skip building it 2022-11-23T00:51:01.2420889Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T00:51:01.2421185Z  exit 0 2022-11-23T00:51:01.2421413Z fi 2022-11-23T00:51:01.2421645Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T00:51:01.2421973Z  # if we're on the base branch then use the parent commit 2022-11-23T00:51:01.2422304Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T00:51:01.2422561Z else 2022-11-23T00:51:01.2422799Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T00:51:01.2423127Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T00:51:01.2423422Z fi 2022-11-23T00:51:01.2423686Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T00:51:01.2424086Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T00:51:01.2424467Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T00:51:01.2424866Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T00:51:01.2425162Z  exit 1 2022-11-23T00:51:01.2425407Z fi 2022-11-23T00:51:01.2446771Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T00:51:01.2447106Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T00:51:01.2447418Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T00:51:01.2447761Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T00:51:01.2448118Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T00:51:01.2448428Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T00:51:01.2448825Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T00:51:01.2449123Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T00:51:01.2449458Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T00:51:01.2449792Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T00:51:01.2450090Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T00:51:01.2450296Z  fi 2022-11-23T00:51:01.2450465Z fi 2022-11-23T00:51:01.2450649Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T00:51:01.2461075Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:01.2461294Z env: 2022-11-23T00:51:01.2461487Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:51:01.2461875Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:01.2462243Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:01.2462445Z DOCKER_FORCE_PUSH: 2022-11-23T00:51:01.2462622Z ##[endgroup] 2022-11-23T00:51:01.2485600Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:01.4254077Z { 2022-11-23T00:51:01.4254505Z "schemaVersion": 2, 2022-11-23T00:51:01.4254984Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T00:51:01.4255608Z "config": { 2022-11-23T00:51:01.4256069Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T00:51:01.4256512Z "size": 28637, 2022-11-23T00:51:01.4256794Z "digest": "sha256:ac950c018cbcc41d6d7a73f33ac11fc7d5ae0cb1e9dbf1f471e7802e3c2787b3" 2022-11-23T00:51:01.4257045Z }, 2022-11-23T00:51:01.4257197Z "layers": [ 2022-11-23T00:51:01.4257357Z { 2022-11-23T00:51:01.4257598Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4257851Z "size": 28577834, 2022-11-23T00:51:01.4258129Z "digest": "sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83" 2022-11-23T00:51:01.4258376Z }, 2022-11-23T00:51:01.4258520Z { 2022-11-23T00:51:01.4258761Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4258996Z "size": 2063, 2022-11-23T00:51:01.4259270Z "digest": "sha256:96afc5db69dc63a9d9e5a3fe50a56abe34d7d8bac04af632f8addf710707db3d" 2022-11-23T00:51:01.4259533Z }, 2022-11-23T00:51:01.4259669Z { 2022-11-23T00:51:01.4259908Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4260156Z "size": 310128034, 2022-11-23T00:51:01.4260400Z "digest": "sha256:9cd06b79192a8ad6f75d8656705f9c29695508a467fa69c0bac6220bf54ea7ee" 2022-11-23T00:51:01.4260635Z }, 2022-11-23T00:51:01.4260783Z { 2022-11-23T00:51:01.4261015Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4261261Z "size": 848, 2022-11-23T00:51:01.4261525Z "digest": "sha256:ed66d74b7c208187ffd6a7c8e7622d5ba07ebae4a04ffbe519ff054a7b06b3be" 2022-11-23T00:51:01.4261775Z }, 2022-11-23T00:51:01.4261907Z { 2022-11-23T00:51:01.4262147Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4262391Z "size": 106, 2022-11-23T00:51:01.4262636Z "digest": "sha256:42439e1d77c48dc631039cef37feaaaaf0351cb1d655a6e02457b89d124cca33" 2022-11-23T00:51:01.4262875Z }, 2022-11-23T00:51:01.4263020Z { 2022-11-23T00:51:01.4263250Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4263492Z "size": 408, 2022-11-23T00:51:01.4263747Z "digest": "sha256:80bf4ab5d594fa8899f85448256de7e561b60e9c13a357fd5330fd30a347fb7d" 2022-11-23T00:51:01.4263972Z }, 2022-11-23T00:51:01.4264115Z { 2022-11-23T00:51:01.4264353Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4264584Z "size": 107, 2022-11-23T00:51:01.4264935Z "digest": "sha256:879beb9f8e9bf3d04eb8b5de71c01c123c1ec74d4dee4ff228e4afb5868bd7d2" 2022-11-23T00:51:01.4265193Z }, 2022-11-23T00:51:01.4265327Z { 2022-11-23T00:51:01.4265569Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4265814Z "size": 451, 2022-11-23T00:51:01.4266058Z "digest": "sha256:3f623e97839afaa37293d13934ea0735c76eaf2270f05d5ecad79f292d79e46e" 2022-11-23T00:51:01.4266294Z }, 2022-11-23T00:51:01.4266439Z { 2022-11-23T00:51:01.4266670Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4266918Z "size": 1275, 2022-11-23T00:51:01.4267172Z "digest": "sha256:d845eb9c30a093fe04dad8282345721536ad8f8684287db1fd0bf3e435975515" 2022-11-23T00:51:01.4267411Z }, 2022-11-23T00:51:01.4267589Z { 2022-11-23T00:51:01.4267833Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4268162Z "size": 485, 2022-11-23T00:51:01.4268531Z "digest": "sha256:8654f94b3130ff24b19e2308331b025c175e2226b04e3de6b85bf59a3cbd03d4" 2022-11-23T00:51:01.4268782Z }, 2022-11-23T00:51:01.4268968Z { 2022-11-23T00:51:01.4269246Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4269497Z "size": 82042142, 2022-11-23T00:51:01.4269752Z "digest": "sha256:0c488367249be6477c4a95f0b5e7fc8d06d4a12ea3d94817989453cc9182bfa2" 2022-11-23T00:51:01.4269970Z }, 2022-11-23T00:51:01.4270116Z { 2022-11-23T00:51:01.4270356Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4270649Z "size": 2613, 2022-11-23T00:51:01.4270898Z "digest": "sha256:0c91414faf6fe61603383463cef643e9b0b6e13d72482e804b0a76888d5a43d6" 2022-11-23T00:51:01.4271124Z }, 2022-11-23T00:51:01.4271256Z { 2022-11-23T00:51:01.4271493Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4271740Z "size": 1959, 2022-11-23T00:51:01.4271979Z "digest": "sha256:16b14aea0152dd512e91b551f70adc9472e40d9283466370287652d0809f755c" 2022-11-23T00:51:01.4272210Z }, 2022-11-23T00:51:01.4272359Z { 2022-11-23T00:51:01.4272584Z + exit 0 2022-11-23T00:51:01.4272924Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4273337Z "size": 1255487947, 2022-11-23T00:51:01.4273771Z "digest": "sha256:a2871863f729fd77b4330ceb64a926c4be86e0d80d9262ac8e0090e8bd0595bf" 2022-11-23T00:51:01.4274159Z }, 2022-11-23T00:51:01.4274296Z { 2022-11-23T00:51:01.4274537Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4274788Z "size": 171, 2022-11-23T00:51:01.4275015Z "digest": "sha256:d703d3396c7803fb38361c4458e3229399328cfb44a87e9ca38451aa586bff83" 2022-11-23T00:51:01.4275239Z }, 2022-11-23T00:51:01.4275385Z { 2022-11-23T00:51:01.4275624Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4275853Z "size": 467, 2022-11-23T00:51:01.4276134Z "digest": "sha256:acf65ded4ba0d2abdd5aa5df9fcf95c69f5257771d743553b9c9ca76c67f4c0d" 2022-11-23T00:51:01.4276393Z }, 2022-11-23T00:51:01.4276525Z { 2022-11-23T00:51:01.4276768Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4277011Z "size": 44323288, 2022-11-23T00:51:01.4277251Z "digest": "sha256:19d7da72e2117817e3e6cd376621be0fb931264c05eac053a4f3810b53f333f7" 2022-11-23T00:51:01.4277485Z }, 2022-11-23T00:51:01.4277631Z { 2022-11-23T00:51:01.4277857Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4278103Z "size": 231, 2022-11-23T00:51:01.4278363Z "digest": "sha256:cb4b60b16a23fe83b082a90759a6c35466a8bcad29f2221e7f13fc00cfbd902a" 2022-11-23T00:51:01.4278590Z }, 2022-11-23T00:51:01.4278734Z { 2022-11-23T00:51:01.4278975Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4279206Z "size": 1573954, 2022-11-23T00:51:01.4279446Z "digest": "sha256:6325a464626e0f398007d783af927c54fdc580e372c3f103132843d55199f669" 2022-11-23T00:51:01.4279727Z }, 2022-11-23T00:51:01.4279864Z { 2022-11-23T00:51:01.4280104Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4280349Z "size": 1576, 2022-11-23T00:51:01.4280602Z "digest": "sha256:b17aded2bf7643cd4007ca55898f7130a61df3b2a0ac454b51b3df7abd986794" 2022-11-23T00:51:01.4280848Z }, 2022-11-23T00:51:01.4280996Z { 2022-11-23T00:51:01.4281236Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4281465Z "size": 105, 2022-11-23T00:51:01.4281844Z "digest": "sha256:79f0454f85ca8dffe499d61e8732f9b64566fad4bc16d6e4eb91caf0502eecca" 2022-11-23T00:51:01.4282269Z }, 2022-11-23T00:51:01.4282521Z { 2022-11-23T00:51:01.4282846Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4283088Z "size": 452, 2022-11-23T00:51:01.4283333Z "digest": "sha256:5df784aed3a47fb96eabb849b21f4093a03468b2462450f948c571a09f6fcf35" 2022-11-23T00:51:01.4283572Z }, 2022-11-23T00:51:01.4283723Z { 2022-11-23T00:51:01.4283956Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4284201Z "size": 104, 2022-11-23T00:51:01.4284446Z "digest": "sha256:196c72536fc840476538605a0f606c46d994b007b3920af6bce283f26e8a282b" 2022-11-23T00:51:01.4284658Z }, 2022-11-23T00:51:01.4284808Z { 2022-11-23T00:51:01.4285052Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4285286Z "size": 888, 2022-11-23T00:51:01.4285533Z "digest": "sha256:e7cf72049767c045843036c538b2eedb2702f9025c032d1ce65781168bccff1f" 2022-11-23T00:51:01.4285811Z }, 2022-11-23T00:51:01.4285947Z { 2022-11-23T00:51:01.4286399Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4286649Z "size": 88796663, 2022-11-23T00:51:01.4286907Z "digest": "sha256:7c4667efa9a542aaff006048159af72bb3b4a22cb1e38438220384466b131734" 2022-11-23T00:51:01.4287134Z }, 2022-11-23T00:51:01.4287282Z { 2022-11-23T00:51:01.4287527Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4287762Z "size": 109, 2022-11-23T00:51:01.4288025Z "digest": "sha256:c62a223ffc2268b803c87051b7782ef2646eded17c22a63fef6fa6d413f17830" 2022-11-23T00:51:01.4288267Z }, 2022-11-23T00:51:01.4288402Z { 2022-11-23T00:51:01.4288647Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4288896Z "size": 558, 2022-11-23T00:51:01.4289139Z "digest": "sha256:824caeed1492145b706db0526ce5f8c4b9a05044b5450d405a7a040bf96451e0" 2022-11-23T00:51:01.4289383Z }, 2022-11-23T00:51:01.4289529Z { 2022-11-23T00:51:01.4289758Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4290004Z "size": 1158053, 2022-11-23T00:51:01.4290259Z "digest": "sha256:1762e4b0a4dc3fb37c2459154c0be6586fb948a1f175f3d447769a0117ac214d" 2022-11-23T00:51:01.4290483Z }, 2022-11-23T00:51:01.4290627Z { 2022-11-23T00:51:01.4290871Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4291105Z "size": 103, 2022-11-23T00:51:01.4291374Z "digest": "sha256:093e8e8bcad0b1d4a0630f733ab22b73caa52fa8eabb796c298c0a28e5ef11b1" 2022-11-23T00:51:01.4291621Z }, 2022-11-23T00:51:01.4291752Z { 2022-11-23T00:51:01.4291991Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4292234Z "size": 548, 2022-11-23T00:51:01.4292491Z "digest": "sha256:133752b42076abc8297f490afd7bae772d00cb4dfee70a3bfd7e532adb0a35e7" 2022-11-23T00:51:01.4292721Z }, 2022-11-23T00:51:01.4292868Z { 2022-11-23T00:51:01.4293115Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4293406Z "size": 219127334, 2022-11-23T00:51:01.4293649Z "digest": "sha256:516276b2131d3778b87081e59b28fa01d387e9bd70b07768e52194aea0475de9" 2022-11-23T00:51:01.4293875Z }, 2022-11-23T00:51:01.4294006Z { 2022-11-23T00:51:01.4294245Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4294561Z "size": 107, 2022-11-23T00:51:01.4294795Z "digest": "sha256:3507de6a25b16803a4465e7817dc861c9bb816b7549e367a86112a85e00270a8" 2022-11-23T00:51:01.4295020Z }, 2022-11-23T00:51:01.4295164Z { 2022-11-23T00:51:01.4295392Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4295634Z "size": 1291, 2022-11-23T00:51:01.4295892Z "digest": "sha256:49880d42ecce58742047ab83fe1d1010bd9bf54d1f81be38def3fe0e807c904b" 2022-11-23T00:51:01.4296119Z }, 2022-11-23T00:51:01.4296263Z { 2022-11-23T00:51:01.4296512Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4296744Z "size": 151, 2022-11-23T00:51:01.4296995Z "digest": "sha256:4694407ca3dea5c6d993c54c5855abe0b6c673e04995834b850ded57741d86d8" 2022-11-23T00:51:01.4297227Z }, 2022-11-23T00:51:01.4297373Z { 2022-11-23T00:51:01.4297598Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4297839Z "size": 646, 2022-11-23T00:51:01.4298107Z "digest": "sha256:b2c751e637f5972a19aef7dbb2e81cf4e9b7e0ec5a3a3dad5ff7949ddc3e8758" 2022-11-23T00:51:01.4298345Z }, 2022-11-23T00:51:01.4298489Z { 2022-11-23T00:51:01.4298730Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4298961Z "size": 108, 2022-11-23T00:51:01.4299207Z "digest": "sha256:6114b441ddbf9622a000b1f7b962567c164291c987b736f5a2af3b25bc545185" 2022-11-23T00:51:01.4299436Z }, 2022-11-23T00:51:01.4299568Z { 2022-11-23T00:51:01.4299806Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4300096Z "size": 109, 2022-11-23T00:51:01.4300339Z "digest": "sha256:52944c8173bbfcc5ec75badd89bd87f0f862772f56917015476864c3174e90f2" 2022-11-23T00:51:01.4300571Z }, 2022-11-23T00:51:01.4300717Z { 2022-11-23T00:51:01.4300945Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4301184Z "size": 102, 2022-11-23T00:51:01.4301441Z "digest": "sha256:1c1aab3b72ce8ae155c1b6814159501af7879e1a92b86c98612fc629f7e23397" 2022-11-23T00:51:01.4301669Z }, 2022-11-23T00:51:01.4301814Z { 2022-11-23T00:51:01.4302055Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4302288Z "size": 421, 2022-11-23T00:51:01.4302540Z "digest": "sha256:9af1bdb6cccf816896890543468e6e95941db721f89f239d51878d3a2cc5727d" 2022-11-23T00:51:01.4302773Z }, 2022-11-23T00:51:01.4302915Z { 2022-11-23T00:51:01.4303141Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4303382Z "size": 111, 2022-11-23T00:51:01.4303633Z "digest": "sha256:2b8671dbd24481ab2e01a8d7743b0506ecb0b709e523b6876d92de793e2b750a" 2022-11-23T00:51:01.4303858Z }, 2022-11-23T00:51:01.4304003Z { 2022-11-23T00:51:01.4304241Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4304471Z "size": 473, 2022-11-23T00:51:01.4304732Z "digest": "sha256:0ccc0a3f9f554f52babf13962a9666139d6c99d4b8f63da82b2958ab2cad6b15" 2022-11-23T00:51:01.4304973Z }, 2022-11-23T00:51:01.4305106Z { 2022-11-23T00:51:01.4305341Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4305585Z "size": 112, 2022-11-23T00:51:01.4305820Z "digest": "sha256:6c09ee684801c529b354b4ac2898b0c0e24c3210ac766cc0b3c983935797a982" 2022-11-23T00:51:01.4306050Z }, 2022-11-23T00:51:01.4306194Z { 2022-11-23T00:51:01.4306420Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4306658Z "size": 449, 2022-11-23T00:51:01.4306925Z "digest": "sha256:dde59f92df16798c78930fafebad969e6dfd4533e806aa0f6f998ef0ae38b468" 2022-11-23T00:51:01.4307163Z }, 2022-11-23T00:51:01.4307308Z { 2022-11-23T00:51:01.4307545Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4307786Z "size": 40883820, 2022-11-23T00:51:01.4308115Z "digest": "sha256:7108366bb357d42ed7c87746b877b18e68be61a17b53db4c37d6a2a32a81a103" 2022-11-23T00:51:01.4308414Z }, 2022-11-23T00:51:01.4308563Z { 2022-11-23T00:51:01.4308791Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4309035Z "size": 106, 2022-11-23T00:51:01.4309297Z "digest": "sha256:a17d3f0d245f2682f0ab2dde258a4a31ed41765ad41f32a0cccd0ef9450a8390" 2022-11-23T00:51:01.4309528Z }, 2022-11-23T00:51:01.4309672Z { 2022-11-23T00:51:01.4309913Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4310147Z "size": 295, 2022-11-23T00:51:01.4310408Z "digest": "sha256:af1f57b03dc113eb231120e7f2bdc18418d7ba13b1cdd6d3d169253e93a5a384" 2022-11-23T00:51:01.4310653Z }, 2022-11-23T00:51:01.4310783Z { 2022-11-23T00:51:01.4311024Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4311267Z "size": 106, 2022-11-23T00:51:01.4311525Z "digest": "sha256:fedc8844da0ca4cc80e1cc2abb9001c11cf44b34b345430fb8d6234d7a029611" 2022-11-23T00:51:01.4311774Z }, 2022-11-23T00:51:01.4311919Z { 2022-11-23T00:51:01.4312147Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4312413Z "size": 402, 2022-11-23T00:51:01.4312719Z "digest": "sha256:4d9ee4a84202b24042c6ebc0ddf9c1a56144ca5500f0a4f50e93b896f85a65b2" 2022-11-23T00:51:01.4312960Z }, 2022-11-23T00:51:01.4313093Z { 2022-11-23T00:51:01.4313331Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4313574Z "size": 19646086, 2022-11-23T00:51:01.4313810Z "digest": "sha256:422bb402971fc500d09f1263fb726d61943eca498037a678b4a8e813a0762b76" 2022-11-23T00:51:01.4314075Z }, 2022-11-23T00:51:01.4314218Z { 2022-11-23T00:51:01.4314446Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4314725Z "size": 108, 2022-11-23T00:51:01.4314992Z "digest": "sha256:30d9fd19fcf861fd434dba002cfdcc4772eae3f5150114c6a0615c5d5a432622" 2022-11-23T00:51:01.4315226Z }, 2022-11-23T00:51:01.4315371Z { 2022-11-23T00:51:01.4315611Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4315842Z "size": 1765, 2022-11-23T00:51:01.4316102Z "digest": "sha256:e6ec9ff723520de42a594f687cf90de37ef9cb8b67958b567ee2262e58f951f8" 2022-11-23T00:51:01.4316342Z }, 2022-11-23T00:51:01.4316475Z { 2022-11-23T00:51:01.4316715Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4316957Z "size": 459472214, 2022-11-23T00:51:01.4317214Z "digest": "sha256:b2dabb47a4a1f19b46af8e27c10310e6eaa768f4f8b2792bf5e1575a0b1d0aff" 2022-11-23T00:51:01.4317460Z }, 2022-11-23T00:51:01.4317605Z { 2022-11-23T00:51:01.4317832Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4318076Z "size": 166, 2022-11-23T00:51:01.4318329Z "digest": "sha256:78592748cf6a41f9d34a4514c99dc46f867930594d24aff159eab9dd9bfe684c" 2022-11-23T00:51:01.4318561Z }, 2022-11-23T00:51:01.4318699Z { 2022-11-23T00:51:01.4318947Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4319193Z "size": 7940, 2022-11-23T00:51:01.4319432Z "digest": "sha256:2f62c284cd731fb9a2271c4d2d098e8c498811745e927e6ad0984c89a45e38cd" 2022-11-23T00:51:01.4319666Z }, 2022-11-23T00:51:01.4319817Z { 2022-11-23T00:51:01.4320048Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4320295Z "size": 8069, 2022-11-23T00:51:01.4320552Z "digest": "sha256:d25a76b3a031b5ab321a235bedae952264580167500c762651749c8ecb88fa05" 2022-11-23T00:51:01.4320776Z }, 2022-11-23T00:51:01.4320926Z { 2022-11-23T00:51:01.4321169Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4321403Z "size": 305, 2022-11-23T00:51:01.4321657Z "digest": "sha256:5a50d7c62a26762253a8ef3f1e1c75e5e9d5835b671f5337bca44435215f7bfb" 2022-11-23T00:51:01.4321894Z }, 2022-11-23T00:51:01.4322029Z { 2022-11-23T00:51:01.4322273Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4322557Z "size": 108, 2022-11-23T00:51:01.4322807Z "digest": "sha256:cd6d94bb12b17a96e2656728f156ee5a0ef266a3ea266811a535b8b37d4ddced" 2022-11-23T00:51:01.4323050Z }, 2022-11-23T00:51:01.4323202Z { 2022-11-23T00:51:01.4323446Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:51:01.4323679Z "size": 54145470, 2022-11-23T00:51:01.4323943Z "digest": "sha256:2fba50966c3eb2394a16a6177ab2aacfe852509e808a5910419aa0fc43e0b291" 2022-11-23T00:51:01.4324190Z } 2022-11-23T00:51:01.4324324Z ] 2022-11-23T00:51:01.4324475Z } 2022-11-23T00:51:01.4727318Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T00:51:01.4727555Z with: 2022-11-23T00:51:01.4727886Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:01.4728216Z ##[endgroup] 2022-11-23T00:51:01.4811998Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:51:01.4812279Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:51:01.4812547Z # ignore output since only exit code is used for conditional 2022-11-23T00:51:01.4812832Z # only pull docker image if it's not available locally 2022-11-23T00:51:01.4813132Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T00:51:01.4813396Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T00:51:01.4813596Z fi 2022-11-23T00:51:01.4824635Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:01.4824857Z env: 2022-11-23T00:51:01.4825191Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:01.4825520Z ##[endgroup] 2022-11-23T00:51:01.8476455Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-11-23T00:51:01.8477595Z eaead16dc43b: Pulling fs layer 2022-11-23T00:51:01.8478399Z 96afc5db69dc: Pulling fs layer 2022-11-23T00:51:01.8478831Z 9cd06b79192a: Pulling fs layer 2022-11-23T00:51:01.8479180Z ed66d74b7c20: Pulling fs layer 2022-11-23T00:51:01.8479536Z 42439e1d77c4: Pulling fs layer 2022-11-23T00:51:01.8482476Z 80bf4ab5d594: Pulling fs layer 2022-11-23T00:51:01.8482882Z 879beb9f8e9b: Pulling fs layer 2022-11-23T00:51:01.8483254Z 3f623e97839a: Pulling fs layer 2022-11-23T00:51:01.8483593Z d845eb9c30a0: Pulling fs layer 2022-11-23T00:51:01.8483789Z 8654f94b3130: Pulling fs layer 2022-11-23T00:51:01.8484066Z 0c488367249b: Pulling fs layer 2022-11-23T00:51:01.8484384Z 0c91414faf6f: Pulling fs layer 2022-11-23T00:51:01.8484580Z 16b14aea0152: Pulling fs layer 2022-11-23T00:51:01.8484841Z a2871863f729: Pulling fs layer 2022-11-23T00:51:01.8485198Z 80bf4ab5d594: Waiting 2022-11-23T00:51:01.8485867Z d703d3396c78: Pulling fs layer 2022-11-23T00:51:01.8486382Z acf65ded4ba0: Pulling fs layer 2022-11-23T00:51:01.8486715Z 19d7da72e211: Pulling fs layer 2022-11-23T00:51:01.8487064Z 879beb9f8e9b: Waiting 2022-11-23T00:51:01.8487413Z cb4b60b16a23: Pulling fs layer 2022-11-23T00:51:01.8487758Z 8654f94b3130: Waiting 2022-11-23T00:51:01.8488077Z 6325a464626e: Pulling fs layer 2022-11-23T00:51:01.8488441Z b17aded2bf76: Pulling fs layer 2022-11-23T00:51:01.8488754Z 0c488367249b: Waiting 2022-11-23T00:51:01.8489027Z 79f0454f85ca: Pulling fs layer 2022-11-23T00:51:01.8489357Z 0c91414faf6f: Waiting 2022-11-23T00:51:01.8489711Z 5df784aed3a4: Pulling fs layer 2022-11-23T00:51:01.8490001Z d845eb9c30a0: Waiting 2022-11-23T00:51:01.8490347Z 196c72536fc8: Pulling fs layer 2022-11-23T00:51:01.8490716Z e7cf72049767: Pulling fs layer 2022-11-23T00:51:01.8491014Z 16b14aea0152: Waiting 2022-11-23T00:51:01.8491188Z 7c4667efa9a5: Pulling fs layer 2022-11-23T00:51:01.8491372Z ed66d74b7c20: Waiting 2022-11-23T00:51:01.8491555Z c62a223ffc22: Pulling fs layer 2022-11-23T00:51:01.8491736Z 824caeed1492: Pulling fs layer 2022-11-23T00:51:01.8491918Z a2871863f729: Waiting 2022-11-23T00:51:01.8492162Z 1762e4b0a4dc: Pulling fs layer 2022-11-23T00:51:01.8492445Z 79f0454f85ca: Waiting 2022-11-23T00:51:01.8492710Z d703d3396c78: Waiting 2022-11-23T00:51:01.8493522Z 093e8e8bcad0: Pulling fs layer 2022-11-23T00:51:01.8493860Z cb4b60b16a23: Waiting 2022-11-23T00:51:01.8494037Z e7cf72049767: Waiting 2022-11-23T00:51:01.8494203Z 6325a464626e: Waiting 2022-11-23T00:51:01.8494399Z 133752b42076: Pulling fs layer 2022-11-23T00:51:01.8494589Z 516276b2131d: Pulling fs layer 2022-11-23T00:51:01.8494772Z b17aded2bf76: Waiting 2022-11-23T00:51:01.8495079Z 5df784aed3a4: Waiting 2022-11-23T00:51:01.8495263Z 3507de6a25b1: Pulling fs layer 2022-11-23T00:51:01.8495456Z 49880d42ecce: Pulling fs layer 2022-11-23T00:51:01.8495628Z c62a223ffc22: Waiting 2022-11-23T00:51:01.8495858Z 4694407ca3de: Pulling fs layer 2022-11-23T00:51:01.8496040Z 196c72536fc8: Waiting 2022-11-23T00:51:01.8496224Z 7c4667efa9a5: Waiting 2022-11-23T00:51:01.8496393Z 824caeed1492: Waiting 2022-11-23T00:51:01.8496576Z b2c751e637f5: Pulling fs layer 2022-11-23T00:51:01.8496765Z 6114b441ddbf: Pulling fs layer 2022-11-23T00:51:01.8496935Z 1762e4b0a4dc: Waiting 2022-11-23T00:51:01.8497114Z 52944c8173bb: Pulling fs layer 2022-11-23T00:51:01.8497312Z 1c1aab3b72ce: Pulling fs layer 2022-11-23T00:51:01.8497556Z 9af1bdb6cccf: Pulling fs layer 2022-11-23T00:51:01.8497750Z 2b8671dbd244: Pulling fs layer 2022-11-23T00:51:01.8497933Z 093e8e8bcad0: Waiting 2022-11-23T00:51:01.8498097Z 516276b2131d: Waiting 2022-11-23T00:51:01.8498326Z 0ccc0a3f9f55: Pulling fs layer 2022-11-23T00:51:01.8498520Z 6c09ee684801: Pulling fs layer 2022-11-23T00:51:01.8498777Z dde59f92df16: Pulling fs layer 2022-11-23T00:51:01.8498962Z 3507de6a25b1: Waiting 2022-11-23T00:51:01.8499141Z 7108366bb357: Pulling fs layer 2022-11-23T00:51:01.8499320Z a17d3f0d245f: Pulling fs layer 2022-11-23T00:51:01.8499515Z af1f57b03dc1: Pulling fs layer 2022-11-23T00:51:01.8499696Z 19d7da72e211: Waiting 2022-11-23T00:51:01.8499868Z fedc8844da0c: Pulling fs layer 2022-11-23T00:51:01.8500062Z 4d9ee4a84202: Pulling fs layer 2022-11-23T00:51:01.8500253Z 422bb402971f: Pulling fs layer 2022-11-23T00:51:01.8500433Z 30d9fd19fcf8: Pulling fs layer 2022-11-23T00:51:01.8500624Z e6ec9ff72352: Pulling fs layer 2022-11-23T00:51:01.8500804Z 133752b42076: Waiting 2022-11-23T00:51:01.8500962Z 2b8671dbd244: Waiting 2022-11-23T00:51:01.8501131Z 4694407ca3de: Waiting 2022-11-23T00:51:01.8501297Z 6114b441ddbf: Waiting 2022-11-23T00:51:01.8501453Z 1c1aab3b72ce: Waiting 2022-11-23T00:51:01.8501637Z b2dabb47a4a1: Pulling fs layer 2022-11-23T00:51:01.8501834Z 78592748cf6a: Pulling fs layer 2022-11-23T00:51:01.8502006Z acf65ded4ba0: Waiting 2022-11-23T00:51:01.8502179Z b2c751e637f5: Waiting 2022-11-23T00:51:01.8502360Z 2f62c284cd73: Pulling fs layer 2022-11-23T00:51:01.8502538Z d25a76b3a031: Pulling fs layer 2022-11-23T00:51:01.8502720Z dde59f92df16: Waiting 2022-11-23T00:51:01.8502890Z 6c09ee684801: Waiting 2022-11-23T00:51:01.8503054Z 5a50d7c62a26: Pulling fs layer 2022-11-23T00:51:01.8503237Z a17d3f0d245f: Waiting 2022-11-23T00:51:01.8503406Z af1f57b03dc1: Waiting 2022-11-23T00:51:01.8503574Z cd6d94bb12b1: Pulling fs layer 2022-11-23T00:51:01.8503765Z 2fba50966c3e: Pulling fs layer 2022-11-23T00:51:01.8503949Z 0ccc0a3f9f55: Waiting 2022-11-23T00:51:01.8504121Z fedc8844da0c: Waiting 2022-11-23T00:51:01.8504277Z 78592748cf6a: Waiting 2022-11-23T00:51:01.8504444Z 2f62c284cd73: Waiting 2022-11-23T00:51:01.8504611Z 9af1bdb6cccf: Waiting 2022-11-23T00:51:01.8504766Z d25a76b3a031: Waiting 2022-11-23T00:51:01.8504936Z 4d9ee4a84202: Waiting 2022-11-23T00:51:01.8505104Z 2fba50966c3e: Waiting 2022-11-23T00:51:01.8512321Z b2dabb47a4a1: Waiting 2022-11-23T00:51:01.8512756Z 422bb402971f: Waiting 2022-11-23T00:51:01.8513085Z 30d9fd19fcf8: Waiting 2022-11-23T00:51:01.8513358Z e6ec9ff72352: Waiting 2022-11-23T00:51:01.8513618Z 7108366bb357: Waiting 2022-11-23T00:51:01.8513943Z cd6d94bb12b1: Waiting 2022-11-23T00:51:01.9202114Z 96afc5db69dc: Verifying Checksum 2022-11-23T00:51:01.9202639Z 96afc5db69dc: Download complete 2022-11-23T00:51:02.0218120Z ed66d74b7c20: Verifying Checksum 2022-11-23T00:51:02.0218396Z ed66d74b7c20: Download complete 2022-11-23T00:51:02.1039427Z 42439e1d77c4: Download complete 2022-11-23T00:51:02.1878369Z 80bf4ab5d594: Verifying Checksum 2022-11-23T00:51:02.1878710Z 80bf4ab5d594: Download complete 2022-11-23T00:51:02.1885871Z eaead16dc43b: Verifying Checksum 2022-11-23T00:51:02.1886286Z eaead16dc43b: Download complete 2022-11-23T00:51:02.2477042Z 879beb9f8e9b: Verifying Checksum 2022-11-23T00:51:02.2477441Z 879beb9f8e9b: Download complete 2022-11-23T00:51:02.2650985Z 3f623e97839a: Verifying Checksum 2022-11-23T00:51:02.2652412Z 3f623e97839a: Download complete 2022-11-23T00:51:02.3350289Z d845eb9c30a0: Verifying Checksum 2022-11-23T00:51:02.3350592Z d845eb9c30a0: Download complete 2022-11-23T00:51:02.3461854Z 8654f94b3130: Verifying Checksum 2022-11-23T00:51:02.3462284Z 8654f94b3130: Download complete 2022-11-23T00:51:02.5181947Z 16b14aea0152: Verifying Checksum 2022-11-23T00:51:02.5182463Z 16b14aea0152: Download complete 2022-11-23T00:51:02.9155245Z eaead16dc43b: Pull complete 2022-11-23T00:51:03.0373530Z 96afc5db69dc: Pull complete 2022-11-23T00:51:03.2054405Z 0c488367249b: Verifying Checksum 2022-11-23T00:51:03.2054839Z 0c488367249b: Download complete 2022-11-23T00:51:03.2837633Z d703d3396c78: Verifying Checksum 2022-11-23T00:51:03.2838048Z d703d3396c78: Download complete 2022-11-23T00:51:03.3738774Z acf65ded4ba0: Verifying Checksum 2022-11-23T00:51:03.3739199Z acf65ded4ba0: Download complete 2022-11-23T00:51:03.8605335Z 19d7da72e211: Verifying Checksum 2022-11-23T00:51:03.9759037Z 19d7da72e211: Download complete 2022-11-23T00:51:03.9759284Z cb4b60b16a23: Verifying Checksum 2022-11-23T00:51:03.9759498Z cb4b60b16a23: Download complete 2022-11-23T00:51:04.0568113Z 6325a464626e: Verifying Checksum 2022-11-23T00:51:04.0568440Z 6325a464626e: Download complete 2022-11-23T00:51:04.1384250Z b17aded2bf76: Verifying Checksum 2022-11-23T00:51:04.1384671Z b17aded2bf76: Download complete 2022-11-23T00:51:04.2190602Z 79f0454f85ca: Download complete 2022-11-23T00:51:04.3023837Z 5df784aed3a4: Download complete 2022-11-23T00:51:04.3767807Z 196c72536fc8: Verifying Checksum 2022-11-23T00:51:04.4631040Z 196c72536fc8: Download complete 2022-11-23T00:51:04.4631318Z e7cf72049767: Download complete 2022-11-23T00:51:05.0035174Z 9cd06b79192a: Verifying Checksum 2022-11-23T00:51:05.0035599Z 9cd06b79192a: Download complete 2022-11-23T00:51:05.0928275Z c62a223ffc22: Download complete 2022-11-23T00:51:05.1689706Z 824caeed1492: Verifying Checksum 2022-11-23T00:51:05.1690009Z 824caeed1492: Download complete 2022-11-23T00:51:05.2740098Z 1762e4b0a4dc: Verifying Checksum 2022-11-23T00:51:05.2740472Z 1762e4b0a4dc: Download complete 2022-11-23T00:51:05.3483415Z 093e8e8bcad0: Verifying Checksum 2022-11-23T00:51:05.3483839Z 093e8e8bcad0: Download complete 2022-11-23T00:51:05.4087993Z 7c4667efa9a5: Download complete 2022-11-23T00:51:05.4136939Z 133752b42076: Download complete 2022-11-23T00:51:05.4954674Z 3507de6a25b1: Verifying Checksum 2022-11-23T00:51:05.4954925Z 3507de6a25b1: Download complete 2022-11-23T00:51:05.5746969Z 49880d42ecce: Download complete 2022-11-23T00:51:05.6718546Z 4694407ca3de: Verifying Checksum 2022-11-23T00:51:05.6718967Z 4694407ca3de: Download complete 2022-11-23T00:51:05.7375846Z b2c751e637f5: Verifying Checksum 2022-11-23T00:51:05.7378475Z b2c751e637f5: Download complete 2022-11-23T00:51:05.8133618Z 6114b441ddbf: Verifying Checksum 2022-11-23T00:51:05.8136706Z 6114b441ddbf: Download complete 2022-11-23T00:51:05.8835320Z 52944c8173bb: Verifying Checksum 2022-11-23T00:51:05.8835736Z 52944c8173bb: Download complete 2022-11-23T00:51:05.9504411Z 1c1aab3b72ce: Verifying Checksum 2022-11-23T00:51:05.9504826Z 1c1aab3b72ce: Download complete 2022-11-23T00:51:06.0436242Z 9af1bdb6cccf: Verifying Checksum 2022-11-23T00:51:06.0436730Z 9af1bdb6cccf: Download complete 2022-11-23T00:51:06.1168427Z 2b8671dbd244: Verifying Checksum 2022-11-23T00:51:06.1803956Z 2b8671dbd244: Download complete 2022-11-23T00:51:06.1804454Z 0ccc0a3f9f55: Verifying Checksum 2022-11-23T00:51:06.1804725Z 0ccc0a3f9f55: Download complete 2022-11-23T00:51:06.2554346Z 6c09ee684801: Download complete 2022-11-23T00:51:06.3303424Z dde59f92df16: Download complete 2022-11-23T00:51:06.7844576Z 7108366bb357: Verifying Checksum 2022-11-23T00:51:06.7845269Z 7108366bb357: Download complete 2022-11-23T00:51:06.9009058Z a17d3f0d245f: Verifying Checksum 2022-11-23T00:51:06.9009410Z a17d3f0d245f: Download complete 2022-11-23T00:51:06.9815175Z af1f57b03dc1: Verifying Checksum 2022-11-23T00:51:06.9815568Z af1f57b03dc1: Download complete 2022-11-23T00:51:07.0650491Z fedc8844da0c: Verifying Checksum 2022-11-23T00:51:07.0650898Z fedc8844da0c: Download complete 2022-11-23T00:51:07.1349160Z 4d9ee4a84202: Verifying Checksum 2022-11-23T00:51:07.3795781Z 422bb402971f: Verifying Checksum 2022-11-23T00:51:07.3796217Z 422bb402971f: Download complete 2022-11-23T00:51:07.4564374Z 30d9fd19fcf8: Verifying Checksum 2022-11-23T00:51:07.4564858Z 30d9fd19fcf8: Download complete 2022-11-23T00:51:07.5334106Z e6ec9ff72352: Verifying Checksum 2022-11-23T00:51:07.5334378Z e6ec9ff72352: Download complete 2022-11-23T00:51:07.6610126Z 516276b2131d: Verifying Checksum 2022-11-23T00:51:07.6610547Z 516276b2131d: Download complete 2022-11-23T00:51:07.7363970Z 78592748cf6a: Verifying Checksum 2022-11-23T00:51:07.7364393Z 78592748cf6a: Download complete 2022-11-23T00:51:07.8144513Z 2f62c284cd73: Download complete 2022-11-23T00:51:07.8922122Z d25a76b3a031: Verifying Checksum 2022-11-23T00:51:07.8923319Z d25a76b3a031: Download complete 2022-11-23T00:51:07.9802834Z 5a50d7c62a26: Verifying Checksum 2022-11-23T00:51:07.9803429Z 5a50d7c62a26: Download complete 2022-11-23T00:51:08.0651615Z cd6d94bb12b1: Verifying Checksum 2022-11-23T00:51:08.0651983Z cd6d94bb12b1: Download complete 2022-11-23T00:51:08.8531937Z 2fba50966c3e: Verifying Checksum 2022-11-23T00:51:08.8532208Z 2fba50966c3e: Download complete 2022-11-23T00:51:11.5913082Z 9cd06b79192a: Pull complete 2022-11-23T00:51:11.7217420Z ed66d74b7c20: Pull complete 2022-11-23T00:51:11.9192407Z 42439e1d77c4: Pull complete 2022-11-23T00:51:12.0588071Z 80bf4ab5d594: Pull complete 2022-11-23T00:51:12.1780439Z b2dabb47a4a1: Verifying Checksum 2022-11-23T00:51:12.1780750Z b2dabb47a4a1: Download complete 2022-11-23T00:51:12.2646127Z 879beb9f8e9b: Pull complete 2022-11-23T00:51:12.4978263Z 3f623e97839a: Pull complete 2022-11-23T00:51:12.7284055Z d845eb9c30a0: Pull complete 2022-11-23T00:51:12.9521387Z 8654f94b3130: Pull complete 2022-11-23T00:51:15.1298471Z a2871863f729: Verifying Checksum 2022-11-23T00:51:15.1298739Z a2871863f729: Download complete 2022-11-23T00:51:15.4885555Z 0c488367249b: Pull complete 2022-11-23T00:51:16.0002285Z 0c91414faf6f: Pull complete 2022-11-23T00:51:16.2846544Z 16b14aea0152: Pull complete 2022-11-23T00:51:38.9300221Z a2871863f729: Pull complete 2022-11-23T00:51:39.3665503Z d703d3396c78: Pull complete 2022-11-23T00:51:39.5016111Z acf65ded4ba0: Pull complete 2022-11-23T00:51:40.2668415Z 19d7da72e211: Pull complete 2022-11-23T00:51:40.4365349Z cb4b60b16a23: Pull complete 2022-11-23T00:51:40.6101895Z 6325a464626e: Pull complete 2022-11-23T00:51:40.7294921Z b17aded2bf76: Pull complete 2022-11-23T00:51:40.8549993Z 79f0454f85ca: Pull complete 2022-11-23T00:51:41.0617358Z 5df784aed3a4: Pull complete 2022-11-23T00:51:41.2755248Z 196c72536fc8: Pull complete 2022-11-23T00:51:41.4863796Z e7cf72049767: Pull complete 2022-11-23T00:51:43.2877582Z 7c4667efa9a5: Pull complete 2022-11-23T00:51:43.3859377Z c62a223ffc22: Pull complete 2022-11-23T00:51:43.4773504Z 824caeed1492: Pull complete 2022-11-23T00:51:43.5982142Z 1762e4b0a4dc: Pull complete 2022-11-23T00:51:43.6830050Z 093e8e8bcad0: Pull complete 2022-11-23T00:51:43.7877991Z 133752b42076: Pull complete 2022-11-23T00:51:48.1296127Z 516276b2131d: Pull complete 2022-11-23T00:51:48.2543069Z 3507de6a25b1: Pull complete 2022-11-23T00:51:48.4462769Z 49880d42ecce: Pull complete 2022-11-23T00:51:48.6801758Z 4694407ca3de: Pull complete 2022-11-23T00:51:48.8869512Z b2c751e637f5: Pull complete 2022-11-23T00:51:49.0622805Z 6114b441ddbf: Pull complete 2022-11-23T00:51:49.2900580Z 52944c8173bb: Pull complete 2022-11-23T00:51:49.4983588Z 1c1aab3b72ce: Pull complete 2022-11-23T00:51:49.7370100Z 9af1bdb6cccf: Pull complete 2022-11-23T00:51:49.9261992Z 2b8671dbd244: Pull complete 2022-11-23T00:51:50.1237380Z 0ccc0a3f9f55: Pull complete 2022-11-23T00:51:50.2984992Z 6c09ee684801: Pull complete 2022-11-23T00:51:50.5477311Z dde59f92df16: Pull complete 2022-11-23T00:51:51.7102175Z 7108366bb357: Pull complete 2022-11-23T00:51:51.9325949Z a17d3f0d245f: Pull complete 2022-11-23T00:51:52.1584218Z af1f57b03dc1: Pull complete 2022-11-23T00:51:52.3831564Z fedc8844da0c: Pull complete 2022-11-23T00:51:52.6170109Z 4d9ee4a84202: Pull complete 2022-11-23T00:51:53.0213327Z 422bb402971f: Pull complete 2022-11-23T00:51:53.1824988Z 30d9fd19fcf8: Pull complete 2022-11-23T00:51:53.4423230Z e6ec9ff72352: Pull complete 2022-11-23T00:51:57.9647157Z b2dabb47a4a1: Pull complete 2022-11-23T00:51:58.0517830Z 78592748cf6a: Pull complete 2022-11-23T00:51:58.1531865Z 2f62c284cd73: Pull complete 2022-11-23T00:51:58.2511460Z d25a76b3a031: Pull complete 2022-11-23T00:51:58.3395501Z 5a50d7c62a26: Pull complete 2022-11-23T00:51:58.4329335Z cd6d94bb12b1: Pull complete 2022-11-23T00:51:59.8721910Z 2fba50966c3e: Pull complete 2022-11-23T00:51:59.8891889Z Digest: sha256:128a8060bc8d0d2006ae18b574265c3aa935b731c43947b53188b825fa718d6b 2022-11-23T00:51:59.8923790Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:59.8954161Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:59.8984722Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:51:59.8984956Z .github/scripts/parse_ref.py 2022-11-23T00:51:59.8996407Z shell: /usr/bin/bash -e {0} 2022-11-23T00:51:59.8996604Z ##[endgroup] 2022-11-23T00:52:00.0016687Z Prepare all required actions 2022-11-23T00:52:00.0016943Z Getting action download info 2022-11-23T00:52:00.1385783Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T00:52:00.2450021Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T00:52:00.2450241Z with: 2022-11-23T00:52:00.2450563Z github-token: *** 2022-11-23T00:52:00.2450727Z ##[endgroup] 2022-11-23T00:52:00.2474145Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:52:00.2474376Z with: 2022-11-23T00:52:00.2474533Z shell: bash 2022-11-23T00:52:00.2474701Z timeout_minutes: 10 2022-11-23T00:52:00.2474876Z max_attempts: 5 2022-11-23T00:52:00.2475052Z retry_wait_seconds: 30 2022-11-23T00:52:00.2475446Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:52:00.2475826Z polling_interval_seconds: 1 2022-11-23T00:52:00.2476020Z warning_on_retry: true 2022-11-23T00:52:00.2476207Z continue_on_error: false 2022-11-23T00:52:00.2476588Z env: 2022-11-23T00:52:00.2476883Z GITHUB_TOKEN: *** 2022-11-23T00:52:00.2477057Z ##[endgroup] 2022-11-23T00:52:00.2946139Z + python3 -m pip install requests==2.26.0 2022-11-23T00:52:00.8683966Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:52:00.9724612Z Collecting requests==2.26.0 2022-11-23T00:52:00.9860711Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T00:52:01.0580800Z Collecting certifi>=2017.4.17 2022-11-23T00:52:01.0615945Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T00:52:01.1883511Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-11-23T00:52:01.1918666Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T00:52:01.2616863Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T00:52:01.2647992Z Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T00:52:01.3127806Z Collecting idna<4,>=2.5; python_version >= "3" 2022-11-23T00:52:01.3159633Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T00:52:01.3690298Z Installing collected packages: certifi, charset-normalizer, urllib3, idna, requests 2022-11-23T00:52:01.3990066Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-11-23T00:52:01.3990568Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-11-23T00:52:01.5611726Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T00:52:01.7004603Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-0ef650028836c8da8 2022-11-23T00:52:03.8882109Z + GHA_WORKFLOW_JOB_ID=9654934280 2022-11-23T00:52:03.8882804Z + echo job-id=9654934280 2022-11-23T00:52:04.2950575Z Command completed after 1 attempt(s). 2022-11-23T00:52:04.2999270Z Prepare all required actions 2022-11-23T00:52:04.2999512Z Getting action download info 2022-11-23T00:52:04.4552089Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T00:52:04.4552307Z with: 2022-11-23T00:52:04.4552612Z github-token: *** 2022-11-23T00:52:04.4552790Z ##[endgroup] 2022-11-23T00:52:04.4578225Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:52:04.4578460Z with: 2022-11-23T00:52:04.4578609Z shell: bash 2022-11-23T00:52:04.4578785Z timeout_minutes: 10 2022-11-23T00:52:04.4578963Z max_attempts: 5 2022-11-23T00:52:04.4579210Z retry_wait_seconds: 30 2022-11-23T00:52:04.4579465Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:52:04.4579715Z polling_interval_seconds: 1 2022-11-23T00:52:04.4579911Z warning_on_retry: true 2022-11-23T00:52:04.4580088Z continue_on_error: false 2022-11-23T00:52:04.4580262Z env: 2022-11-23T00:52:04.4580540Z GITHUB_TOKEN: *** 2022-11-23T00:52:04.4580740Z ##[endgroup] 2022-11-23T00:52:04.5060318Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:52:04.7050937Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:52:04.7211183Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T00:52:04.8326743Z Collecting pyyaml==6.0 2022-11-23T00:52:04.8450269Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-11-23T00:52:04.8629516Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T00:52:04.8783619Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T00:52:04.8798847Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T00:52:04.8808499Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T00:52:04.9103318Z Installing collected packages: pyyaml 2022-11-23T00:52:04.9624267Z Successfully installed pyyaml-6.0 2022-11-23T00:52:05.5039745Z Command completed after 1 attempt(s). 2022-11-23T00:52:05.5076963Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:52:05.5077208Z .github/scripts/parse_ref.py 2022-11-23T00:52:05.5088683Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:52:05.5088903Z ##[endgroup] 2022-11-23T00:52:05.5302640Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T00:52:05.5303049Z .github/scripts/filter_test_configs.py \ 2022-11-23T00:52:05.5303406Z  --test-matrix "" \ 2022-11-23T00:52:05.5304008Z  --pr-number "" \ 2022-11-23T00:52:05.5304340Z  --tag "" \ 2022-11-23T00:52:05.5304635Z  --event-name "push" 2022-11-23T00:52:05.5315929Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:52:05.5316149Z env: 2022-11-23T00:52:05.5316762Z GITHUB_TOKEN: *** 2022-11-23T00:52:05.5316943Z ##[endgroup] 2022-11-23T00:52:05.6383152Z .github/scripts/filter_test_configs.py:154: UserWarning: Invalid test matrix input '', exiting 2022-11-23T00:52:05.6383588Z warnings.warn(f"Invalid test matrix input '{args.test_matrix}', exiting") 2022-11-23T00:52:05.6527685Z ##[group]Run echo "" 2022-11-23T00:52:05.6527874Z echo "" 2022-11-23T00:52:05.6538862Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:52:05.6539078Z ##[endgroup] 2022-11-23T00:52:05.6562048Z 2022-11-23T00:52:05.6666052Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:52:05.6666412Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:52:05.6666672Z container_name=$(docker run \ 2022-11-23T00:52:05.6666873Z  -e BUILD_ENVIRONMENT \ 2022-11-23T00:52:05.6667099Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T00:52:05.6667316Z  -e AWS_DEFAULT_REGION \ 2022-11-23T00:52:05.6667503Z  -e PR_NUMBER \ 2022-11-23T00:52:05.6667686Z  -e SHA1 \ 2022-11-23T00:52:05.6667936Z  -e BRANCH \ 2022-11-23T00:52:05.6668218Z  -e SCCACHE_BUCKET \ 2022-11-23T00:52:05.6668422Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T00:52:05.6668619Z  -e XLA_CUDA \ 2022-11-23T00:52:05.6668896Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T00:52:05.6669132Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T00:52:05.6669407Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T00:52:05.6669595Z  -e PR_LABELS \ 2022-11-23T00:52:05.6669789Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T00:52:05.6670025Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T00:52:05.6670283Z  --security-opt seccomp=unconfined \ 2022-11-23T00:52:05.6670492Z  --cap-add=SYS_PTRACE \ 2022-11-23T00:52:05.6670682Z  --tty \ 2022-11-23T00:52:05.6670856Z  --detach \ 2022-11-23T00:52:05.6671025Z  --user jenkins \ 2022-11-23T00:52:05.6671261Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T00:52:05.6671510Z  -w /var/lib/jenkins/workspace \ 2022-11-23T00:52:05.6671702Z  "${DOCKER_IMAGE}" 2022-11-23T00:52:05.6671873Z ) 2022-11-23T00:52:05.6672106Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T00:52:05.6682362Z shell: /usr/bin/bash -e {0} 2022-11-23T00:52:05.6682546Z env: 2022-11-23T00:52:05.6682767Z BUILD_ENVIRONMENT: caffe2-linux-focal-py3.7-gcc7 2022-11-23T00:52:05.6682978Z BRANCH: master 2022-11-23T00:52:05.6683163Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:52:05.6683349Z PR_NUMBER: 2022-11-23T00:52:05.6683537Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:52:05.6683796Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T00:52:05.6684036Z SCCACHE_S3_KEY_PREFIX: trunk 2022-11-23T00:52:05.6684363Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:52:05.6684756Z PR_LABELS: [] 2022-11-23T00:52:05.6684948Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T00:52:05.6685298Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:52:05.6685612Z XLA_CUDA: 2022-11-23T00:52:05.6685776Z DEBUG: 0 2022-11-23T00:52:05.6685948Z OUR_GITHUB_JOB_ID: 9654934280 2022-11-23T00:52:05.6686242Z ##[endgroup] 2022-11-23T00:52:15.3359091Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:52:15.3363651Z + source .jenkins/pytorch/common.sh 2022-11-23T00:52:15.3365734Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T00:52:15.3371204Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T00:52:15.3372792Z +++ declare -f -t trap_add 2022-11-23T00:52:15.3377143Z ++ set -ex 2022-11-23T00:52:15.3377490Z ++ [[ caffe2-linux-focal-py3.7-gcc7 == *rocm* ]] 2022-11-23T00:52:15.3377760Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:52:15.3380865Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:52:15.3386010Z + source .jenkins/pytorch/common-build.sh 2022-11-23T00:52:15.3388002Z ++ [[ caffe2-linux-focal-py3.7-gcc7 != *win-* ]] 2022-11-23T00:52:15.3393360Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T00:52:15.3399089Z +++ cd .jenkins/pytorch 2022-11-23T00:52:15.3399472Z +++ pwd -P 2022-11-23T00:52:15.3400985Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:52:15.3401220Z ++ which sccache 2022-11-23T00:52:15.3408886Z ++ sccache --stop-server 2022-11-23T00:52:15.3430459Z ++ true 2022-11-23T00:52:15.3430765Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:52:15.3436624Z ++ [[ -n 1 ]] 2022-11-23T00:52:15.3437042Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:52:15.3437381Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:52:15.3438692Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:52:15.3438983Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:52:15.3439460Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:52:15.3439847Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:52:15.3451834Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:52:15.3452073Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:52:15.3452528Z ++ sccache --zero-stats 2022-11-23T00:52:15.3572733Z Compile requests 0 2022-11-23T00:52:15.3573101Z Compile requests executed 0 2022-11-23T00:52:15.3573498Z Cache hits 0 2022-11-23T00:52:15.3573879Z Cache misses 0 2022-11-23T00:52:15.3574225Z Cache timeouts 0 2022-11-23T00:52:15.3574594Z Cache read errors 0 2022-11-23T00:52:15.3574968Z Forced recaches 0 2022-11-23T00:52:15.3575216Z Cache write errors 0 2022-11-23T00:52:15.3575408Z Compilation failures 0 2022-11-23T00:52:15.3575653Z Cache errors 0 2022-11-23T00:52:15.3575960Z Non-cacheable compilations 0 2022-11-23T00:52:15.3576217Z Non-cacheable calls 0 2022-11-23T00:52:15.3576637Z Non-compilation calls 0 2022-11-23T00:52:15.3577062Z Unsupported compiler calls 0 2022-11-23T00:52:15.3577344Z Average cache write 0.000 s 2022-11-23T00:52:15.3577557Z Average cache read miss 0.000 s 2022-11-23T00:52:15.3577773Z Average cache read hit 0.000 s 2022-11-23T00:52:15.3577982Z Failed distributed compilations 0 2022-11-23T00:52:15.3579670Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T00:52:15.3580096Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:52:15.3580309Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:52:15.3580481Z ++ shift 2022-11-23T00:52:15.3580697Z ++ for trap_add_name in "$@" 2022-11-23T00:52:15.3582069Z ++++ trap -p EXIT 2022-11-23T00:52:15.3584764Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:52:15.3584987Z ++++ extract_trap_cmd 2022-11-23T00:52:15.3585229Z ++++ printf '%s\n' '' 2022-11-23T00:52:15.3585479Z +++ printf '%s\n' sccache_epilogue 2022-11-23T00:52:15.3586212Z ++ trap -- ' 2022-11-23T00:52:15.3586426Z sccache_epilogue' EXIT 2022-11-23T00:52:15.3588975Z ++ which ccache 2022-11-23T00:52:15.3597453Z + [[ caffe2-linux-focal-py3.7-gcc7 == *-clang7-asan* ]] 2022-11-23T00:52:15.3597842Z + [[ caffe2-linux-focal-py3.7-gcc7 == *-clang7-tsan* ]] 2022-11-23T00:52:15.3598173Z + [[ caffe2-linux-focal-py3.7-gcc7 == *-mobile-*build* ]] 2022-11-23T00:52:15.3598448Z + echo 'Python version:' 2022-11-23T00:52:15.3598651Z Python version: 2022-11-23T00:52:15.3598973Z + python --version 2022-11-23T00:52:15.3611397Z Python 3.7.13 2022-11-23T00:52:15.3612912Z + echo 'GCC version:' 2022-11-23T00:52:15.3613269Z GCC version: 2022-11-23T00:52:15.3613628Z + gcc --version 2022-11-23T00:52:15.3717836Z gcc (Ubuntu 7.5.0-6ubuntu2) 7.5.0 2022-11-23T00:52:15.3718163Z Copyright (C) 2017 Free Software Foundation, Inc. 2022-11-23T00:52:15.3718449Z This is free software; see the source for copying conditions. There is NO 2022-11-23T00:52:15.3718838Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-11-23T00:52:15.3719022Z 2022-11-23T00:52:15.3723279Z + echo 'CMake version:' 2022-11-23T00:52:15.3723608Z CMake version: 2022-11-23T00:52:15.3723987Z + cmake --version 2022-11-23T00:52:15.3765081Z cmake version 3.22.1 2022-11-23T00:52:15.3765222Z 2022-11-23T00:52:15.3765383Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-11-23T00:52:15.3769601Z + echo 'Environment variables:' 2022-11-23T00:52:15.3769978Z Environment variables: 2022-11-23T00:52:15.3770282Z + env 2022-11-23T00:52:15.3775324Z INSTALLED_DB=yes 2022-11-23T00:52:15.3775987Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:52:15.3776405Z PR_LABELS=[] 2022-11-23T00:52:15.3776920Z BUILD_ENVIRONMENT=caffe2-linux-focal-py3.7-gcc7 2022-11-23T00:52:15.3777321Z HOSTNAME=d768845b587a 2022-11-23T00:52:15.3778010Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_da4b85f0-8ccf-4ffe-af5b-1f8c9b49887f 2022-11-23T00:52:15.3778563Z GITHUB_ACTION=__self 2022-11-23T00:52:15.3778927Z GITHUB_RUN_NUMBER=18336 2022-11-23T00:52:15.3779586Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-11-23T00:52:15.3780021Z AWS_DEFAULT_REGION=us-east-1 2022-11-23T00:52:15.3780404Z SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:52:15.3780832Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2022-11-23T00:52:15.3781061Z GITHUB_REF_TYPE=branch 2022-11-23T00:52:15.3781336Z TORCH_CUDA_ARCH_LIST=5.2 2022-11-23T00:52:15.3781641Z XLA_CUDA= 2022-11-23T00:52:15.3782148Z *** 2022-11-23T00:52:15.3782343Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-11-23T00:52:15.3782541Z GITHUB_ACTIONS=true 2022-11-23T00:52:15.3782749Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:52:15.3782996Z SHA1=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:52:15.3783231Z GITHUB_SHA=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:52:15.3783428Z UCC_HOME=/usr 2022-11-23T00:52:15.3783613Z GITHUB_REF=refs/heads/master 2022-11-23T00:52:15.3783813Z GITHUB_REF_PROTECTED=true 2022-11-23T00:52:15.3783990Z HOME=/var/lib/jenkins 2022-11-23T00:52:15.3784216Z GITHUB_API_URL=https://api.github.com 2022-11-23T00:52:15.3784427Z INSTALLED_THRIFT= 2022-11-23T00:52:15.3784644Z UCX_COMMIT= 2022-11-23T00:52:15.3784894Z SCCACHE_S3_KEY_PREFIX=trunk 2022-11-23T00:52:15.3785079Z UCX_HOME=/usr 2022-11-23T00:52:15.3785490Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_da4b85f0-8ccf-4ffe-af5b-1f8c9b49887f 2022-11-23T00:52:15.3786005Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_da4b85f0-8ccf-4ffe-af5b-1f8c9b49887f 2022-11-23T00:52:15.3786524Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-11-23T00:52:15.3786790Z GITHUB_EVENT_NAME=push 2022-11-23T00:52:15.3786983Z GITHUB_RUN_ID=3528293554 2022-11-23T00:52:15.3787399Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_da4b85f0-8ccf-4ffe-af5b-1f8c9b49887f 2022-11-23T00:52:15.3787723Z GITHUB_ACTOR=pytorchmergebot 2022-11-23T00:52:15.3788029Z PR_NUMBER= 2022-11-23T00:52:15.3788195Z DESIRED_CUDA= 2022-11-23T00:52:15.3788374Z GITHUB_RUN_ATTEMPT=1 2022-11-23T00:52:15.3788622Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-11-23T00:52:15.3788866Z TERM=xterm 2022-11-23T00:52:15.3789077Z INSTALLED_VISION=yes 2022-11-23T00:52:15.3789257Z BRANCH=master 2022-11-23T00:52:15.3789425Z OUR_GITHUB_JOB_ID=9654934280 2022-11-23T00:52:15.3789688Z OPENSSL_ROOT_DIR=/opt/openssl 2022-11-23T00:52:15.3789924Z CUDA_PATH=/usr/local/cuda 2022-11-23T00:52:15.3790327Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-11-23T00:52:15.3790723Z GITHUB_SERVER_URL=https://github.com 2022-11-23T00:52:15.3790944Z UCC_COMMIT= 2022-11-23T00:52:15.3791140Z INSTALLED_ANDROID= 2022-11-23T00:52:15.3791355Z SHLVL=1 2022-11-23T00:52:15.3791536Z MAX_JOBS=6 2022-11-23T00:52:15.3791713Z GITHUB_REF_NAME=master 2022-11-23T00:52:15.3792141Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:52:15.3792483Z GITHUB_JOB=build 2022-11-23T00:52:15.3792691Z GITHUB_REPOSITORY=pytorch/pytorch 2022-11-23T00:52:15.3792900Z GITHUB_RETENTION_DAYS=90 2022-11-23T00:52:15.3793093Z OPENSSL_DIR=/opt/openssl 2022-11-23T00:52:15.3793392Z GITHUB_ACTION_REPOSITORY= 2022-11-23T00:52:15.3793712Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-11-23T00:52:15.3793996Z GITHUB_BASE_REF= 2022-11-23T00:52:15.3794163Z CI=true 2022-11-23T00:52:15.3794333Z GITHUB_REPOSITORY_OWNER=pytorch 2022-11-23T00:52:15.3794556Z RUST_LOG=sccache::server=error 2022-11-23T00:52:15.3794758Z INSTALLED_PROTOBUF=yes 2022-11-23T00:52:15.3794926Z GITHUB_HEAD_REF= 2022-11-23T00:52:15.3795189Z GITHUB_ACTION_REF= 2022-11-23T00:52:15.3795613Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-11-23T00:52:15.3795860Z GITHUB_WORKFLOW=trunk 2022-11-23T00:52:15.3796062Z DEBIAN_FRONTEND=noninteractive 2022-11-23T00:52:15.3796495Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_da4b85f0-8ccf-4ffe-af5b-1f8c9b49887f 2022-11-23T00:52:15.3796871Z SKIP_SCCACHE_INITIALIZATION=1 2022-11-23T00:52:15.3797112Z _=/usr/bin/env 2022-11-23T00:52:15.3797410Z + [[ caffe2-linux-focal-py3.7-gcc7 == *cuda* ]] 2022-11-23T00:52:15.3797765Z + [[ caffe2-linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-11-23T00:52:15.3798083Z + [[ caffe2-linux-focal-py3.7-gcc7 == *\c\a\f\f\e\2* ]] 2022-11-23T00:52:15.3798316Z + export BUILD_CAFFE2=ON 2022-11-23T00:52:15.3798488Z + BUILD_CAFFE2=ON 2022-11-23T00:52:15.3798783Z + [[ caffe2-linux-focal-py3.7-gcc7 == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-11-23T00:52:15.3799144Z + [[ caffe2-linux-focal-py3.7-gcc7 == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-11-23T00:52:15.3799473Z + [[ caffe2-linux-focal-py3.7-gcc7 == *rocm* ]] 2022-11-23T00:52:15.3799686Z + export USE_LLVM=/opt/llvm 2022-11-23T00:52:15.3799874Z + USE_LLVM=/opt/llvm 2022-11-23T00:52:15.3800081Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-11-23T00:52:15.3800287Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-11-23T00:52:15.3800481Z + which conda 2022-11-23T00:52:15.3800867Z /opt/conda/bin/conda 2022-11-23T00:52:15.3801121Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:52:15.3801480Z + CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:52:15.3802040Z + [[ caffe2-linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-11-23T00:52:15.3802428Z + [[ caffe2-linux-focal-py3.7-gcc7 == *-android* ]] 2022-11-23T00:52:15.3802729Z + [[ caffe2-linux-focal-py3.7-gcc7 != *android* ]] 2022-11-23T00:52:15.3803036Z + [[ caffe2-linux-focal-py3.7-gcc7 == *vulkan* ]] 2022-11-23T00:52:15.3803339Z + [[ caffe2-linux-focal-py3.7-gcc7 == *rocm* ]] 2022-11-23T00:52:15.3803558Z + '[' -z 6 ']' 2022-11-23T00:52:15.3803811Z + [[ caffe2-linux-focal-py3.7-gcc7 == *cuda* ]] 2022-11-23T00:52:15.3804110Z + [[ caffe2-linux-focal-py3.7-gcc7 == *clang* ]] 2022-11-23T00:52:15.3804404Z + [[ caffe2-linux-focal-py3.7-gcc7 == *no-ops* ]] 2022-11-23T00:52:15.3804705Z + [[ caffe2-linux-focal-py3.7-gcc7 == *-pch* ]] 2022-11-23T00:52:15.3805061Z + [[ caffe2-linux-focal-py3.7-gcc7 == *linux-focal-py3.7-gcc7-build* ]] 2022-11-23T00:52:15.3805398Z + [[ caffe2-linux-focal-py3.7-gcc7 != *android* ]] 2022-11-23T00:52:15.3805701Z + [[ caffe2-linux-focal-py3.7-gcc7 != *cuda* ]] 2022-11-23T00:52:15.3805946Z + export BUILD_STATIC_RUNTIME_BENCHMARK=ON 2022-11-23T00:52:15.3806374Z + BUILD_STATIC_RUNTIME_BENCHMARK=ON 2022-11-23T00:52:15.3806671Z + [[ caffe2-linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-11-23T00:52:15.3807052Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-11-23T00:52:15.3807394Z The next three invocations are expected to fail with invalid command error messages. 2022-11-23T00:52:15.3807667Z + get_exit_code python setup.py bad_argument 2022-11-23T00:52:15.3807867Z + set +e 2022-11-23T00:52:15.3808050Z + python setup.py bad_argument 2022-11-23T00:52:15.6749771Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:52:15.7018532Z invalid command 'bad_argument' 2022-11-23T00:52:15.7394567Z + retcode=1 2022-11-23T00:52:15.7394957Z + set -e 2022-11-23T00:52:15.7395249Z + return 1 2022-11-23T00:52:15.7398352Z + get_exit_code python setup.py 'clean]' 2022-11-23T00:52:15.7398681Z + set +e 2022-11-23T00:52:15.7399400Z + python setup.py 'clean]' 2022-11-23T00:52:15.9937744Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:52:16.0158440Z invalid command name 'clean]' 2022-11-23T00:52:16.0526918Z + retcode=1 2022-11-23T00:52:16.0527227Z + set -e 2022-11-23T00:52:16.0527542Z + return 1 2022-11-23T00:52:16.0531422Z + get_exit_code python setup.py clean bad_argument 2022-11-23T00:52:16.0531712Z + set +e 2022-11-23T00:52:16.0531897Z + python setup.py clean bad_argument 2022-11-23T00:52:16.3422306Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:52:16.3711162Z invalid command 'bad_argument' 2022-11-23T00:52:16.4086808Z + retcode=1 2022-11-23T00:52:16.4087112Z + set -e 2022-11-23T00:52:16.4087325Z + return 1 2022-11-23T00:52:16.4088858Z + [[ caffe2-linux-focal-py3.7-gcc7 != *libtorch* ]] 2022-11-23T00:52:16.4089254Z + [[ caffe2-linux-focal-py3.7-gcc7 != *rocm* ]] 2022-11-23T00:52:16.4089772Z + [[ caffe2-linux-focal-py3.7-gcc7 != *xla* ]] 2022-11-23T00:52:16.4089984Z + WERROR=1 2022-11-23T00:52:16.4090185Z + python setup.py bdist_wheel 2022-11-23T00:52:16.6965604Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:52:16.7252690Z -- Building version 1.14.0a0+git1cfd385 2022-11-23T00:52:16.7375169Z cmake -DBUILD_CAFFE2=ON -DBUILD_ENVIRONMENT=caffe2-linux-focal-py3.7-gcc7 -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/lib/python3.7/site-packages;/opt/conda -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.7/site-packages/numpy/core/include -DOPENSSL_ROOT_DIR=/opt/openssl -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.7m -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.7m.so.1.0 -DTORCH_BUILD_VERSION=1.14.0a0+git1cfd385 -DUSE_LLVM=/opt/llvm -DUSE_NUMPY=True -DWERROR=1 /var/lib/jenkins/workspace 2022-11-23T00:52:16.8038583Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T00:52:16.8562591Z -- The C compiler identification is GNU 7.5.0 2022-11-23T00:52:16.8669164Z -- Detecting CXX compiler ABI info 2022-11-23T00:52:16.9765712Z -- Detecting CXX compiler ABI info - done 2022-11-23T00:52:16.9842805Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T00:52:16.9845424Z -- Detecting CXX compile features 2022-11-23T00:52:16.9850316Z -- Detecting CXX compile features - done 2022-11-23T00:52:16.9878567Z -- Detecting C compiler ABI info 2022-11-23T00:52:17.0590179Z -- Detecting C compiler ABI info - done 2022-11-23T00:52:17.0666440Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T00:52:17.0669068Z -- Detecting C compile features 2022-11-23T00:52:17.0672535Z -- Detecting C compile features - done 2022-11-23T00:52:17.0677318Z -- Not forcing any particular BLAS to be found 2022-11-23T00:52:17.0690279Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:52:17.0690711Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:52:17.0691108Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:52:17.0691408Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:52:17.0691647Z Call Stack (most recent call first): 2022-11-23T00:52:17.0691879Z CMakeLists.txt:249 (cmake_dependent_option) 2022-11-23T00:52:17.0692218Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:17.0692604Z  2022-11-23T00:52:17.0693058Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:52:17.0693411Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:52:17.0693782Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:52:17.0694071Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:52:17.0694320Z Call Stack (most recent call first): 2022-11-23T00:52:17.0694698Z CMakeLists.txt:280 (cmake_dependent_option) 2022-11-23T00:52:17.0695020Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:17.0695267Z  2022-11-23T00:52:17.0705415Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-11-23T00:52:17.0734473Z -- Performing Test COMPILER_WORKS 2022-11-23T00:52:17.1453489Z -- Performing Test COMPILER_WORKS - Success 2022-11-23T00:52:17.1455518Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-11-23T00:52:17.2831629Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-11-23T00:52:17.2833304Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-11-23T00:52:17.4056225Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-11-23T00:52:17.4056846Z -- std::exception_ptr is supported. 2022-11-23T00:52:17.4058343Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-11-23T00:52:17.4281738Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-11-23T00:52:17.4282123Z -- Turning off deprecation warning due to glog. 2022-11-23T00:52:17.4289111Z -- Performing Test C_HAS_AVX_1 2022-11-23T00:52:17.5886843Z -- Performing Test C_HAS_AVX_1 - Failed 2022-11-23T00:52:17.5887401Z -- Performing Test C_HAS_AVX_2 2022-11-23T00:52:17.7270341Z -- Performing Test C_HAS_AVX_2 - Success 2022-11-23T00:52:17.7272210Z -- Performing Test C_HAS_AVX2_1 2022-11-23T00:52:17.8888152Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-11-23T00:52:17.8889062Z -- Performing Test C_HAS_AVX2_2 2022-11-23T00:52:18.0113783Z -- Performing Test C_HAS_AVX2_2 - Success 2022-11-23T00:52:18.0115212Z -- Performing Test C_HAS_AVX512_1 2022-11-23T00:52:18.1724635Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-11-23T00:52:18.1725541Z -- Performing Test C_HAS_AVX512_2 2022-11-23T00:52:18.3219395Z -- Performing Test C_HAS_AVX512_2 - Failed 2022-11-23T00:52:18.3219974Z -- Performing Test C_HAS_AVX512_3 2022-11-23T00:52:18.3480924Z -- Performing Test C_HAS_AVX512_3 - Failed 2022-11-23T00:52:18.3482241Z -- Performing Test CXX_HAS_AVX_1 2022-11-23T00:52:18.5298425Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-11-23T00:52:18.5298957Z -- Performing Test CXX_HAS_AVX_2 2022-11-23T00:52:18.6446239Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-11-23T00:52:18.6448561Z -- Performing Test CXX_HAS_AVX2_1 2022-11-23T00:52:18.8034232Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-11-23T00:52:18.8035116Z -- Performing Test CXX_HAS_AVX2_2 2022-11-23T00:52:18.9325242Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-11-23T00:52:18.9328051Z -- Performing Test CXX_HAS_AVX512_1 2022-11-23T00:52:19.1006562Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-11-23T00:52:19.1007566Z -- Performing Test CXX_HAS_AVX512_2 2022-11-23T00:52:19.2636162Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2022-11-23T00:52:19.2636542Z -- Performing Test CXX_HAS_AVX512_3 2022-11-23T00:52:19.2834083Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2022-11-23T00:52:19.2834470Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-11-23T00:52:19.2836307Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-11-23T00:52:19.4281209Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-11-23T00:52:19.4281629Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-11-23T00:52:19.4286683Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-11-23T00:52:19.5057240Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-11-23T00:52:19.5063410Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-11-23T00:52:19.5831014Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-11-23T00:52:19.5836486Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-11-23T00:52:19.6670769Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-11-23T00:52:19.6749838Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2022-11-23T00:52:19.6838039Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2022-11-23T00:52:19.6843937Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2022-11-23T00:52:19.6844409Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2022-11-23T00:52:19.6844974Z or a Caffe2 dependent library, the next warning / error will give you more 2022-11-23T00:52:19.6845396Z info. 2022-11-23T00:52:19.6845597Z Call Stack (most recent call first): 2022-11-23T00:52:19.6845823Z cmake/Dependencies.cmake:43 (include) 2022-11-23T00:52:19.6846214Z CMakeLists.txt:719 (include) 2022-11-23T00:52:19.6846337Z 2022-11-23T00:52:19.6846432Z  2022-11-23T00:52:19.6846702Z CMake Warning at cmake/Dependencies.cmake:66 (message): 2022-11-23T00:52:19.6847058Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2022-11-23T00:52:19.6847344Z Call Stack (most recent call first): 2022-11-23T00:52:19.6847720Z CMakeLists.txt:719 (include) 2022-11-23T00:52:19.6847906Z 2022-11-23T00:52:19.6848036Z  2022-11-23T00:52:19.6848810Z -- Building using own protobuf under third_party per request. 2022-11-23T00:52:19.6849155Z -- Use custom protobuf build. 2022-11-23T00:52:19.6861339Z -- 2022-11-23T00:52:19.6861595Z -- 3.13.0.0 2022-11-23T00:52:19.6868912Z -- Looking for pthread.h 2022-11-23T00:52:19.7570613Z -- Looking for pthread.h - found 2022-11-23T00:52:19.7572090Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T00:52:19.8272837Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T00:52:19.8273178Z -- Check if compiler accepts -pthread 2022-11-23T00:52:19.8995673Z -- Check if compiler accepts -pthread - yes 2022-11-23T00:52:19.9003684Z -- Found Threads: TRUE 2022-11-23T00:52:19.9008018Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-11-23T00:52:19.9866339Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-11-23T00:52:19.9966232Z -- Caffe2 protobuf include directory: $$ 2022-11-23T00:52:19.9982296Z -- Trying to find preferred BLAS backend of choice: MKL 2022-11-23T00:52:19.9993173Z -- MKL_THREADING = OMP 2022-11-23T00:52:19.9995117Z -- Looking for sys/types.h 2022-11-23T00:52:20.0715901Z -- Looking for sys/types.h - found 2022-11-23T00:52:20.0716579Z -- Looking for stdint.h 2022-11-23T00:52:20.1394741Z -- Looking for stdint.h - found 2022-11-23T00:52:20.1395693Z -- Looking for stddef.h 2022-11-23T00:52:20.2205257Z -- Looking for stddef.h - found 2022-11-23T00:52:20.3151785Z -- Check size of void* 2022-11-23T00:52:20.3152076Z -- Check size of void* - done 2022-11-23T00:52:20.5748424Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:20.5749198Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:20.5749521Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:20.5749861Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:20.5750125Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:20.5750355Z Call Stack (most recent call first): 2022-11-23T00:52:20.5750624Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:20.5750892Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T00:52:20.5751146Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T00:52:20.5751399Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T00:52:20.5751621Z CMakeLists.txt:719 (include) 2022-11-23T00:52:20.5751937Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:20.5752188Z  2022-11-23T00:52:20.6609780Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:20.6610270Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:20.6610607Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:20.6611077Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:20.6611350Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:20.6611563Z Call Stack (most recent call first): 2022-11-23T00:52:20.6611833Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:20.6612116Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T00:52:20.6612360Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T00:52:20.6612619Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T00:52:20.6612844Z CMakeLists.txt:719 (include) 2022-11-23T00:52:20.6613160Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:20.6613407Z  2022-11-23T00:52:20.6625986Z -- Looking for cblas_sgemm 2022-11-23T00:52:20.9062583Z -- Looking for cblas_sgemm - found 2022-11-23T00:52:20.9103920Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_gnu_thread.so;/opt/conda/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so 2022-11-23T00:52:20.9104426Z -- MKL include directory: /opt/conda/include 2022-11-23T00:52:20.9104682Z -- MKL OpenMP type: GNU 2022-11-23T00:52:20.9104905Z -- MKL OpenMP library: -fopenmp 2022-11-23T00:52:20.9409807Z -- The ASM compiler identification is GNU 2022-11-23T00:52:20.9426935Z -- Found assembler: /opt/cache/bin/cc 2022-11-23T00:52:20.9531963Z -- Brace yourself, we are building NNPACK 2022-11-23T00:52:20.9569831Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-11-23T00:52:20.9799917Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-11-23T00:52:20.9972395Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-11-23T00:52:20.9972710Z -- NNPACK backend is x86-64 2022-11-23T00:52:21.1889548Z -- Found Python: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 2022-11-23T00:52:21.1954793Z -- Failed to find LLVM FileCheck 2022-11-23T00:52:21.1983727Z -- Found Git: /usr/bin/git (found version "2.25.1") 2022-11-23T00:52:21.2104495Z -- git version: v1.6.1 normalized to 1.6.1 2022-11-23T00:52:21.2104783Z -- Version: 1.6.1 2022-11-23T00:52:21.2110738Z -- Looking for shm_open in rt 2022-11-23T00:52:21.2880624Z -- Looking for shm_open in rt - found 2022-11-23T00:52:21.2887731Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-11-23T00:52:21.4182532Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-11-23T00:52:21.4189379Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-11-23T00:52:21.4972799Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-11-23T00:52:21.4979521Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-11-23T00:52:21.5756362Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-11-23T00:52:21.5762978Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-11-23T00:52:21.6556704Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-11-23T00:52:21.6563481Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-11-23T00:52:21.7348317Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-11-23T00:52:21.7358981Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-11-23T00:52:21.8172734Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-11-23T00:52:21.8179451Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-11-23T00:52:21.9007985Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-11-23T00:52:21.9015044Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-11-23T00:52:21.9823201Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-11-23T00:52:21.9830007Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-11-23T00:52:22.0105313Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-11-23T00:52:22.0111039Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-11-23T00:52:22.0928930Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-11-23T00:52:22.0935921Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-11-23T00:52:22.1743907Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:52:22.1751061Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-11-23T00:52:22.2548180Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-11-23T00:52:22.2558818Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-11-23T00:52:22.3380391Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-11-23T00:52:22.3386666Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-11-23T00:52:22.3625275Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-11-23T00:52:22.3631860Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-11-23T00:52:22.3886677Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-11-23T00:52:22.3893965Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-11-23T00:52:22.4705680Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-11-23T00:52:22.4706701Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:52:22.4706962Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:52:22.6813362Z -- Performing Test HAVE_STD_REGEX -- success 2022-11-23T00:52:22.6813700Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:52:22.6814026Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:52:22.7051769Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-11-23T00:52:22.7052153Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:52:22.7052422Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:52:22.8320573Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-11-23T00:52:22.8320879Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:52:22.8321144Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:52:22.9487542Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-11-23T00:52:22.9750491Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-11-23T00:52:23.0586889Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-11-23T00:52:23.0608627Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:23.0609785Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:23.0610110Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:23.0610405Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:23.0610681Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:23.0610910Z Call Stack (most recent call first): 2022-11-23T00:52:23.0611228Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:23.0611600Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:52:23.0612125Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:23.0612990Z  2022-11-23T00:52:23.0613573Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T00:52:23.0614383Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:23.0615081Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:23.0615636Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:23.0616191Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:23.0616686Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:23.0617084Z Call Stack (most recent call first): 2022-11-23T00:52:23.0617579Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:23.0618078Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:52:23.0618658Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:23.0619248Z  2022-11-23T00:52:23.0619701Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T00:52:23.0620253Z -- Found OpenMP: TRUE (found version "4.5") 2022-11-23T00:52:23.0620774Z CMake Warning at third_party/fbgemm/CMakeLists.txt:87 (message): 2022-11-23T00:52:23.0621137Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-11-23T00:52:23.0621326Z 2022-11-23T00:52:23.0621602Z  2022-11-23T00:52:23.1602488Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-11-23T00:52:23.1602997Z ========== 2022-11-23T00:52:23.1603183Z 2022-11-23T00:52:23.1603354Z  2022-11-23T00:52:23.1603874Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-11-23T00:52:23.1604322Z CMAKE_BUILD_TYPE = Release 2022-11-23T00:52:23.1604544Z 2022-11-23T00:52:23.1604683Z  2022-11-23T00:52:23.1605184Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-11-23T00:52:23.1605632Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-11-23T00:52:23.1605843Z 2022-11-23T00:52:23.1606428Z  2022-11-23T00:52:23.1606942Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-11-23T00:52:23.1607455Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-11-23T00:52:23.1607931Z 2022-11-23T00:52:23.1608076Z  2022-11-23T00:52:23.1608519Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-11-23T00:52:23.1608929Z ========== 2022-11-23T00:52:23.1609078Z 2022-11-23T00:52:23.1609209Z  2022-11-23T00:52:23.1638289Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-11-23T00:52:23.2481564Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-11-23T00:52:23.2488675Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-11-23T00:52:23.3304294Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-11-23T00:52:23.3311538Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-11-23T00:52:23.4133283Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-11-23T00:52:23.4140517Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-11-23T00:52:23.4964981Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-11-23T00:52:23.4983516Z ** AsmJit Summary ** 2022-11-23T00:52:23.4984023Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-11-23T00:52:23.4984410Z  ASMJIT_TEST=FALSE 2022-11-23T00:52:23.4984722Z  ASMJIT_TARGET_TYPE=STATIC 2022-11-23T00:52:23.4984968Z  ASMJIT_DEPS=pthread;rt 2022-11-23T00:52:23.4985247Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-11-23T00:52:23.4985548Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-11-23T00:52:23.4986060Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-11-23T00:52:23.4986466Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-11-23T00:52:23.4986873Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-11-23T00:52:23.5033857Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2022-11-23T00:52:23.5034358Z CMake Warning at cmake/Dependencies.cmake:893 (message): 2022-11-23T00:52:23.5034772Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2022-11-23T00:52:23.5035055Z Call Stack (most recent call first): 2022-11-23T00:52:23.5035259Z CMakeLists.txt:719 (include) 2022-11-23T00:52:23.5035387Z 2022-11-23T00:52:23.5035468Z  2022-11-23T00:52:23.5053141Z -- Using third party subdirectory Eigen. 2022-11-23T00:52:23.5251315Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.7.13", minimum required is "3.0") 2022-11-23T00:52:23.5269993Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found suitable version "3.7.13", minimum required is "3.0") 2022-11-23T00:52:23.5276127Z -- Using third_party/pybind11. 2022-11-23T00:52:23.5276492Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-11-23T00:52:23.5820755Z -- Checking for module 'mpi-c' 2022-11-23T00:52:23.5845962Z -- No package 'mpi-c' found 2022-11-23T00:52:23.6099868Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2022-11-23T00:52:23.6426824Z -- Checking for module 'mpi-cxx' 2022-11-23T00:52:23.6448737Z -- No package 'mpi-cxx' found 2022-11-23T00:52:23.6708947Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2022-11-23T00:52:23.6726638Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2022-11-23T00:52:23.6727121Z CMake Warning at cmake/Dependencies.cmake:1167 (message): 2022-11-23T00:52:23.6727494Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2022-11-23T00:52:23.6727756Z Call Stack (most recent call first): 2022-11-23T00:52:23.6727963Z CMakeLists.txt:719 (include) 2022-11-23T00:52:23.6728088Z 2022-11-23T00:52:23.6728170Z  2022-11-23T00:52:23.6737272Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:23.6737975Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:23.6738293Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:23.6738728Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:23.6739009Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:23.6739223Z Call Stack (most recent call first): 2022-11-23T00:52:23.6739490Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:23.6739785Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:52:23.6740116Z CMakeLists.txt:719 (include) 2022-11-23T00:52:23.6740545Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:23.6740936Z  2022-11-23T00:52:23.6741430Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:23.6741792Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:23.6742108Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:23.6742416Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:23.6742673Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:23.6742902Z Call Stack (most recent call first): 2022-11-23T00:52:23.6743166Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:23.6743446Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:52:23.6743656Z CMakeLists.txt:719 (include) 2022-11-23T00:52:23.6743971Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:23.6744214Z  2022-11-23T00:52:23.6745520Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-11-23T00:52:23.6746031Z -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so 2022-11-23T00:52:23.6746390Z -- Disabling kernel asserts for ROCm 2022-11-23T00:52:23.6746628Z -- Looking for LLVM in /opt/llvm 2022-11-23T00:52:23.6796357Z -- Found LLVM 9.0.1 2022-11-23T00:52:23.6796647Z -- Using LLVMConfig.cmake in: /opt/llvm/lib/cmake/llvm 2022-11-23T00:52:23.6805044Z CMake Warning at cmake/Dependencies.cmake:1387 (message): 2022-11-23T00:52:23.6805569Z Not using CUDA/ROCM, so disabling USE_NCCL. Suppress this warning with 2022-11-23T00:52:23.6806113Z -DUSE_NCCL=OFF. 2022-11-23T00:52:23.6806318Z Call Stack (most recent call first): 2022-11-23T00:52:23.6806516Z CMakeLists.txt:719 (include) 2022-11-23T00:52:23.6806643Z 2022-11-23T00:52:23.6806728Z  2022-11-23T00:52:23.6938416Z -- Performing Test UV_LINT_W4 2022-11-23T00:52:23.7184528Z -- Performing Test UV_LINT_W4 - Failed 2022-11-23T00:52:23.7190532Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-11-23T00:52:23.7383219Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-11-23T00:52:23.7388711Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-11-23T00:52:23.7589308Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-11-23T00:52:23.7594887Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-11-23T00:52:23.7786906Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-11-23T00:52:23.7792455Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-11-23T00:52:23.7983271Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-11-23T00:52:23.7989541Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-11-23T00:52:23.8179666Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-11-23T00:52:23.8185763Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-11-23T00:52:23.8374868Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-11-23T00:52:23.8381595Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-11-23T00:52:23.8570461Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-11-23T00:52:23.8576392Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-11-23T00:52:23.8763732Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-11-23T00:52:23.8769886Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-11-23T00:52:23.8958611Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-11-23T00:52:23.8965295Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-11-23T00:52:23.9154859Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-11-23T00:52:23.9160687Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-11-23T00:52:23.9349111Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-11-23T00:52:23.9355351Z -- Performing Test UV_LINT_WALL 2022-11-23T00:52:24.0099856Z -- Performing Test UV_LINT_WALL - Success 2022-11-23T00:52:24.0106042Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-11-23T00:52:24.0822220Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-11-23T00:52:24.0829507Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-11-23T00:52:24.1577263Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-11-23T00:52:24.1583321Z -- Performing Test UV_LINT_EXTRA 2022-11-23T00:52:24.2350989Z -- Performing Test UV_LINT_EXTRA - Success 2022-11-23T00:52:24.2356991Z -- Performing Test UV_LINT_UTF8_MSVC 2022-11-23T00:52:24.2554555Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-11-23T00:52:24.2560836Z -- Performing Test UV_F_STRICT_ALIASING 2022-11-23T00:52:24.3305840Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-11-23T00:52:24.3316279Z -- summary of build options: 2022-11-23T00:52:24.3316724Z Install prefix: /var/lib/jenkins/workspace/torch 2022-11-23T00:52:24.3317149Z Target system: Linux 2022-11-23T00:52:24.3317352Z Compiler: 2022-11-23T00:52:24.3317546Z C compiler: /opt/cache/bin/cc 2022-11-23T00:52:24.3317779Z CFLAGS: -fopenmp 2022-11-23T00:52:24.3317899Z 2022-11-23T00:52:24.3329990Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-11-23T00:52:24.3356879Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-11-23T00:52:24.3357424Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-11-23T00:52:24.3358078Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-11-23T00:52:24.3358607Z set the policy and suppress this warning. 2022-11-23T00:52:24.3358855Z 2022-11-23T00:52:24.3359107Z For compatibility with older versions of CMake, option is clearing the 2022-11-23T00:52:24.3359625Z normal variable 'BUILD_BENCHMARK'. 2022-11-23T00:52:24.3360224Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:24.3360660Z  2022-11-23T00:52:24.3361015Z -- Enabling sccache for CXX 2022-11-23T00:52:24.3361437Z -- Enabling sccache for C 2022-11-23T00:52:24.3361852Z -- Gloo build as SHARED library 2022-11-23T00:52:24.3404968Z CMake Warning at cmake/Dependencies.cmake:1538 (message): 2022-11-23T00:52:24.3405397Z Metal is only used in ios builds. 2022-11-23T00:52:24.3405772Z Call Stack (most recent call first): 2022-11-23T00:52:24.3406315Z CMakeLists.txt:719 (include) 2022-11-23T00:52:24.3406528Z 2022-11-23T00:52:24.3406663Z  2022-11-23T00:52:24.3606650Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-11-23T00:52:24.3623158Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found version "3.7.13") 2022-11-23T00:52:24.3627449Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:52:24.3630359Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:52:24.3632413Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:52:24.4448786Z -- 2022-11-23T00:52:24.4449190Z -- ******** Summary ******** 2022-11-23T00:52:24.4449609Z -- CMake version : 3.22.1 2022-11-23T00:52:24.4450136Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:52:24.4450411Z -- System : Linux 2022-11-23T00:52:24.4450659Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T00:52:24.4450920Z -- C++ compiler version : 7.5.0 2022-11-23T00:52:24.4451531Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T00:52:24.4451888Z -- Build type : Release 2022-11-23T00:52:24.4452253Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-11-23T00:52:24.4452675Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-11-23T00:52:24.4453027Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:52:24.4453452Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-11-23T00:52:24.4453749Z -- 2022-11-23T00:52:24.4453963Z -- ONNX version : 1.12.0 2022-11-23T00:52:24.4454202Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:52:24.4454451Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:52:24.4454698Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-11-23T00:52:24.4454951Z -- Protobuf_USE_STATIC_LIBS : ON 2022-11-23T00:52:24.4455186Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-11-23T00:52:24.4455430Z -- ONNX_WERROR : OFF 2022-11-23T00:52:24.4455663Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:52:24.4455890Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:52:24.4456133Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:52:24.4456373Z -- ONNXIFI_ENABLE_EXT : OFF 2022-11-23T00:52:24.4456552Z -- 2022-11-23T00:52:24.4456759Z -- Protobuf compiler : 2022-11-23T00:52:24.4456998Z -- Protobuf includes : 2022-11-23T00:52:24.4457221Z -- Protobuf libraries : 2022-11-23T00:52:24.4457463Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:52:24.4471669Z -- 2022-11-23T00:52:24.4472108Z -- ******** Summary ******** 2022-11-23T00:52:24.4472515Z -- CMake version : 3.22.1 2022-11-23T00:52:24.4472869Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:52:24.4473111Z -- System : Linux 2022-11-23T00:52:24.4473372Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T00:52:24.4473627Z -- C++ compiler version : 7.5.0 2022-11-23T00:52:24.4474072Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T00:52:24.4474420Z -- Build type : Release 2022-11-23T00:52:24.4474741Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-11-23T00:52:24.4475306Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-11-23T00:52:24.4475646Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:52:24.4476146Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-11-23T00:52:24.4476490Z -- 2022-11-23T00:52:24.4476697Z -- ONNX version : 1.4.1 2022-11-23T00:52:24.4476927Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:52:24.4477169Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:52:24.4477405Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:52:24.4477628Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:52:24.4477978Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:52:24.4478178Z -- 2022-11-23T00:52:24.4478370Z -- Protobuf compiler : 2022-11-23T00:52:24.4478603Z -- Protobuf includes : 2022-11-23T00:52:24.4478834Z -- Protobuf libraries : 2022-11-23T00:52:24.4479056Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:52:24.4479396Z -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor 2022-11-23T00:52:24.4479709Z -- Adding -DNDEBUG to compile flags 2022-11-23T00:52:24.4496582Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-11-23T00:52:24.4819073Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-11-23T00:52:24.4820342Z CMake Warning at cmake/Dependencies.cmake:1738 (message): 2022-11-23T00:52:24.4820930Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2022-11-23T00:52:24.4821365Z Call Stack (most recent call first): 2022-11-23T00:52:24.4821567Z CMakeLists.txt:719 (include) 2022-11-23T00:52:24.4821691Z 2022-11-23T00:52:24.4821780Z  2022-11-23T00:52:24.4848195Z -- Could not find hardware support for NEON on this machine. 2022-11-23T00:52:24.4848505Z -- No OMAP3 processor on this machine. 2022-11-23T00:52:24.4848779Z -- No OMAP4 processor on this machine. 2022-11-23T00:52:24.4859000Z -- Found a library with LAPACK API (mkl). 2022-11-23T00:52:24.4859548Z disabling CUDA because NOT USE_CUDA is set 2022-11-23T00:52:24.4860093Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2022-11-23T00:52:24.4860401Z disabling ROCM because NOT USE_ROCM is set 2022-11-23T00:52:24.4860705Z -- MIOpen not found. Compiling without MIOpen support 2022-11-23T00:52:24.4862149Z -- Will build oneDNN Graph 2022-11-23T00:52:24.4874149Z -- MKLDNN_CPU_RUNTIME = OMP 2022-11-23T00:52:24.4889795Z -- cmake version: 3.22.1 2022-11-23T00:52:24.4890415Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-11-23T00:52:24.4891039Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-11-23T00:52:24.4891276Z of CMake. 2022-11-23T00:52:24.4891389Z 2022-11-23T00:52:24.4891590Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:52:24.4891884Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:52:24.4892260Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:52:24.4892545Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:52:24.4892692Z 2022-11-23T00:52:24.4892769Z  2022-11-23T00:52:24.4905641Z -- DNNL_TARGET_ARCH: X64 2022-11-23T00:52:24.4915956Z -- DNNL_LIBRARY_NAME: dnnl 2022-11-23T00:52:24.4963647Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:24.4964331Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:24.4964734Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:24.4965099Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:24.4965492Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:24.4965777Z Call Stack (most recent call first): 2022-11-23T00:52:24.4966275Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:24.4966682Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T00:52:24.4967061Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T00:52:24.4967426Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:24.4967667Z  2022-11-23T00:52:24.4967922Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T00:52:24.4970548Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:24.4971452Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:24.4971862Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:24.4972151Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:24.4972464Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:24.4972692Z Call Stack (most recent call first): 2022-11-23T00:52:24.4972957Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:24.4973338Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T00:52:24.4973717Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T00:52:24.4974082Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:24.4974311Z  2022-11-23T00:52:24.4974567Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T00:52:24.5013046Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-11-23T00:52:24.5193345Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.7.13", minimum required is "2.7") 2022-11-23T00:52:24.5206463Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-11-23T00:52:24.5255953Z -- Enabled workload: TRAINING 2022-11-23T00:52:24.5256303Z -- Enabled primitives: ALL 2022-11-23T00:52:24.5256544Z -- Enabled primitive CPU ISA: ALL 2022-11-23T00:52:24.5256796Z -- Enabled primitive GPU ISA: ALL 2022-11-23T00:52:24.5299066Z -- Primitive cache is enabled 2022-11-23T00:52:24.5447769Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-11-23T00:52:24.6188134Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-11-23T00:52:24.6190353Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-11-23T00:52:24.6990133Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-11-23T00:52:24.6992509Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-11-23T00:52:24.8132040Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-11-23T00:52:24.8304193Z -- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen missing components: dot 2022-11-23T00:52:24.8686486Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:24.8687083Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:24.8687420Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:24.8687730Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:24.8688022Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:24.8688238Z Call Stack (most recent call first): 2022-11-23T00:52:24.8688508Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:24.8688873Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T00:52:24.8689192Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T00:52:24.8689535Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:24.8689910Z  2022-11-23T00:52:24.8692050Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:24.8692620Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:24.8692957Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:24.8693265Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:24.8693533Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:24.8693760Z Call Stack (most recent call first): 2022-11-23T00:52:24.8694175Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:24.8694550Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T00:52:24.8694873Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T00:52:24.8695221Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:24.8695469Z  2022-11-23T00:52:24.8709976Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-11-23T00:52:24.8731973Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-11-23T00:52:24.8732304Z -- Compiling oneDNN Graph with GPU runtime NONE support 2022-11-23T00:52:24.8775951Z -- Graph compiler backend is disabled. 2022-11-23T00:52:24.8781631Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-11-23T00:52:24.8792492Z -- Compiled partition cache is enabled 2022-11-23T00:52:24.8821347Z -- Found MKL-DNN: TRUE 2022-11-23T00:52:24.8824926Z -- Looking for clock_gettime in rt 2022-11-23T00:52:24.9549261Z -- Looking for clock_gettime in rt - found 2022-11-23T00:52:24.9550109Z -- Looking for mmap 2022-11-23T00:52:25.0276429Z -- Looking for mmap - found 2022-11-23T00:52:25.0276879Z -- Looking for shm_open 2022-11-23T00:52:25.1022637Z -- Looking for shm_open - found 2022-11-23T00:52:25.1780779Z -- Looking for shm_unlink 2022-11-23T00:52:25.1781254Z -- Looking for shm_unlink - found 2022-11-23T00:52:25.1781673Z -- Looking for malloc_usable_size 2022-11-23T00:52:25.2509785Z -- Looking for malloc_usable_size - found 2022-11-23T00:52:25.2511869Z -- Performing Test C_HAS_THREAD 2022-11-23T00:52:25.3406547Z -- Performing Test C_HAS_THREAD - Success 2022-11-23T00:52:25.3443243Z -- Version: 7.1.3 2022-11-23T00:52:25.3443627Z -- Build type: Release 2022-11-23T00:52:25.3446175Z -- CXX_STANDARD: 14 2022-11-23T00:52:25.3451827Z -- Performing Test has_std_14_flag 2022-11-23T00:52:25.4261626Z -- Performing Test has_std_14_flag - Success 2022-11-23T00:52:25.4267635Z -- Performing Test has_std_1y_flag 2022-11-23T00:52:25.5136072Z -- Performing Test has_std_1y_flag - Success 2022-11-23T00:52:25.5137709Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-11-23T00:52:25.5945436Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-11-23T00:52:25.5946157Z -- Performing Test FMT_HAS_VARIANT 2022-11-23T00:52:25.6876684Z -- Performing Test FMT_HAS_VARIANT - Success 2022-11-23T00:52:25.6878583Z -- Required features: cxx_variadic_templates 2022-11-23T00:52:25.6885115Z -- Looking for strtod_l 2022-11-23T00:52:25.7387145Z -- Looking for strtod_l - not found 2022-11-23T00:52:25.7393275Z -- Using CPU-only version of Kineto 2022-11-23T00:52:25.7393564Z -- Configuring Kineto dependency: 2022-11-23T00:52:25.7393919Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-11-23T00:52:25.7394240Z -- KINETO_BUILD_TESTS = OFF 2022-11-23T00:52:25.7394478Z -- KINETO_LIBRARY_TYPE = static 2022-11-23T00:52:25.7602732Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-11-23T00:52:25.7603736Z INFO CUDA_SOURCE_DIR =  2022-11-23T00:52:25.7603997Z INFO ROCM_SOURCE_DIR =  2022-11-23T00:52:25.7764508Z INFO CUPTI unavailable or disabled - not building GPU profilers 2022-11-23T00:52:25.8110678Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-11-23T00:52:25.8111198Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-11-23T00:52:25.8111551Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2022-11-23T00:52:25.8111862Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-11-23T00:52:25.8113225Z -- Configured Kineto (CPU) 2022-11-23T00:52:25.8119449Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:52:25.8120143Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:52:25.8120820Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:52:25.8121118Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:52:25.8121416Z Call Stack (most recent call first): 2022-11-23T00:52:25.8121652Z CMakeLists.txt:722 (cmake_dependent_option) 2022-11-23T00:52:25.8122050Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:25.8122345Z  2022-11-23T00:52:25.8122597Z -- GCC 7.5.0: Adding gcc and gcc_s libs to link line 2022-11-23T00:52:25.8129952Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-11-23T00:52:25.9118931Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-11-23T00:52:25.9126308Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-11-23T00:52:25.9959108Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-11-23T00:52:25.9966262Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2022-11-23T00:52:26.0202887Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Failed 2022-11-23T00:52:26.0210417Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2022-11-23T00:52:26.0440501Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Failed 2022-11-23T00:52:26.0447798Z -- Performing Test HAS_WNARROWING 2022-11-23T00:52:26.1423156Z -- Performing Test HAS_WNARROWING - Success 2022-11-23T00:52:26.1430768Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-11-23T00:52:26.2232933Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-11-23T00:52:26.2240128Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-11-23T00:52:26.3072835Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-11-23T00:52:26.3079689Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-11-23T00:52:26.3923403Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-11-23T00:52:26.3930759Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-11-23T00:52:26.4769790Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-11-23T00:52:26.4776492Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-11-23T00:52:26.5710639Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-11-23T00:52:26.5717567Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-11-23T00:52:26.6556098Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-11-23T00:52:26.6562808Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-11-23T00:52:26.7468857Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-11-23T00:52:26.7475840Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-11-23T00:52:26.8296678Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-11-23T00:52:26.8303647Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-11-23T00:52:26.9158889Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-11-23T00:52:26.9165673Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-11-23T00:52:26.9972487Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-11-23T00:52:26.9979476Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-11-23T00:52:27.0799668Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:52:27.0806309Z -- Performing Test HAS_WVLA_EXTENSION 2022-11-23T00:52:27.1043506Z -- Performing Test HAS_WVLA_EXTENSION - Failed 2022-11-23T00:52:27.1051202Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-11-23T00:52:27.1853092Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-11-23T00:52:27.1860023Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-11-23T00:52:27.2655693Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-11-23T00:52:27.2663072Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-11-23T00:52:27.3481793Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-11-23T00:52:27.3490223Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-11-23T00:52:27.3742817Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-11-23T00:52:27.3750630Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-11-23T00:52:27.4553317Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-11-23T00:52:27.4560474Z -- Performing Test COMPILER_SUPPORT_WERROR 2022-11-23T00:52:27.5386925Z -- Performing Test COMPILER_SUPPORT_WERROR - Success 2022-11-23T00:52:27.5393935Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-11-23T00:52:27.6200338Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-11-23T00:52:27.6206853Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-11-23T00:52:27.6985113Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-11-23T00:52:27.6992526Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-11-23T00:52:27.7954742Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-11-23T00:52:27.7961761Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-11-23T00:52:27.8801846Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-11-23T00:52:27.8809255Z -- Performing Test HAS_WERROR_FORMAT 2022-11-23T00:52:27.9651502Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-11-23T00:52:27.9658632Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-11-23T00:52:27.9893877Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-11-23T00:52:27.9900864Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-11-23T00:52:28.0729616Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-11-23T00:52:28.0763769Z -- Performing Test HASPRIVATE 2022-11-23T00:52:28.1006688Z -- Performing Test HASPRIVATE - Failed 2022-11-23T00:52:28.1030228Z -- Looking for backtrace 2022-11-23T00:52:28.1745492Z -- Looking for backtrace - found 2022-11-23T00:52:28.1747712Z -- backtrace facility detected in default set of libraries 2022-11-23T00:52:28.1749822Z -- Found Backtrace: /usr/include 2022-11-23T00:52:28.1751236Z -- don't use NUMA 2022-11-23T00:52:31.3602746Z -- headers outputs: 2022-11-23T00:52:38.4258187Z -- sources outputs: 2022-11-23T00:52:39.6594639Z -- declarations_yaml outputs: 2022-11-23T00:52:39.6647356Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-11-23T00:52:39.7589304Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-11-23T00:52:39.7838738Z -- Using ATen parallel backend: OMP 2022-11-23T00:52:39.7852055Z disabling CUDA because USE_CUDA is set false 2022-11-23T00:52:39.8376280Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-11-23T00:52:39.8376911Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-11-23T00:52:39.8377249Z of CMake. 2022-11-23T00:52:39.8377354Z 2022-11-23T00:52:39.8377550Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:52:39.8377861Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:52:39.8378235Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:52:39.8378519Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:52:39.8378649Z 2022-11-23T00:52:39.8378729Z  2022-11-23T00:52:39.8913011Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1s") 2022-11-23T00:52:39.8936781Z -- Check size of long double 2022-11-23T00:52:39.9732011Z -- Check size of long double - done 2022-11-23T00:52:39.9733777Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-11-23T00:52:40.0663910Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-11-23T00:52:40.0665542Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-11-23T00:52:40.1397996Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-11-23T00:52:40.1399055Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-11-23T00:52:40.2414979Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-11-23T00:52:40.2415786Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-11-23T00:52:40.3460161Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-11-23T00:52:40.3460945Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-11-23T00:52:40.4494322Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-11-23T00:52:40.4495115Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-11-23T00:52:40.5504224Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-11-23T00:52:40.5504937Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-11-23T00:52:40.6524869Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-11-23T00:52:40.6526862Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-11-23T00:52:40.7636967Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-11-23T00:52:40.7669959Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-11-23T00:52:40.8444375Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-11-23T00:52:40.8445816Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-11-23T00:52:40.9168735Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-11-23T00:52:40.9169789Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-11-23T00:52:40.9897089Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-11-23T00:52:40.9898253Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-11-23T00:52:41.0673750Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-11-23T00:52:41.0786759Z -- Configuring build for SLEEF-v3.6.0 2022-11-23T00:52:41.0787525Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:52:41.0788065Z  Target processor: x86_64 2022-11-23T00:52:41.0788656Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:52:41.0789142Z  Host processor: x86_64 2022-11-23T00:52:41.0789631Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-11-23T00:52:41.0790081Z  CMake: 3.22.1 2022-11-23T00:52:41.0790334Z  Make program: /usr/bin/make 2022-11-23T00:52:41.0790817Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-11-23T00:52:41.0791209Z -- Building shared libs : OFF 2022-11-23T00:52:41.0791456Z -- Building static test bins: OFF 2022-11-23T00:52:41.0791678Z -- MPFR : LIB_MPFR-NOTFOUND 2022-11-23T00:52:41.0791910Z -- GMP : LIBGMP-NOTFOUND 2022-11-23T00:52:41.0792164Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-11-23T00:52:41.0792394Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-11-23T00:52:41.0792626Z -- OPENSSL : 1.1.1s 2022-11-23T00:52:41.0792851Z -- SDE : SDE_COMMAND-NOTFOUND 2022-11-23T00:52:41.0793080Z -- RUNNING_ON_TRAVIS : 2022-11-23T00:52:41.0793302Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-11-23T00:52:41.0793510Z  2022-11-23T00:52:41.0793783Z *** Note: Parallel build is only supported with Ninja *** 2022-11-23T00:52:41.0794008Z  2022-11-23T00:52:41.0892565Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-11-23T00:52:41.0892963Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-11-23T00:52:41.0893396Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-11-23T00:52:41.0893826Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-11-23T00:52:41.1302349Z -- NCCL operators skipped due to no CUDA support 2022-11-23T00:52:41.1315533Z -- Excluding FakeLowP operators 2022-11-23T00:52:41.1362614Z -- Including IDEEP operators 2022-11-23T00:52:41.1379609Z -- Excluding image processing operators due to no opencv 2022-11-23T00:52:41.1384009Z -- Excluding video processing operators due to no opencv 2022-11-23T00:52:41.1406618Z -- MPI operators skipped due to no MPI support 2022-11-23T00:52:41.1411210Z -- Include Observer library 2022-11-23T00:52:41.5425175Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-11-23T00:52:41.6251875Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-11-23T00:52:41.6259091Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-11-23T00:52:41.7085196Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-11-23T00:52:41.7094161Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-11-23T00:52:41.7914837Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-11-23T00:52:41.7940980Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-11-23T00:52:42.0013871Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-11-23T00:52:42.0032278Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:52:42.0032656Z Syntax Warning in cmake code at column 107 2022-11-23T00:52:42.0032964Z 2022-11-23T00:52:42.0033112Z Argument not separated from preceding token by whitespace. 2022-11-23T00:52:42.0033546Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:42.0033803Z  2022-11-23T00:52:42.0034098Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:52:42.0034347Z Syntax Warning in cmake code at column 115 2022-11-23T00:52:42.0034484Z 2022-11-23T00:52:42.0034616Z Argument not separated from preceding token by whitespace. 2022-11-23T00:52:42.0035004Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:42.0035251Z  2022-11-23T00:52:42.0491342Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:42.0491801Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:42.0492282Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:42.0492644Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:42.0492920Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:42.0493134Z Call Stack (most recent call first): 2022-11-23T00:52:42.0493491Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:42.0493894Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T00:52:42.0494345Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:42.0494781Z  2022-11-23T00:52:42.0495398Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:42.0495771Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:42.0496068Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:42.0496374Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:42.0496646Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:42.0496871Z Call Stack (most recent call first): 2022-11-23T00:52:42.0497128Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:42.0497415Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T00:52:42.0497761Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:42.0498033Z  2022-11-23T00:52:42.0498585Z -- pytorch is compiling with OpenMP. 2022-11-23T00:52:42.0499069Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T00:52:42.0499589Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T00:52:42.0501396Z -- Caffe2 is compiling with OpenMP. 2022-11-23T00:52:42.0501789Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T00:52:42.0502183Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T00:52:42.1027781Z -- Using lib/python3.7/site-packages as python relative installation path 2022-11-23T00:52:42.1685556Z CMake Warning at CMakeLists.txt:1091 (message): 2022-11-23T00:52:42.1686258Z Generated cmake files are only fully tested if one builds with system glog, 2022-11-23T00:52:42.1686668Z gflags, and protobuf. Other settings may generate files that are not well 2022-11-23T00:52:42.1686891Z tested. 2022-11-23T00:52:42.1686991Z 2022-11-23T00:52:42.1687082Z  2022-11-23T00:52:42.1731252Z -- 2022-11-23T00:52:42.1731658Z -- ******** Summary ******** 2022-11-23T00:52:42.1732044Z -- General: 2022-11-23T00:52:42.1732401Z -- CMake version : 3.22.1 2022-11-23T00:52:42.1732831Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:52:42.1733253Z -- System : Linux 2022-11-23T00:52:42.1733660Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T00:52:42.1734046Z -- C++ compiler id : GNU 2022-11-23T00:52:42.1734433Z -- C++ compiler version : 7.5.0 2022-11-23T00:52:42.1734808Z -- Using ccache if found : ON 2022-11-23T00:52:42.1735422Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-11-23T00:52:42.1738148Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -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 2022-11-23T00:52:42.1739638Z -- Build type : Release 2022-11-23T00:52:42.1740273Z -- 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 2022-11-23T00:52:42.1740829Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-11-23T00:52:42.1741169Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:52:42.1741437Z -- USE_GOLD_LINKER : OFF 2022-11-23T00:52:42.1741628Z -- 2022-11-23T00:52:42.1741836Z -- TORCH_VERSION : 1.14.0 2022-11-23T00:52:42.1742059Z -- CAFFE2_VERSION : 1.14.0 2022-11-23T00:52:42.1742291Z -- BUILD_CAFFE2 : ON 2022-11-23T00:52:42.1742517Z -- BUILD_CAFFE2_OPS : ON 2022-11-23T00:52:42.1742758Z -- BUILD_STATIC_RUNTIME_BENCHMARK: ON 2022-11-23T00:52:42.1743020Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-11-23T00:52:42.1743272Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-11-23T00:52:42.1743495Z -- BUILD_BINARY : OFF 2022-11-23T00:52:42.1743727Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-11-23T00:52:42.1743964Z -- Link local protobuf : ON 2022-11-23T00:52:42.1744179Z -- BUILD_DOCS : OFF 2022-11-23T00:52:42.1744405Z -- BUILD_PYTHON : True 2022-11-23T00:52:42.1744640Z -- Python version : 3.7.13 2022-11-23T00:52:42.1744897Z -- Python executable : /opt/conda/bin/python 2022-11-23T00:52:42.1745161Z -- Pythonlibs version : 3.7.13 2022-11-23T00:52:42.1745463Z -- Python library : /opt/conda/lib/libpython3.7m.so.1.0 2022-11-23T00:52:42.1745769Z -- Python includes : /opt/conda/include/python3.7m 2022-11-23T00:52:42.1746087Z -- Python site-packages: lib/python3.7/site-packages 2022-11-23T00:52:42.1746358Z -- BUILD_SHARED_LIBS : ON 2022-11-23T00:52:42.1746620Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-11-23T00:52:42.1746849Z -- BUILD_TEST : True 2022-11-23T00:52:42.1747077Z -- BUILD_JNI : OFF 2022-11-23T00:52:42.1747307Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-11-23T00:52:42.1747531Z -- BUILD_LITE_INTERPRETER: OFF 2022-11-23T00:52:42.1747760Z -- INTERN_BUILD_MOBILE : 2022-11-23T00:52:42.1748058Z -- TRACING_BASED : OFF 2022-11-23T00:52:42.1748273Z -- USE_BLAS : 1 2022-11-23T00:52:42.1748490Z -- BLAS : mkl 2022-11-23T00:52:42.1748711Z -- BLAS_HAS_SBGEMM : 2022-11-23T00:52:42.1748922Z -- USE_LAPACK : 1 2022-11-23T00:52:42.1749147Z -- LAPACK : mkl 2022-11-23T00:52:42.1749367Z -- USE_ASAN : OFF 2022-11-23T00:52:42.1749575Z -- USE_TSAN : OFF 2022-11-23T00:52:42.1749799Z -- USE_CPP_CODE_COVERAGE : OFF 2022-11-23T00:52:42.1750028Z -- USE_CUDA : OFF 2022-11-23T00:52:42.1750235Z -- USE_ROCM : OFF 2022-11-23T00:52:42.1750479Z -- USE_EIGEN_FOR_BLAS : 2022-11-23T00:52:42.1750706Z -- USE_FBGEMM : ON 2022-11-23T00:52:42.1750989Z -- USE_FAKELOWP : OFF 2022-11-23T00:52:42.1751206Z -- USE_KINETO : ON 2022-11-23T00:52:42.1751436Z -- USE_FFMPEG : OFF 2022-11-23T00:52:42.1751660Z -- USE_GFLAGS : OFF 2022-11-23T00:52:42.1751867Z -- USE_GLOG : OFF 2022-11-23T00:52:42.1752091Z -- USE_LEVELDB : OFF 2022-11-23T00:52:42.1752319Z -- USE_LITE_PROTO : OFF 2022-11-23T00:52:42.1752528Z -- USE_LMDB : OFF 2022-11-23T00:52:42.1752747Z -- USE_METAL : OFF 2022-11-23T00:52:42.1752977Z -- USE_PYTORCH_METAL : OFF 2022-11-23T00:52:42.1753208Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-11-23T00:52:42.1753444Z -- USE_MPS : OFF 2022-11-23T00:52:42.1753660Z -- USE_FFTW : OFF 2022-11-23T00:52:42.1753861Z -- USE_MKL : ON 2022-11-23T00:52:42.1754121Z -- USE_MKLDNN : ON 2022-11-23T00:52:42.1754347Z -- USE_MKLDNN_ACL : OFF 2022-11-23T00:52:42.1754565Z -- USE_MKLDNN_CBLAS : OFF 2022-11-23T00:52:42.1754784Z -- USE_UCC : OFF 2022-11-23T00:52:42.1754999Z -- USE_ITT : ON 2022-11-23T00:52:42.1755203Z -- USE_NCCL : OFF 2022-11-23T00:52:42.1755421Z -- USE_NNPACK : ON 2022-11-23T00:52:42.1755641Z -- USE_NUMPY : ON 2022-11-23T00:52:42.1755855Z -- USE_OBSERVERS : ON 2022-11-23T00:52:42.1756085Z -- USE_OPENCL : OFF 2022-11-23T00:52:42.1756310Z -- USE_OPENCV : OFF 2022-11-23T00:52:42.1756532Z -- USE_OPENMP : ON 2022-11-23T00:52:42.1756739Z -- USE_TBB : OFF 2022-11-23T00:52:42.1756956Z -- USE_VULKAN : OFF 2022-11-23T00:52:42.1757174Z -- USE_PROF : OFF 2022-11-23T00:52:42.1757381Z -- USE_QNNPACK : ON 2022-11-23T00:52:42.1757621Z -- USE_PYTORCH_QNNPACK : ON 2022-11-23T00:52:42.1757848Z -- USE_XNNPACK : ON 2022-11-23T00:52:42.1758056Z -- USE_REDIS : OFF 2022-11-23T00:52:42.1758279Z -- USE_ROCKSDB : OFF 2022-11-23T00:52:42.1758498Z -- USE_ZMQ : OFF 2022-11-23T00:52:42.1758707Z -- USE_DISTRIBUTED : ON 2022-11-23T00:52:42.1758937Z -- USE_MPI : OFF 2022-11-23T00:52:42.1759162Z -- USE_GLOO : ON 2022-11-23T00:52:42.1759383Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-11-23T00:52:42.1759619Z -- USE_TENSORPIPE : ON 2022-11-23T00:52:42.1760024Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-11-23T00:52:42.1760668Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;ittnotify;fp16;tensorpipe;gloo;aten_op_header_gen;foxi_loader;caffe2::mkldnn;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl 2022-11-23T00:52:42.1761108Z -- USE_COREML_DELEGATE : OFF 2022-11-23T00:52:42.1761351Z -- BUILD_LAZY_TS_BACKEND : ON 2022-11-23T00:52:42.1761597Z -- TORCH_DISABLE_GPU_ASSERTS : ON 2022-11-23T00:52:42.1861765Z -- Configuring done 2022-11-23T00:52:43.5437192Z CMake Warning at caffe2/CMakeLists.txt:809 (add_library): 2022-11-23T00:52:43.5437535Z Cannot generate a safe runtime search path for target torch_cpu because 2022-11-23T00:52:43.5437845Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.5438079Z directories: 2022-11-23T00:52:43.5438189Z 2022-11-23T00:52:43.5438435Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.5438690Z /opt/conda/lib 2022-11-23T00:52:43.5438801Z 2022-11-23T00:52:43.5438905Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.5439058Z 2022-11-23T00:52:43.5439141Z  2022-11-23T00:52:43.5738793Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.5739110Z Cannot generate a safe runtime search path for target Dict_test because 2022-11-23T00:52:43.5739413Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.5739800Z directories: 2022-11-23T00:52:43.5739914Z 2022-11-23T00:52:43.5740154Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.5740407Z /opt/conda/lib 2022-11-23T00:52:43.5740506Z 2022-11-23T00:52:43.5740622Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.5740770Z 2022-11-23T00:52:43.5740850Z  2022-11-23T00:52:43.5772870Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.5773242Z Cannot generate a safe runtime search path for target Dimname_test because 2022-11-23T00:52:43.5773544Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.5773769Z directories: 2022-11-23T00:52:43.5773878Z 2022-11-23T00:52:43.5774119Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.5774451Z /opt/conda/lib 2022-11-23T00:52:43.5774560Z 2022-11-23T00:52:43.5774681Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.5774830Z 2022-11-23T00:52:43.5774910Z  2022-11-23T00:52:43.5805502Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.5806393Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-11-23T00:52:43.5806804Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.5807046Z directories: 2022-11-23T00:52:43.5807142Z 2022-11-23T00:52:43.5807382Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.5807634Z /opt/conda/lib 2022-11-23T00:52:43.5807743Z 2022-11-23T00:52:43.5807857Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.5807999Z 2022-11-23T00:52:43.5808065Z  2022-11-23T00:52:43.5837564Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.5838106Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-11-23T00:52:43.5838624Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.5838847Z directories: 2022-11-23T00:52:43.5838951Z 2022-11-23T00:52:43.5839188Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.5839437Z /opt/conda/lib 2022-11-23T00:52:43.5839547Z 2022-11-23T00:52:43.5839660Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.5839790Z 2022-11-23T00:52:43.5839872Z  2022-11-23T00:52:43.5869681Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.5870011Z Cannot generate a safe runtime search path for target apply_utils_test 2022-11-23T00:52:43.5870314Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.5870559Z directories: 2022-11-23T00:52:43.5870665Z 2022-11-23T00:52:43.5870903Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.5871148Z /opt/conda/lib 2022-11-23T00:52:43.5871246Z 2022-11-23T00:52:43.5871366Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.5871517Z 2022-11-23T00:52:43.5871595Z  2022-11-23T00:52:43.5901454Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.5901840Z Cannot generate a safe runtime search path for target atest because files 2022-11-23T00:52:43.5902157Z in some directories may conflict with libraries in implicit directories: 2022-11-23T00:52:43.5902328Z 2022-11-23T00:52:43.5902563Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.5902797Z /opt/conda/lib 2022-11-23T00:52:43.5902903Z 2022-11-23T00:52:43.5903016Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.5903172Z 2022-11-23T00:52:43.5903252Z  2022-11-23T00:52:43.5933574Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.5933869Z Cannot generate a safe runtime search path for target basic because files 2022-11-23T00:52:43.5934182Z in some directories may conflict with libraries in implicit directories: 2022-11-23T00:52:43.5934349Z 2022-11-23T00:52:43.5934586Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.5934824Z /opt/conda/lib 2022-11-23T00:52:43.5934932Z 2022-11-23T00:52:43.5935047Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.5935193Z 2022-11-23T00:52:43.5935272Z  2022-11-23T00:52:43.5965467Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.5966154Z Cannot generate a safe runtime search path for target broadcast_test 2022-11-23T00:52:43.5966545Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.5966925Z directories: 2022-11-23T00:52:43.5967033Z 2022-11-23T00:52:43.5967289Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.5967526Z /opt/conda/lib 2022-11-23T00:52:43.5967634Z 2022-11-23T00:52:43.5967749Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.5967894Z 2022-11-23T00:52:43.5967975Z  2022-11-23T00:52:43.5996981Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.5997554Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-11-23T00:52:43.5997954Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.5998193Z directories: 2022-11-23T00:52:43.5998285Z 2022-11-23T00:52:43.5998523Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.5998770Z /opt/conda/lib 2022-11-23T00:52:43.5998883Z 2022-11-23T00:52:43.5998996Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.5999140Z 2022-11-23T00:52:43.5999212Z  2022-11-23T00:52:43.6028468Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6028951Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.6029469Z cpu_profiling_allocator_test because files in some directories may conflict 2022-11-23T00:52:43.6029730Z with libraries in implicit directories: 2022-11-23T00:52:43.6029869Z 2022-11-23T00:52:43.6030105Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6030355Z /opt/conda/lib 2022-11-23T00:52:43.6030463Z 2022-11-23T00:52:43.6030564Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6030707Z 2022-11-23T00:52:43.6030785Z  2022-11-23T00:52:43.6060451Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6060882Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-11-23T00:52:43.6061184Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6061412Z directories: 2022-11-23T00:52:43.6061518Z 2022-11-23T00:52:43.6061756Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6062006Z /opt/conda/lib 2022-11-23T00:52:43.6062102Z 2022-11-23T00:52:43.6062217Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6062361Z 2022-11-23T00:52:43.6062440Z  2022-11-23T00:52:43.6092111Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6092625Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-11-23T00:52:43.6093216Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6093495Z directories: 2022-11-23T00:52:43.6093599Z 2022-11-23T00:52:43.6093839Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6094073Z /opt/conda/lib 2022-11-23T00:52:43.6094290Z 2022-11-23T00:52:43.6094410Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6094555Z 2022-11-23T00:52:43.6094637Z  2022-11-23T00:52:43.6125892Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6126593Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-11-23T00:52:43.6126936Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6127170Z directories: 2022-11-23T00:52:43.6127262Z 2022-11-23T00:52:43.6127502Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6127748Z /opt/conda/lib 2022-11-23T00:52:43.6127855Z 2022-11-23T00:52:43.6127970Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6128213Z 2022-11-23T00:52:43.6128293Z  2022-11-23T00:52:43.6158428Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6158951Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.6159365Z extension_backend_test because files in some directories may conflict with 2022-11-23T00:52:43.6159613Z libraries in implicit directories: 2022-11-23T00:52:43.6159751Z 2022-11-23T00:52:43.6159988Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6160233Z /opt/conda/lib 2022-11-23T00:52:43.6160345Z 2022-11-23T00:52:43.6160458Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6160588Z 2022-11-23T00:52:43.6160667Z  2022-11-23T00:52:43.6191142Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6191702Z Cannot generate a safe runtime search path for target half_test because 2022-11-23T00:52:43.6192039Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6192270Z directories: 2022-11-23T00:52:43.6192377Z 2022-11-23T00:52:43.6192611Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6192859Z /opt/conda/lib 2022-11-23T00:52:43.6192956Z 2022-11-23T00:52:43.6193070Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6193215Z 2022-11-23T00:52:43.6193293Z  2022-11-23T00:52:43.6222931Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6223269Z Cannot generate a safe runtime search path for target ivalue_test because 2022-11-23T00:52:43.6223587Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6223816Z directories: 2022-11-23T00:52:43.6223925Z 2022-11-23T00:52:43.6224172Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6224410Z /opt/conda/lib 2022-11-23T00:52:43.6224528Z 2022-11-23T00:52:43.6224644Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6224792Z 2022-11-23T00:52:43.6224877Z  2022-11-23T00:52:43.6255569Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6256149Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-11-23T00:52:43.6256491Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6256731Z directories: 2022-11-23T00:52:43.6256838Z 2022-11-23T00:52:43.6257066Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6257318Z /opt/conda/lib 2022-11-23T00:52:43.6257428Z 2022-11-23T00:52:43.6257543Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6257690Z 2022-11-23T00:52:43.6257769Z  2022-11-23T00:52:43.6287144Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6287721Z Cannot generate a safe runtime search path for target math_kernel_test 2022-11-23T00:52:43.6288258Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6288484Z directories: 2022-11-23T00:52:43.6288590Z 2022-11-23T00:52:43.6288829Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6289075Z /opt/conda/lib 2022-11-23T00:52:43.6289183Z 2022-11-23T00:52:43.6289298Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6289428Z 2022-11-23T00:52:43.6289506Z  2022-11-23T00:52:43.6319398Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6319958Z Cannot generate a safe runtime search path for target memory_format_test 2022-11-23T00:52:43.6320424Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6320651Z directories: 2022-11-23T00:52:43.6320756Z 2022-11-23T00:52:43.6321083Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6321330Z /opt/conda/lib 2022-11-23T00:52:43.6321429Z 2022-11-23T00:52:43.6321549Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6321694Z 2022-11-23T00:52:43.6321775Z  2022-11-23T00:52:43.6351598Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6352106Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.6352556Z memory_overlapping_test because files in some directories may conflict with 2022-11-23T00:52:43.6352824Z libraries in implicit directories: 2022-11-23T00:52:43.6352955Z 2022-11-23T00:52:43.6353189Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6353423Z /opt/conda/lib 2022-11-23T00:52:43.6353531Z 2022-11-23T00:52:43.6353644Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6353793Z 2022-11-23T00:52:43.6353872Z  2022-11-23T00:52:43.6383183Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6383737Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-11-23T00:52:43.6384228Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6384468Z directories: 2022-11-23T00:52:43.6384573Z 2022-11-23T00:52:43.6384796Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6385044Z /opt/conda/lib 2022-11-23T00:52:43.6385154Z 2022-11-23T00:52:43.6385268Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6385411Z 2022-11-23T00:52:43.6385491Z  2022-11-23T00:52:43.6415511Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6416068Z Cannot generate a safe runtime search path for target native_test because 2022-11-23T00:52:43.6416497Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6416717Z directories: 2022-11-23T00:52:43.6416825Z 2022-11-23T00:52:43.6417061Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6417309Z /opt/conda/lib 2022-11-23T00:52:43.6417417Z 2022-11-23T00:52:43.6417530Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6417675Z 2022-11-23T00:52:43.6417741Z  2022-11-23T00:52:43.6447700Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6448269Z Cannot generate a safe runtime search path for target operator_name_test 2022-11-23T00:52:43.6448612Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6448836Z directories: 2022-11-23T00:52:43.6448942Z 2022-11-23T00:52:43.6449181Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6449432Z /opt/conda/lib 2022-11-23T00:52:43.6449546Z 2022-11-23T00:52:43.6449648Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6449791Z 2022-11-23T00:52:43.6449969Z  2022-11-23T00:52:43.6479978Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6480529Z Cannot generate a safe runtime search path for target operators_test 2022-11-23T00:52:43.6480954Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6481192Z directories: 2022-11-23T00:52:43.6481298Z 2022-11-23T00:52:43.6481532Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6481766Z /opt/conda/lib 2022-11-23T00:52:43.6481873Z 2022-11-23T00:52:43.6481986Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6482131Z 2022-11-23T00:52:43.6482208Z  2022-11-23T00:52:43.6511615Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6512253Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.6512636Z packedtensoraccessor_test because files in some directories may conflict 2022-11-23T00:52:43.6512920Z with libraries in implicit directories: 2022-11-23T00:52:43.6513056Z 2022-11-23T00:52:43.6513294Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6513528Z /opt/conda/lib 2022-11-23T00:52:43.6513638Z 2022-11-23T00:52:43.6513753Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6513895Z 2022-11-23T00:52:43.6513974Z  2022-11-23T00:52:43.6543312Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6543817Z Cannot generate a safe runtime search path for target pow_test because 2022-11-23T00:52:43.6544371Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6544598Z directories: 2022-11-23T00:52:43.6544691Z 2022-11-23T00:52:43.6544930Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6545181Z /opt/conda/lib 2022-11-23T00:52:43.6545292Z 2022-11-23T00:52:43.6545409Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6545552Z 2022-11-23T00:52:43.6545620Z  2022-11-23T00:52:43.6575473Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6575996Z Cannot generate a safe runtime search path for target quantized_test 2022-11-23T00:52:43.6576504Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6576730Z directories: 2022-11-23T00:52:43.6576834Z 2022-11-23T00:52:43.6577069Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6577318Z /opt/conda/lib 2022-11-23T00:52:43.6577425Z 2022-11-23T00:52:43.6577526Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6577670Z 2022-11-23T00:52:43.6577752Z  2022-11-23T00:52:43.6607318Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6607866Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-11-23T00:52:43.6608339Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6608575Z directories: 2022-11-23T00:52:43.6608681Z 2022-11-23T00:52:43.6608916Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6609148Z /opt/conda/lib 2022-11-23T00:52:43.6609257Z 2022-11-23T00:52:43.6609369Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6609513Z 2022-11-23T00:52:43.6609593Z  2022-11-23T00:52:43.6640926Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6641432Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.6641936Z reportMemoryUsage_test because files in some directories may conflict with 2022-11-23T00:52:43.6642290Z libraries in implicit directories: 2022-11-23T00:52:43.6642422Z 2022-11-23T00:52:43.6642763Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6642999Z /opt/conda/lib 2022-11-23T00:52:43.6643106Z 2022-11-23T00:52:43.6643220Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6643364Z 2022-11-23T00:52:43.6643444Z  2022-11-23T00:52:43.6673712Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6674236Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-11-23T00:52:43.6674819Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6675196Z directories: 2022-11-23T00:52:43.6675292Z 2022-11-23T00:52:43.6675526Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6675775Z /opt/conda/lib 2022-11-23T00:52:43.6675969Z 2022-11-23T00:52:43.6676080Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6676224Z 2022-11-23T00:52:43.6676293Z  2022-11-23T00:52:43.6705956Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6706520Z Cannot generate a safe runtime search path for target scalar_test because 2022-11-23T00:52:43.6706932Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6707146Z directories: 2022-11-23T00:52:43.6707253Z 2022-11-23T00:52:43.6707488Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6707737Z /opt/conda/lib 2022-11-23T00:52:43.6707845Z 2022-11-23T00:52:43.6708017Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6708154Z 2022-11-23T00:52:43.6708236Z  2022-11-23T00:52:43.6737730Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6738254Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.6738630Z stride_properties_test because files in some directories may conflict with 2022-11-23T00:52:43.6738898Z libraries in implicit directories: 2022-11-23T00:52:43.6739031Z 2022-11-23T00:52:43.6739266Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6739514Z /opt/conda/lib 2022-11-23T00:52:43.6739609Z 2022-11-23T00:52:43.6739721Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6739865Z 2022-11-23T00:52:43.6739943Z  2022-11-23T00:52:43.6769458Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6770009Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-11-23T00:52:43.6770476Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6770715Z directories: 2022-11-23T00:52:43.6770818Z 2022-11-23T00:52:43.6771056Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6771297Z /opt/conda/lib 2022-11-23T00:52:43.6771405Z 2022-11-23T00:52:43.6771522Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6771664Z 2022-11-23T00:52:43.6771743Z  2022-11-23T00:52:43.6800952Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6801532Z Cannot generate a safe runtime search path for target test_parallel because 2022-11-23T00:52:43.6801932Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6802158Z directories: 2022-11-23T00:52:43.6802264Z 2022-11-23T00:52:43.6802487Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6802736Z /opt/conda/lib 2022-11-23T00:52:43.6802847Z 2022-11-23T00:52:43.6802961Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6803104Z 2022-11-23T00:52:43.6803187Z  2022-11-23T00:52:43.6832940Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6833421Z Cannot generate a safe runtime search path for target thread_init_test 2022-11-23T00:52:43.6833738Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6833962Z directories: 2022-11-23T00:52:43.6834068Z 2022-11-23T00:52:43.6834304Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6834550Z /opt/conda/lib 2022-11-23T00:52:43.6834657Z 2022-11-23T00:52:43.6834771Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6834901Z 2022-11-23T00:52:43.6834981Z  2022-11-23T00:52:43.6865552Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6866096Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-11-23T00:52:43.6866508Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6866828Z directories: 2022-11-23T00:52:43.6866935Z 2022-11-23T00:52:43.6867178Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6867426Z /opt/conda/lib 2022-11-23T00:52:43.6867522Z 2022-11-23T00:52:43.6867635Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6867779Z 2022-11-23T00:52:43.6867858Z  2022-11-23T00:52:43.6896418Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6896757Z Cannot generate a safe runtime search path for target type_test because 2022-11-23T00:52:43.6897063Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6897305Z directories: 2022-11-23T00:52:43.6897456Z 2022-11-23T00:52:43.6897693Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6897929Z /opt/conda/lib 2022-11-23T00:52:43.6898041Z 2022-11-23T00:52:43.6898211Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6898357Z 2022-11-23T00:52:43.6898438Z  2022-11-23T00:52:43.6928721Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6929272Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-11-23T00:52:43.6929708Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6930002Z directories: 2022-11-23T00:52:43.6930111Z 2022-11-23T00:52:43.6930335Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6930583Z /opt/conda/lib 2022-11-23T00:52:43.6930693Z 2022-11-23T00:52:43.6930807Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6930950Z 2022-11-23T00:52:43.6931028Z  2022-11-23T00:52:43.6960316Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6960667Z Cannot generate a safe runtime search path for target variant_test because 2022-11-23T00:52:43.6960987Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6961201Z directories: 2022-11-23T00:52:43.6961308Z 2022-11-23T00:52:43.6961542Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6961793Z /opt/conda/lib 2022-11-23T00:52:43.6961901Z 2022-11-23T00:52:43.6962014Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6962159Z 2022-11-23T00:52:43.6962228Z  2022-11-23T00:52:43.6991988Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.6992420Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-11-23T00:52:43.6992746Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.6992967Z directories: 2022-11-23T00:52:43.6993073Z 2022-11-23T00:52:43.6993311Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.6993565Z /opt/conda/lib 2022-11-23T00:52:43.6993673Z 2022-11-23T00:52:43.6993868Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.6994013Z 2022-11-23T00:52:43.6994093Z  2022-11-23T00:52:43.7023380Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7023854Z Cannot generate a safe runtime search path for target vmap_test because 2022-11-23T00:52:43.7024384Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7024612Z directories: 2022-11-23T00:52:43.7024716Z 2022-11-23T00:52:43.7024952Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7025187Z /opt/conda/lib 2022-11-23T00:52:43.7025295Z 2022-11-23T00:52:43.7025409Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7025550Z 2022-11-23T00:52:43.7025631Z  2022-11-23T00:52:43.7055264Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7055665Z Cannot generate a safe runtime search path for target weakref_test because 2022-11-23T00:52:43.7055979Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7056204Z directories: 2022-11-23T00:52:43.7056310Z 2022-11-23T00:52:43.7056530Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7056778Z /opt/conda/lib 2022-11-23T00:52:43.7056887Z 2022-11-23T00:52:43.7057001Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7057144Z 2022-11-23T00:52:43.7057224Z  2022-11-23T00:52:43.7087341Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7087693Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-11-23T00:52:43.7087999Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7088228Z directories: 2022-11-23T00:52:43.7088320Z 2022-11-23T00:52:43.7088556Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7088808Z /opt/conda/lib 2022-11-23T00:52:43.7088916Z 2022-11-23T00:52:43.7089028Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7089171Z 2022-11-23T00:52:43.7089237Z  2022-11-23T00:52:43.7119152Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7119470Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-11-23T00:52:43.7119783Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7120006Z directories: 2022-11-23T00:52:43.7120111Z 2022-11-23T00:52:43.7120347Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7120593Z /opt/conda/lib 2022-11-23T00:52:43.7120702Z 2022-11-23T00:52:43.7120810Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7120954Z 2022-11-23T00:52:43.7121032Z  2022-11-23T00:52:43.7151135Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7151622Z Cannot generate a safe runtime search path for target ExclusivelyOwned_test 2022-11-23T00:52:43.7151934Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7152246Z directories: 2022-11-23T00:52:43.7152352Z 2022-11-23T00:52:43.7152593Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7152826Z /opt/conda/lib 2022-11-23T00:52:43.7152939Z 2022-11-23T00:52:43.7153052Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7153197Z 2022-11-23T00:52:43.7153276Z  2022-11-23T00:52:43.7183358Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7183662Z Cannot generate a safe runtime search path for target tensor_interop_test 2022-11-23T00:52:43.7183985Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7184316Z directories: 2022-11-23T00:52:43.7184425Z 2022-11-23T00:52:43.7184667Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7184900Z /opt/conda/lib 2022-11-23T00:52:43.7185009Z 2022-11-23T00:52:43.7185122Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7185265Z 2022-11-23T00:52:43.7185344Z  2022-11-23T00:52:43.7216268Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7216624Z Cannot generate a safe runtime search path for target IListRef_test because 2022-11-23T00:52:43.7216935Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7217159Z directories: 2022-11-23T00:52:43.7217251Z 2022-11-23T00:52:43.7217486Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7217822Z /opt/conda/lib 2022-11-23T00:52:43.7217930Z 2022-11-23T00:52:43.7218048Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7218191Z 2022-11-23T00:52:43.7218259Z  2022-11-23T00:52:43.7247891Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7248191Z Cannot generate a safe runtime search path for target List_test because 2022-11-23T00:52:43.7248494Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7248708Z directories: 2022-11-23T00:52:43.7248815Z 2022-11-23T00:52:43.7249047Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7249292Z /opt/conda/lib 2022-11-23T00:52:43.7249400Z 2022-11-23T00:52:43.7249503Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7249646Z 2022-11-23T00:52:43.7249726Z  2022-11-23T00:52:43.7279396Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7279760Z Cannot generate a safe runtime search path for target TensorImpl_test 2022-11-23T00:52:43.7280061Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7280293Z directories: 2022-11-23T00:52:43.7280398Z 2022-11-23T00:52:43.7280631Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7280879Z /opt/conda/lib 2022-11-23T00:52:43.7280974Z 2022-11-23T00:52:43.7281087Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7281230Z 2022-11-23T00:52:43.7281307Z  2022-11-23T00:52:43.7311076Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7311459Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-11-23T00:52:43.7311778Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7312017Z directories: 2022-11-23T00:52:43.7312125Z 2022-11-23T00:52:43.7312364Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7312598Z /opt/conda/lib 2022-11-23T00:52:43.7312704Z 2022-11-23T00:52:43.7312818Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7312960Z 2022-11-23T00:52:43.7313038Z  2022-11-23T00:52:43.7343644Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7343996Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.7344295Z kernel_function_legacy_test because files in some directories may conflict 2022-11-23T00:52:43.7344561Z with libraries in implicit directories: 2022-11-23T00:52:43.7344683Z 2022-11-23T00:52:43.7344922Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7345166Z /opt/conda/lib 2022-11-23T00:52:43.7345277Z 2022-11-23T00:52:43.7345394Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7345537Z 2022-11-23T00:52:43.7345604Z  2022-11-23T00:52:43.7376462Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7376852Z Cannot generate a safe runtime search path for target kernel_function_test 2022-11-23T00:52:43.7377227Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7377450Z directories: 2022-11-23T00:52:43.7377556Z 2022-11-23T00:52:43.7377859Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7378108Z /opt/conda/lib 2022-11-23T00:52:43.7378217Z 2022-11-23T00:52:43.7378331Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7378477Z 2022-11-23T00:52:43.7378602Z  2022-11-23T00:52:43.7409071Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7409409Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.7409791Z kernel_lambda_legacy_test because files in some directories may conflict 2022-11-23T00:52:43.7410061Z with libraries in implicit directories: 2022-11-23T00:52:43.7410198Z 2022-11-23T00:52:43.7410434Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7410681Z /opt/conda/lib 2022-11-23T00:52:43.7410777Z 2022-11-23T00:52:43.7410892Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7411036Z 2022-11-23T00:52:43.7411117Z  2022-11-23T00:52:43.7440906Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7441228Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-11-23T00:52:43.7441543Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7441779Z directories: 2022-11-23T00:52:43.7441885Z 2022-11-23T00:52:43.7442119Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7442358Z /opt/conda/lib 2022-11-23T00:52:43.7442468Z 2022-11-23T00:52:43.7442585Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7442729Z 2022-11-23T00:52:43.7442808Z  2022-11-23T00:52:43.7473080Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7473566Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.7474044Z kernel_stackbased_test because files in some directories may conflict with 2022-11-23T00:52:43.7474306Z libraries in implicit directories: 2022-11-23T00:52:43.7474438Z 2022-11-23T00:52:43.7474659Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7474904Z /opt/conda/lib 2022-11-23T00:52:43.7475015Z 2022-11-23T00:52:43.7475128Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7475272Z 2022-11-23T00:52:43.7475356Z  2022-11-23T00:52:43.7505159Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7505681Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.7506064Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-11-23T00:52:43.7506332Z conflict with libraries in implicit directories: 2022-11-23T00:52:43.7506478Z 2022-11-23T00:52:43.7506711Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7506956Z /opt/conda/lib 2022-11-23T00:52:43.7507065Z 2022-11-23T00:52:43.7507179Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7507322Z 2022-11-23T00:52:43.7507389Z  2022-11-23T00:52:43.7537118Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7537628Z Cannot generate a safe runtime search path for target CppSignature_test 2022-11-23T00:52:43.7538169Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7538396Z directories: 2022-11-23T00:52:43.7538500Z 2022-11-23T00:52:43.7538851Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7539103Z /opt/conda/lib 2022-11-23T00:52:43.7539213Z 2022-11-23T00:52:43.7539315Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7539457Z 2022-11-23T00:52:43.7539537Z  2022-11-23T00:52:43.7569172Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7569722Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-11-23T00:52:43.7570160Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7570394Z directories: 2022-11-23T00:52:43.7570499Z 2022-11-23T00:52:43.7570733Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7570968Z /opt/conda/lib 2022-11-23T00:52:43.7571163Z 2022-11-23T00:52:43.7571277Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7571420Z 2022-11-23T00:52:43.7571500Z  2022-11-23T00:52:43.7601382Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7601725Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-11-23T00:52:43.7602040Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7602276Z directories: 2022-11-23T00:52:43.7602380Z 2022-11-23T00:52:43.7602613Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7602846Z /opt/conda/lib 2022-11-23T00:52:43.7602955Z 2022-11-23T00:52:43.7603070Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7603217Z 2022-11-23T00:52:43.7603297Z  2022-11-23T00:52:43.7633472Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7633981Z Cannot generate a safe runtime search path for target op_registration_test 2022-11-23T00:52:43.7634554Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7634791Z directories: 2022-11-23T00:52:43.7634883Z 2022-11-23T00:52:43.7635118Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7635362Z /opt/conda/lib 2022-11-23T00:52:43.7635470Z 2022-11-23T00:52:43.7635588Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7635733Z 2022-11-23T00:52:43.7635798Z  2022-11-23T00:52:43.7666476Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7667034Z Cannot generate a safe runtime search path for target blob_test because 2022-11-23T00:52:43.7667421Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7667636Z directories: 2022-11-23T00:52:43.7667743Z 2022-11-23T00:52:43.7668026Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7668282Z /opt/conda/lib 2022-11-23T00:52:43.7668390Z 2022-11-23T00:52:43.7668493Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7668638Z 2022-11-23T00:52:43.7668717Z  2022-11-23T00:52:43.7697955Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7698311Z Cannot generate a safe runtime search path for target common_test because 2022-11-23T00:52:43.7698601Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7698824Z directories: 2022-11-23T00:52:43.7698932Z 2022-11-23T00:52:43.7699166Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7699410Z /opt/conda/lib 2022-11-23T00:52:43.7699505Z 2022-11-23T00:52:43.7699619Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7699762Z 2022-11-23T00:52:43.7699844Z  2022-11-23T00:52:43.7729271Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7729702Z Cannot generate a safe runtime search path for target context_test because 2022-11-23T00:52:43.7730016Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7730244Z directories: 2022-11-23T00:52:43.7730348Z 2022-11-23T00:52:43.7730586Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7730821Z /opt/conda/lib 2022-11-23T00:52:43.7730929Z 2022-11-23T00:52:43.7731044Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7731186Z 2022-11-23T00:52:43.7731268Z  2022-11-23T00:52:43.7760424Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7760823Z Cannot generate a safe runtime search path for target event_test because 2022-11-23T00:52:43.7761131Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7761503Z directories: 2022-11-23T00:52:43.7761596Z 2022-11-23T00:52:43.7761838Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7762089Z /opt/conda/lib 2022-11-23T00:52:43.7762195Z 2022-11-23T00:52:43.7762308Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7762451Z 2022-11-23T00:52:43.7762517Z  2022-11-23T00:52:43.7792372Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7792931Z Cannot generate a safe runtime search path for target graph_test because 2022-11-23T00:52:43.7793348Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7793564Z directories: 2022-11-23T00:52:43.7793671Z 2022-11-23T00:52:43.7793905Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7794153Z /opt/conda/lib 2022-11-23T00:52:43.7794260Z 2022-11-23T00:52:43.7794379Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7794512Z 2022-11-23T00:52:43.7794590Z  2022-11-23T00:52:43.7823729Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7824093Z Cannot generate a safe runtime search path for target init_test because 2022-11-23T00:52:43.7824377Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7824605Z directories: 2022-11-23T00:52:43.7824712Z 2022-11-23T00:52:43.7824948Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7825199Z /opt/conda/lib 2022-11-23T00:52:43.7825294Z 2022-11-23T00:52:43.7825408Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7825550Z 2022-11-23T00:52:43.7825629Z  2022-11-23T00:52:43.7855096Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7855382Z Cannot generate a safe runtime search path for target module_test because 2022-11-23T00:52:43.7855692Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7855920Z directories: 2022-11-23T00:52:43.7856026Z 2022-11-23T00:52:43.7856261Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7856495Z /opt/conda/lib 2022-11-23T00:52:43.7856605Z 2022-11-23T00:52:43.7856720Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7856862Z 2022-11-23T00:52:43.7856939Z  2022-11-23T00:52:43.7886591Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7886880Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.7887175Z net_async_tracing_test because files in some directories may conflict with 2022-11-23T00:52:43.7887437Z libraries in implicit directories: 2022-11-23T00:52:43.7887569Z 2022-11-23T00:52:43.7887788Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7888038Z /opt/conda/lib 2022-11-23T00:52:43.7888145Z 2022-11-23T00:52:43.7888348Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7888494Z 2022-11-23T00:52:43.7888576Z  2022-11-23T00:52:43.7919806Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7920120Z Cannot generate a safe runtime search path for target net_dag_utils_test 2022-11-23T00:52:43.7920433Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7920656Z directories: 2022-11-23T00:52:43.7920761Z 2022-11-23T00:52:43.7920994Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7921243Z /opt/conda/lib 2022-11-23T00:52:43.7921349Z 2022-11-23T00:52:43.7921464Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7921599Z 2022-11-23T00:52:43.7921678Z  2022-11-23T00:52:43.7951407Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7951916Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.7952401Z net_simple_refcount_test because files in some directories may conflict 2022-11-23T00:52:43.7952669Z with libraries in implicit directories: 2022-11-23T00:52:43.7952803Z 2022-11-23T00:52:43.7953040Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7953287Z /opt/conda/lib 2022-11-23T00:52:43.7953382Z 2022-11-23T00:52:43.7953495Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7953639Z 2022-11-23T00:52:43.7953718Z  2022-11-23T00:52:43.7982906Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.7983225Z Cannot generate a safe runtime search path for target net_test because 2022-11-23T00:52:43.7983525Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.7983754Z directories: 2022-11-23T00:52:43.7983861Z 2022-11-23T00:52:43.7984096Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.7984329Z /opt/conda/lib 2022-11-23T00:52:43.7984437Z 2022-11-23T00:52:43.7984549Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.7984690Z 2022-11-23T00:52:43.7984770Z  2022-11-23T00:52:43.8014517Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8014892Z Cannot generate a safe runtime search path for target observer_test because 2022-11-23T00:52:43.8015206Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8015431Z directories: 2022-11-23T00:52:43.8015537Z 2022-11-23T00:52:43.8015757Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8016005Z /opt/conda/lib 2022-11-23T00:52:43.8016115Z 2022-11-23T00:52:43.8016233Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8016378Z 2022-11-23T00:52:43.8016456Z  2022-11-23T00:52:43.8045686Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8046150Z Cannot generate a safe runtime search path for target operator_schema_test 2022-11-23T00:52:43.8046475Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8046697Z directories: 2022-11-23T00:52:43.8046806Z 2022-11-23T00:52:43.8047041Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8047288Z /opt/conda/lib 2022-11-23T00:52:43.8047396Z 2022-11-23T00:52:43.8047510Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8047654Z 2022-11-23T00:52:43.8047721Z  2022-11-23T00:52:43.8077132Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8077438Z Cannot generate a safe runtime search path for target operator_test because 2022-11-23T00:52:43.8077752Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8078065Z directories: 2022-11-23T00:52:43.8078173Z 2022-11-23T00:52:43.8078410Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8078659Z /opt/conda/lib 2022-11-23T00:52:43.8078767Z 2022-11-23T00:52:43.8078868Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8079012Z 2022-11-23T00:52:43.8079090Z  2022-11-23T00:52:43.8108462Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8108826Z Cannot generate a safe runtime search path for target parallel_net_test 2022-11-23T00:52:43.8109121Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8109353Z directories: 2022-11-23T00:52:43.8109460Z 2022-11-23T00:52:43.8109694Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8110034Z /opt/conda/lib 2022-11-23T00:52:43.8110142Z 2022-11-23T00:52:43.8110259Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8110404Z 2022-11-23T00:52:43.8110483Z  2022-11-23T00:52:43.8139992Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8140490Z Cannot generate a safe runtime search path for target plan_executor_test 2022-11-23T00:52:43.8141058Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8141295Z directories: 2022-11-23T00:52:43.8141400Z 2022-11-23T00:52:43.8141620Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8141866Z /opt/conda/lib 2022-11-23T00:52:43.8141973Z 2022-11-23T00:52:43.8142086Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8142232Z 2022-11-23T00:52:43.8142309Z  2022-11-23T00:52:43.8171391Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8171878Z Cannot generate a safe runtime search path for target serialization_test 2022-11-23T00:52:43.8172346Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8172711Z directories: 2022-11-23T00:52:43.8172864Z 2022-11-23T00:52:43.8173173Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8173448Z /opt/conda/lib 2022-11-23T00:52:43.8173613Z 2022-11-23T00:52:43.8173747Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8173892Z 2022-11-23T00:52:43.8173962Z  2022-11-23T00:52:43.8203517Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8203861Z Cannot generate a safe runtime search path for target stats_test because 2022-11-23T00:52:43.8204167Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8204387Z directories: 2022-11-23T00:52:43.8204493Z 2022-11-23T00:52:43.8204729Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8204976Z /opt/conda/lib 2022-11-23T00:52:43.8205084Z 2022-11-23T00:52:43.8205185Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8205331Z 2022-11-23T00:52:43.8205410Z  2022-11-23T00:52:43.8234870Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8235230Z Cannot generate a safe runtime search path for target timer_test because 2022-11-23T00:52:43.8235526Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8235750Z directories: 2022-11-23T00:52:43.8235856Z 2022-11-23T00:52:43.8236090Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8236325Z /opt/conda/lib 2022-11-23T00:52:43.8236434Z 2022-11-23T00:52:43.8236548Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8236696Z 2022-11-23T00:52:43.8236777Z  2022-11-23T00:52:43.8266400Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8266909Z Cannot generate a safe runtime search path for target transform_test 2022-11-23T00:52:43.8267398Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8267637Z directories: 2022-11-23T00:52:43.8267741Z 2022-11-23T00:52:43.8268040Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8268278Z /opt/conda/lib 2022-11-23T00:52:43.8268386Z 2022-11-23T00:52:43.8268498Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8268641Z 2022-11-23T00:52:43.8268722Z  2022-11-23T00:52:43.8297313Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8297981Z Cannot generate a safe runtime search path for target workspace_test 2022-11-23T00:52:43.8298479Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8298814Z directories: 2022-11-23T00:52:43.8298922Z 2022-11-23T00:52:43.8299302Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8299577Z /opt/conda/lib 2022-11-23T00:52:43.8299716Z 2022-11-23T00:52:43.8299884Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8300059Z 2022-11-23T00:52:43.8300168Z  2022-11-23T00:52:43.8328814Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8329217Z Cannot generate a safe runtime search path for target inline_container_test 2022-11-23T00:52:43.8329625Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8329924Z directories: 2022-11-23T00:52:43.8330060Z 2022-11-23T00:52:43.8330283Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8330604Z /opt/conda/lib 2022-11-23T00:52:43.8330768Z 2022-11-23T00:52:43.8330914Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8331100Z 2022-11-23T00:52:43.8331208Z  2022-11-23T00:52:43.8360676Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8361073Z Cannot generate a safe runtime search path for target fixed_divisor_test 2022-11-23T00:52:43.8361391Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8361670Z directories: 2022-11-23T00:52:43.8361789Z 2022-11-23T00:52:43.8362115Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8362374Z /opt/conda/lib 2022-11-23T00:52:43.8362471Z 2022-11-23T00:52:43.8362587Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8362733Z 2022-11-23T00:52:43.8362815Z  2022-11-23T00:52:43.8392300Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8392819Z Cannot generate a safe runtime search path for target math_test because 2022-11-23T00:52:43.8393330Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8393560Z directories: 2022-11-23T00:52:43.8393666Z 2022-11-23T00:52:43.8393907Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8394145Z /opt/conda/lib 2022-11-23T00:52:43.8394256Z 2022-11-23T00:52:43.8394372Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8394517Z 2022-11-23T00:52:43.8394596Z  2022-11-23T00:52:43.8423638Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8424173Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.8424556Z fatal_signal_asan_no_sig_test because files in some directories may 2022-11-23T00:52:43.8424824Z conflict with libraries in implicit directories: 2022-11-23T00:52:43.8424976Z 2022-11-23T00:52:43.8425202Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8425543Z /opt/conda/lib 2022-11-23T00:52:43.8425655Z 2022-11-23T00:52:43.8425769Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8425915Z 2022-11-23T00:52:43.8425997Z  2022-11-23T00:52:43.8455507Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8455935Z Cannot generate a safe runtime search path for target simple_queue_test 2022-11-23T00:52:43.8456249Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8456491Z directories: 2022-11-23T00:52:43.8456599Z 2022-11-23T00:52:43.8456840Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8457093Z /opt/conda/lib 2022-11-23T00:52:43.8457202Z 2022-11-23T00:52:43.8457316Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8457579Z 2022-11-23T00:52:43.8457662Z  2022-11-23T00:52:43.8486915Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8487381Z Cannot generate a safe runtime search path for target proto_utils_test 2022-11-23T00:52:43.8487700Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8487937Z directories: 2022-11-23T00:52:43.8488047Z 2022-11-23T00:52:43.8488289Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8488536Z /opt/conda/lib 2022-11-23T00:52:43.8488633Z 2022-11-23T00:52:43.8488751Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8488893Z 2022-11-23T00:52:43.8488973Z  2022-11-23T00:52:43.8518312Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8518617Z Cannot generate a safe runtime search path for target cpuid_test because 2022-11-23T00:52:43.8518931Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8519156Z directories: 2022-11-23T00:52:43.8519267Z 2022-11-23T00:52:43.8519499Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8519733Z /opt/conda/lib 2022-11-23T00:52:43.8519840Z 2022-11-23T00:52:43.8519956Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8520101Z 2022-11-23T00:52:43.8520179Z  2022-11-23T00:52:43.8550009Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8550517Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.8550890Z smart_tensor_printer_test because files in some directories may conflict 2022-11-23T00:52:43.8551158Z with libraries in implicit directories: 2022-11-23T00:52:43.8551293Z 2022-11-23T00:52:43.8551515Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8551773Z /opt/conda/lib 2022-11-23T00:52:43.8551880Z 2022-11-23T00:52:43.8551999Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8552146Z 2022-11-23T00:52:43.8552225Z  2022-11-23T00:52:43.8581693Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8582280Z Cannot generate a safe runtime search path for target cast_test because 2022-11-23T00:52:43.8582659Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8582874Z directories: 2022-11-23T00:52:43.8582981Z 2022-11-23T00:52:43.8583219Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8583467Z /opt/conda/lib 2022-11-23T00:52:43.8583573Z 2022-11-23T00:52:43.8583686Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8583817Z 2022-11-23T00:52:43.8583899Z  2022-11-23T00:52:43.8612771Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8613336Z Cannot generate a safe runtime search path for target predictor_test 2022-11-23T00:52:43.8613812Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8614039Z directories: 2022-11-23T00:52:43.8614146Z 2022-11-23T00:52:43.8614385Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8614636Z /opt/conda/lib 2022-11-23T00:52:43.8614743Z 2022-11-23T00:52:43.8614846Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8614991Z 2022-11-23T00:52:43.8615069Z  2022-11-23T00:52:43.8644885Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8645423Z Cannot generate a safe runtime search path for target data_filler_test 2022-11-23T00:52:43.8645784Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8646152Z directories: 2022-11-23T00:52:43.8646352Z 2022-11-23T00:52:43.8646590Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8646825Z /opt/conda/lib 2022-11-23T00:52:43.8646937Z 2022-11-23T00:52:43.8647050Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8647192Z 2022-11-23T00:52:43.8647273Z  2022-11-23T00:52:43.8676412Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8676758Z Cannot generate a safe runtime search path for target AlgorithmsTest 2022-11-23T00:52:43.8677081Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8677374Z directories: 2022-11-23T00:52:43.8677480Z 2022-11-23T00:52:43.8677705Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8677954Z /opt/conda/lib 2022-11-23T00:52:43.8678115Z 2022-11-23T00:52:43.8678234Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8678382Z 2022-11-23T00:52:43.8678462Z  2022-11-23T00:52:43.8707615Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8708020Z Cannot generate a safe runtime search path for target BinaryMatchImplTest 2022-11-23T00:52:43.8708348Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8708571Z directories: 2022-11-23T00:52:43.8708678Z 2022-11-23T00:52:43.8708920Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8709164Z /opt/conda/lib 2022-11-23T00:52:43.8709272Z 2022-11-23T00:52:43.8709384Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8709529Z 2022-11-23T00:52:43.8709594Z  2022-11-23T00:52:43.8739816Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8740360Z Cannot generate a safe runtime search path for target GraphTest because 2022-11-23T00:52:43.8740829Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8741041Z directories: 2022-11-23T00:52:43.8741147Z 2022-11-23T00:52:43.8741385Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8741629Z /opt/conda/lib 2022-11-23T00:52:43.8741735Z 2022-11-23T00:52:43.8741837Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8741978Z 2022-11-23T00:52:43.8742055Z  2022-11-23T00:52:43.8771618Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8772150Z Cannot generate a safe runtime search path for target MatchTest because 2022-11-23T00:52:43.8772692Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8772927Z directories: 2022-11-23T00:52:43.8773036Z 2022-11-23T00:52:43.8773272Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8773513Z /opt/conda/lib 2022-11-23T00:52:43.8773621Z 2022-11-23T00:52:43.8773735Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8773976Z 2022-11-23T00:52:43.8774062Z  2022-11-23T00:52:43.8803363Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8803917Z Cannot generate a safe runtime search path for target NeuralNetTest because 2022-11-23T00:52:43.8804369Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8804598Z directories: 2022-11-23T00:52:43.8804705Z 2022-11-23T00:52:43.8804931Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8805178Z /opt/conda/lib 2022-11-23T00:52:43.8805285Z 2022-11-23T00:52:43.8805400Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8805543Z 2022-11-23T00:52:43.8805620Z  2022-11-23T00:52:43.8835332Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8836031Z Cannot generate a safe runtime search path for target SubgraphMatcherTest 2022-11-23T00:52:43.8836379Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8836615Z directories: 2022-11-23T00:52:43.8836710Z 2022-11-23T00:52:43.8836948Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8837196Z /opt/conda/lib 2022-11-23T00:52:43.8837303Z 2022-11-23T00:52:43.8837415Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8837559Z 2022-11-23T00:52:43.8837626Z  2022-11-23T00:52:43.8866858Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8867408Z Cannot generate a safe runtime search path for target TarjansImplTest 2022-11-23T00:52:43.8867837Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8868129Z directories: 2022-11-23T00:52:43.8868241Z 2022-11-23T00:52:43.8868478Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8868729Z /opt/conda/lib 2022-11-23T00:52:43.8868836Z 2022-11-23T00:52:43.8868938Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8869082Z 2022-11-23T00:52:43.8869160Z  2022-11-23T00:52:43.8898819Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8899373Z Cannot generate a safe runtime search path for target TopoSortTest because 2022-11-23T00:52:43.8899820Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8900047Z directories: 2022-11-23T00:52:43.8900155Z 2022-11-23T00:52:43.8900391Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8900625Z /opt/conda/lib 2022-11-23T00:52:43.8900736Z 2022-11-23T00:52:43.8900854Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8901000Z 2022-11-23T00:52:43.8901079Z  2022-11-23T00:52:43.8929701Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8930226Z Cannot generate a safe runtime search path for target time_observer_test 2022-11-23T00:52:43.8930725Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8930959Z directories: 2022-11-23T00:52:43.8931063Z 2022-11-23T00:52:43.8931294Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8931526Z /opt/conda/lib 2022-11-23T00:52:43.8931631Z 2022-11-23T00:52:43.8931745Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8931887Z 2022-11-23T00:52:43.8931965Z  2022-11-23T00:52:43.8960949Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8961319Z Cannot generate a safe runtime search path for target ssa_test because 2022-11-23T00:52:43.8961626Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8961854Z directories: 2022-11-23T00:52:43.8961950Z 2022-11-23T00:52:43.8962281Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8962530Z /opt/conda/lib 2022-11-23T00:52:43.8962637Z 2022-11-23T00:52:43.8962752Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8962894Z 2022-11-23T00:52:43.8962962Z  2022-11-23T00:52:43.8992128Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.8992675Z Cannot generate a safe runtime search path for target batch_matmul_op_test 2022-11-23T00:52:43.8993105Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.8993328Z directories: 2022-11-23T00:52:43.8993432Z 2022-11-23T00:52:43.8993664Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.8993989Z /opt/conda/lib 2022-11-23T00:52:43.8994101Z 2022-11-23T00:52:43.8994219Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.8994432Z 2022-11-23T00:52:43.8994530Z  2022-11-23T00:52:43.9023610Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9024122Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9024529Z boolean_unmask_ops_test because files in some directories may conflict with 2022-11-23T00:52:43.9024792Z libraries in implicit directories: 2022-11-23T00:52:43.9024924Z 2022-11-23T00:52:43.9025159Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9025404Z /opt/conda/lib 2022-11-23T00:52:43.9025500Z 2022-11-23T00:52:43.9025616Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9025759Z 2022-11-23T00:52:43.9025837Z  2022-11-23T00:52:43.9055363Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9055736Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9056062Z conv_transpose_op_mobile_test because files in some directories may 2022-11-23T00:52:43.9056337Z conflict with libraries in implicit directories: 2022-11-23T00:52:43.9056482Z 2022-11-23T00:52:43.9056718Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9056954Z /opt/conda/lib 2022-11-23T00:52:43.9057061Z 2022-11-23T00:52:43.9057174Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9057319Z 2022-11-23T00:52:43.9057396Z  2022-11-23T00:52:43.9086970Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9087528Z Cannot generate a safe runtime search path for target elementwise_op_test 2022-11-23T00:52:43.9087948Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9088183Z directories: 2022-11-23T00:52:43.9088296Z 2022-11-23T00:52:43.9088517Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9088765Z /opt/conda/lib 2022-11-23T00:52:43.9088871Z 2022-11-23T00:52:43.9088984Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9089128Z 2022-11-23T00:52:43.9089205Z  2022-11-23T00:52:43.9117991Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9118501Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9118925Z generate_proposals_op_test because files in some directories may conflict 2022-11-23T00:52:43.9119178Z with libraries in implicit directories: 2022-11-23T00:52:43.9119311Z 2022-11-23T00:52:43.9119544Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9119786Z /opt/conda/lib 2022-11-23T00:52:43.9119892Z 2022-11-23T00:52:43.9120004Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9120139Z 2022-11-23T00:52:43.9120217Z  2022-11-23T00:52:43.9149650Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9150165Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9150512Z generate_proposals_op_util_boxes_test because files in some directories may 2022-11-23T00:52:43.9150792Z conflict with libraries in implicit directories: 2022-11-23T00:52:43.9150939Z 2022-11-23T00:52:43.9151171Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9151419Z /opt/conda/lib 2022-11-23T00:52:43.9151515Z 2022-11-23T00:52:43.9151632Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9151775Z 2022-11-23T00:52:43.9151854Z  2022-11-23T00:52:43.9181288Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9181779Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9182202Z generate_proposals_op_util_nms_test because files in some directories may 2022-11-23T00:52:43.9182496Z conflict with libraries in implicit directories: 2022-11-23T00:52:43.9182643Z 2022-11-23T00:52:43.9182877Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9183110Z /opt/conda/lib 2022-11-23T00:52:43.9183218Z 2022-11-23T00:52:43.9183331Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9183475Z 2022-11-23T00:52:43.9183554Z  2022-11-23T00:52:43.9212806Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9213134Z Cannot generate a safe runtime search path for target half_float_ops_test 2022-11-23T00:52:43.9213453Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9213694Z directories: 2022-11-23T00:52:43.9213799Z 2022-11-23T00:52:43.9214020Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9214270Z /opt/conda/lib 2022-11-23T00:52:43.9214378Z 2022-11-23T00:52:43.9214494Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9214637Z 2022-11-23T00:52:43.9214715Z  2022-11-23T00:52:43.9243892Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9244378Z Cannot generate a safe runtime search path for target string_ops_test 2022-11-23T00:52:43.9244951Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9245365Z directories: 2022-11-23T00:52:43.9245554Z 2022-11-23T00:52:43.9246122Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9246564Z /opt/conda/lib 2022-11-23T00:52:43.9246677Z 2022-11-23T00:52:43.9246791Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9246937Z 2022-11-23T00:52:43.9247007Z  2022-11-23T00:52:43.9275914Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9276421Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9276852Z text_file_reader_utils_test because files in some directories may conflict 2022-11-23T00:52:43.9277104Z with libraries in implicit directories: 2022-11-23T00:52:43.9277242Z 2022-11-23T00:52:43.9277474Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9277720Z /opt/conda/lib 2022-11-23T00:52:43.9277826Z 2022-11-23T00:52:43.9277930Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9278072Z 2022-11-23T00:52:43.9278149Z  2022-11-23T00:52:43.9307246Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9307791Z Cannot generate a safe runtime search path for target utility_ops_test 2022-11-23T00:52:43.9308293Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9308538Z directories: 2022-11-23T00:52:43.9308646Z 2022-11-23T00:52:43.9308970Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9309204Z /opt/conda/lib 2022-11-23T00:52:43.9309316Z 2022-11-23T00:52:43.9309430Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9309572Z 2022-11-23T00:52:43.9309652Z  2022-11-23T00:52:43.9338898Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9339427Z Cannot generate a safe runtime search path for target int8_test because 2022-11-23T00:52:43.9339874Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9340098Z directories: 2022-11-23T00:52:43.9340204Z 2022-11-23T00:52:43.9340426Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9340674Z /opt/conda/lib 2022-11-23T00:52:43.9340782Z 2022-11-23T00:52:43.9340975Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9341121Z 2022-11-23T00:52:43.9341200Z  2022-11-23T00:52:43.9370194Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9370685Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9371171Z int8_roi_align_op_test because files in some directories may conflict with 2022-11-23T00:52:43.9371436Z libraries in implicit directories: 2022-11-23T00:52:43.9371559Z 2022-11-23T00:52:43.9371795Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9372042Z /opt/conda/lib 2022-11-23T00:52:43.9372150Z 2022-11-23T00:52:43.9372266Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9372410Z 2022-11-23T00:52:43.9372476Z  2022-11-23T00:52:43.9401590Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9402157Z Cannot generate a safe runtime search path for target backend_cutting_test 2022-11-23T00:52:43.9402589Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9402818Z directories: 2022-11-23T00:52:43.9402926Z 2022-11-23T00:52:43.9403161Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9403407Z /opt/conda/lib 2022-11-23T00:52:43.9403516Z 2022-11-23T00:52:43.9403621Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9403765Z 2022-11-23T00:52:43.9403843Z  2022-11-23T00:52:43.9432834Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9433337Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9433770Z bound_shape_inference_test because files in some directories may conflict 2022-11-23T00:52:43.9434040Z with libraries in implicit directories: 2022-11-23T00:52:43.9434175Z 2022-11-23T00:52:43.9434405Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9434644Z /opt/conda/lib 2022-11-23T00:52:43.9434751Z 2022-11-23T00:52:43.9434865Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9435009Z 2022-11-23T00:52:43.9435088Z  2022-11-23T00:52:43.9464302Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9464778Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9465303Z converter_nomigraph_test because files in some directories may conflict 2022-11-23T00:52:43.9465576Z with libraries in implicit directories: 2022-11-23T00:52:43.9465713Z 2022-11-23T00:52:43.9465949Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9466183Z /opt/conda/lib 2022-11-23T00:52:43.9466290Z 2022-11-23T00:52:43.9466403Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9466544Z 2022-11-23T00:52:43.9466622Z  2022-11-23T00:52:43.9496300Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9496962Z Cannot generate a safe runtime search path for target dead_code_elim_test 2022-11-23T00:52:43.9497435Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9497670Z directories: 2022-11-23T00:52:43.9497763Z 2022-11-23T00:52:43.9498003Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9498256Z /opt/conda/lib 2022-11-23T00:52:43.9498363Z 2022-11-23T00:52:43.9498478Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9498620Z 2022-11-23T00:52:43.9498686Z  2022-11-23T00:52:43.9527825Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9528393Z Cannot generate a safe runtime search path for target device_test because 2022-11-23T00:52:43.9528701Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9529061Z directories: 2022-11-23T00:52:43.9529171Z 2022-11-23T00:52:43.9529425Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9529680Z /opt/conda/lib 2022-11-23T00:52:43.9529789Z 2022-11-23T00:52:43.9529895Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9530042Z 2022-11-23T00:52:43.9530123Z  2022-11-23T00:52:43.9559384Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9559940Z Cannot generate a safe runtime search path for target distributed_test 2022-11-23T00:52:43.9560365Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9560602Z directories: 2022-11-23T00:52:43.9560708Z 2022-11-23T00:52:43.9560945Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9561190Z /opt/conda/lib 2022-11-23T00:52:43.9561286Z 2022-11-23T00:52:43.9561405Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9561551Z 2022-11-23T00:52:43.9561634Z  2022-11-23T00:52:43.9590679Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9591205Z Cannot generate a safe runtime search path for target mobile_test because 2022-11-23T00:52:43.9591680Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9591907Z directories: 2022-11-23T00:52:43.9592013Z 2022-11-23T00:52:43.9592247Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9592483Z /opt/conda/lib 2022-11-23T00:52:43.9592590Z 2022-11-23T00:52:43.9592703Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9592846Z 2022-11-23T00:52:43.9592923Z  2022-11-23T00:52:43.9621888Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9622445Z Cannot generate a safe runtime search path for target split_slss_test 2022-11-23T00:52:43.9622865Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9623111Z directories: 2022-11-23T00:52:43.9623205Z 2022-11-23T00:52:43.9623443Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9623698Z /opt/conda/lib 2022-11-23T00:52:43.9623805Z 2022-11-23T00:52:43.9623922Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9624066Z 2022-11-23T00:52:43.9624143Z  2022-11-23T00:52:43.9653591Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9654034Z Cannot generate a safe runtime search path for target nnpack_test because 2022-11-23T00:52:43.9654394Z files in some directories may conflict with libraries in implicit 2022-11-23T00:52:43.9654647Z directories: 2022-11-23T00:52:43.9654776Z 2022-11-23T00:52:43.9655016Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9655272Z /opt/conda/lib 2022-11-23T00:52:43.9655402Z 2022-11-23T00:52:43.9655653Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9655788Z 2022-11-23T00:52:43.9655876Z  2022-11-23T00:52:43.9685547Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9686330Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9686633Z depthwise3x3_conv_op_test because files in some directories may conflict 2022-11-23T00:52:43.9686908Z with libraries in implicit directories: 2022-11-23T00:52:43.9687046Z 2022-11-23T00:52:43.9687290Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9687544Z /opt/conda/lib 2022-11-23T00:52:43.9687642Z 2022-11-23T00:52:43.9687757Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9687902Z 2022-11-23T00:52:43.9687982Z  2022-11-23T00:52:43.9717353Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9717841Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9718305Z common_subexpression_elimination_test because files in some directories may 2022-11-23T00:52:43.9718593Z conflict with libraries in implicit directories: 2022-11-23T00:52:43.9718741Z 2022-11-23T00:52:43.9718978Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9719216Z /opt/conda/lib 2022-11-23T00:52:43.9719322Z 2022-11-23T00:52:43.9719436Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9719581Z 2022-11-23T00:52:43.9719660Z  2022-11-23T00:52:43.9748441Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9748907Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9749426Z conv_to_nnpack_transform_test because files in some directories may 2022-11-23T00:52:43.9749889Z conflict with libraries in implicit directories: 2022-11-23T00:52:43.9750038Z 2022-11-23T00:52:43.9750267Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9750518Z /opt/conda/lib 2022-11-23T00:52:43.9750627Z 2022-11-23T00:52:43.9750740Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9750884Z 2022-11-23T00:52:43.9750963Z  2022-11-23T00:52:43.9779972Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:52:43.9780320Z Cannot generate a safe runtime search path for target 2022-11-23T00:52:43.9780755Z pattern_net_transform_test because files in some directories may conflict 2022-11-23T00:52:43.9781243Z with libraries in implicit directories: 2022-11-23T00:52:43.9781488Z 2022-11-23T00:52:43.9781737Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:43.9781985Z /opt/conda/lib 2022-11-23T00:52:43.9782097Z 2022-11-23T00:52:43.9782209Z Some of these libraries may not be found correctly. 2022-11-23T00:52:43.9782352Z 2022-11-23T00:52:43.9782417Z  2022-11-23T00:52:44.2307710Z CMake Warning at modules/detectron/CMakeLists.txt:42 (add_library): 2022-11-23T00:52:44.2308310Z Cannot generate a safe runtime search path for target caffe2_detectron_ops 2022-11-23T00:52:44.2308614Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:52:44.2308879Z directories: 2022-11-23T00:52:44.2308991Z 2022-11-23T00:52:44.2309241Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:52:44.2309490Z /opt/conda/lib 2022-11-23T00:52:44.2309600Z 2022-11-23T00:52:44.2309702Z Some of these libraries may not be found correctly. 2022-11-23T00:52:44.2309850Z 2022-11-23T00:52:44.2309929Z  2022-11-23T00:52:44.2494507Z -- Generating done 2022-11-23T00:52:44.2947109Z CMake Warning: 2022-11-23T00:52:44.2947658Z Manually-specified variables were not used by the project: 2022-11-23T00:52:44.2947832Z 2022-11-23T00:52:44.2947920Z BUILD_ENVIRONMENT 2022-11-23T00:52:44.2948246Z 2022-11-23T00:52:44.2948337Z  2022-11-23T00:52:44.2967220Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-11-23T00:52:44.3730316Z cmake --build . --target install --config Release -- -j 6 2022-11-23T00:52:44.4260394Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-11-23T00:52:44.4263374Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:52:44.4265974Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-11-23T00:52:44.4275569Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-11-23T00:52:44.4299916Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-11-23T00:52:44.4335557Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:52:44.4710813Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-11-23T00:52:44.4712106Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:117:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T00:52:44.4712891Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:52:44.4713395Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:52:44.4714075Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-11-23T00:52:44.4715140Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:195:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T00:52:44.4715958Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:52:44.4716454Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:52:44.4717137Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-11-23T00:52:44.4718195Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:273:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T00:52:44.4718964Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:52:44.4719461Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:52:44.4720124Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-11-23T00:52:44.4721191Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:351:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T00:52:44.4721966Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:52:44.4722465Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:52:44.4723135Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-11-23T00:52:44.4724189Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:429:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T00:52:44.4724959Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:52:44.4725448Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:52:44.4829573Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-11-23T00:52:44.5088680Z [ 0%] Built target clog 2022-11-23T00:52:44.5147333Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-11-23T00:52:44.5557808Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:52:44.5578358Z [ 0%] Built target defs.bzl 2022-11-23T00:52:44.5633420Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:52:44.5657096Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:52:44.5980316Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-11-23T00:52:44.6331510Z [ 0%] Linking CXX static library ../../../lib/libgtest.a 2022-11-23T00:52:44.6443906Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-11-23T00:52:44.6569989Z [ 0%] Built target gtest 2022-11-23T00:52:44.6652430Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-11-23T00:52:44.6662298Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-11-23T00:52:44.6839156Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-11-23T00:52:44.7306935Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:52:44.7340183Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:52:44.7439905Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-11-23T00:52:44.7897531Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:52:44.8037854Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-11-23T00:52:44.8181388Z [ 0%] Linking C static library ../../lib/libpthreadpool.a 2022-11-23T00:52:44.8324893Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-11-23T00:52:44.8470384Z [ 0%] Built target pthreadpool 2022-11-23T00:52:44.8522065Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-11-23T00:52:44.8616493Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T00:52:44.8866921Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:52:44.9432124Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T00:52:44.9669152Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:52:44.9926469Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-11-23T00:52:45.0192551Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-11-23T00:52:45.0231235Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-11-23T00:52:45.0582759Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:52:45.1111642Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:52:45.1226023Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:52:45.1298828Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:52:45.1619576Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-11-23T00:52:45.1928269Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-11-23T00:52:45.2049924Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-11-23T00:52:45.2395936Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:52:45.2502678Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:52:45.2553067Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:52:45.2814406Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-11-23T00:52:45.3040673Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:52:45.3063781Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:52:45.3350641Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:52:45.3575898Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T00:52:45.3724017Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-11-23T00:52:45.4065399Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-11-23T00:52:45.4284959Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-11-23T00:52:45.4483811Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T00:52:45.4648103Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-11-23T00:52:45.4848752Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T00:52:45.5214435Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-11-23T00:52:45.5570930Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-11-23T00:52:45.5651146Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-11-23T00:52:45.5907802Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T00:52:45.6125452Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:52:45.6178615Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-11-23T00:52:45.6853584Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:52:45.6959858Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:52:45.6985825Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-11-23T00:52:45.7355344Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:52:45.7650276Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-11-23T00:52:45.7768380Z In file included from /usr/include/string.h:495:0, 2022-11-23T00:52:45.7769053Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T00:52:45.7769859Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T00:52:45.7770584Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T00:52:45.7771216Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T00:52:45.7771871Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T00:52:45.7772665Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.7773880Z 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, 2022-11-23T00:52:45.7775365Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:52:45.7776856Z 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:49: 2022-11-23T00:52:45.7778251Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.7778989Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.7779464Z ^ 2022-11-23T00:52:45.7779783Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.7780517Z 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, 2022-11-23T00:52:45.7781721Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-11-23T00:52:45.7783343Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.7784138Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.7784584Z ^ 2022-11-23T00:52:45.7785122Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.7786290Z 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, 2022-11-23T00:52:45.7787545Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:52:45.7788801Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T00:52:45.7790110Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.7790995Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.7791410Z ^ 2022-11-23T00:52:45.7792251Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.7793325Z 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, 2022-11-23T00:52:45.7794702Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:52:45.7796067Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-11-23T00:52:45.7797486Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.7798243Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.7798663Z ^ 2022-11-23T00:52:45.7799183Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.7800350Z 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, 2022-11-23T00:52:45.7801897Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:52:45.7803203Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T00:52:45.7804589Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.7805403Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.7805868Z ^ 2022-11-23T00:52:45.7806564Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.7807866Z 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, 2022-11-23T00:52:45.7809462Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:52:45.7811003Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-11-23T00:52:45.7812527Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.7813418Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.7813846Z ^ 2022-11-23T00:52:45.7850389Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-11-23T00:52:45.8301473Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:52:45.8502670Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:52:45.8565766Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-11-23T00:52:45.8857413Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-11-23T00:52:45.8886504Z In file included from /usr/include/string.h:495:0, 2022-11-23T00:52:45.8887512Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T00:52:45.8888663Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T00:52:45.8889657Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T00:52:45.8890794Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T00:52:45.8891809Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T00:52:45.8892895Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.8894656Z 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, 2022-11-23T00:52:45.8896619Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:52:45.8900101Z 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:49: 2022-11-23T00:52:45.8902091Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.8903290Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.8904113Z ^ 2022-11-23T00:52:45.8904771Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.8906013Z 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, 2022-11-23T00:52:45.8907707Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-11-23T00:52:45.8909447Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.8910476Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.8910912Z ^ 2022-11-23T00:52:45.8911435Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.8912593Z 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, 2022-11-23T00:52:45.8914158Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:52:45.8915668Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T00:52:45.8917066Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.8917896Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.8918343Z ^ 2022-11-23T00:52:45.8918882Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.8920038Z 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, 2022-11-23T00:52:45.8921635Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:52:45.8923149Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-11-23T00:52:45.8924700Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.8925503Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.8927216Z ^ 2022-11-23T00:52:45.8927881Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.8929084Z 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, 2022-11-23T00:52:45.8930695Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:52:45.8932166Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T00:52:45.8933661Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.8934634Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.8935077Z ^ 2022-11-23T00:52:45.8935600Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:52:45.8936783Z 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, 2022-11-23T00:52:45.8938372Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:52:45.8939865Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-11-23T00:52:45.8941406Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: 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=] 2022-11-23T00:52:45.8942238Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:52:45.8942686Z ^ 2022-11-23T00:52:45.8970556Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:52:45.9383566Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-11-23T00:52:45.9743969Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:52:45.9784238Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-11-23T00:52:46.0188877Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:52:46.0210762Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:52:46.0332975Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-11-23T00:52:46.0625415Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:52:46.1003589Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-11-23T00:52:46.1179550Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-11-23T00:52:46.1360760Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:52:46.1756553Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:52:46.1876889Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:52:46.1940195Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:52:46.2225957Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-11-23T00:52:46.2330358Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-11-23T00:52:46.2497921Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-11-23T00:52:46.2996437Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-11-23T00:52:46.3189960Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:52:46.3246551Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:52:46.3685862Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:52:46.4099596Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:52:46.4139888Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-11-23T00:52:46.4256121Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-11-23T00:52:46.4321071Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:52:46.4700524Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:52:46.4777531Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:52:46.5228826Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:52:46.5580411Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:52:46.5643760Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-11-23T00:52:46.5779137Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-11-23T00:52:46.6136350Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-11-23T00:52:46.6392033Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:52:46.6560065Z [ 3%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-11-23T00:52:46.6848380Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:52:46.6856429Z [ 3%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-11-23T00:52:46.7267416Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-11-23T00:52:46.7497889Z [ 3%] Linking CXX static library ../../../lib/libbenchmark.a 2022-11-23T00:52:46.7593317Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-11-23T00:52:46.7778085Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:52:46.7817350Z [ 3%] Linking C static library ../../lib/libittnotify.a 2022-11-23T00:52:46.7826083Z [ 3%] Built target benchmark 2022-11-23T00:52:46.7874454Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-11-23T00:52:46.8030333Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:52:46.8063340Z [ 3%] Built target ittnotify 2022-11-23T00:52:46.8236839Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-11-23T00:52:46.8737394Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-11-23T00:52:46.8983577Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-11-23T00:52:46.9058981Z [ 3%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-11-23T00:52:46.9342905Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-11-23T00:52:46.9375297Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-11-23T00:52:46.9416991Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-11-23T00:52:46.9428698Z [ 3%] Built target libprotobuf-lite 2022-11-23T00:52:46.9576580Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-11-23T00:52:47.0308329Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-11-23T00:52:47.0450407Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-11-23T00:52:47.0548677Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-11-23T00:52:47.0684437Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-11-23T00:52:47.0900107Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-11-23T00:52:47.0973926Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-11-23T00:52:47.1497203Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-11-23T00:52:47.1605930Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-11-23T00:52:47.2100837Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-11-23T00:52:47.2136716Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-11-23T00:52:47.2665370Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-11-23T00:52:47.2741498Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-11-23T00:52:47.2854513Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-11-23T00:52:47.3018543Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-11-23T00:52:47.3134333Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-11-23T00:52:47.3718252Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-11-23T00:52:47.3963869Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-11-23T00:52:47.4137468Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-11-23T00:52:47.4232666Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-11-23T00:52:47.4574573Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-11-23T00:52:47.4889702Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-11-23T00:52:47.5251031Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-11-23T00:52:47.5283047Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-11-23T00:52:47.5558829Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-11-23T00:52:47.5857547Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-11-23T00:52:47.6343669Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-11-23T00:52:47.6533748Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-11-23T00:52:47.7005804Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-11-23T00:52:47.7034451Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-11-23T00:52:47.7104641Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-11-23T00:52:47.7347141Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-11-23T00:52:47.7531864Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-11-23T00:52:47.7615892Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-11-23T00:52:47.8256956Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-11-23T00:52:47.8534572Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-11-23T00:52:47.8782626Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-11-23T00:52:47.8955665Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-11-23T00:52:47.9181558Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-11-23T00:52:47.9463751Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-11-23T00:52:47.9508585Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-11-23T00:52:47.9850563Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-11-23T00:52:48.0210233Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-11-23T00:52:48.0468609Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-11-23T00:52:48.0666594Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-11-23T00:52:48.0704891Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-11-23T00:52:48.0928875Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-11-23T00:52:48.1058722Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-11-23T00:52:48.1412447Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-11-23T00:52:48.2034823Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-11-23T00:52:48.2087300Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-11-23T00:52:48.2469735Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-11-23T00:52:48.2529874Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-11-23T00:52:48.2827395Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-11-23T00:52:48.3123511Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-11-23T00:52:48.3173002Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-11-23T00:52:48.3818894Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-11-23T00:52:48.3861247Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-11-23T00:52:48.4128385Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-11-23T00:52:48.4235757Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-11-23T00:52:48.4373882Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-11-23T00:52:48.4512311Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-11-23T00:52:48.5559757Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2022-11-23T00:52:48.5574225Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-11-23T00:52:48.5774777Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-11-23T00:52:48.6020533Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-11-23T00:52:48.6043433Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-11-23T00:52:48.6442239Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-11-23T00:52:48.6621525Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-11-23T00:52:48.6629715Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-11-23T00:52:48.7501556Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-11-23T00:52:48.7548918Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-11-23T00:52:48.7861102Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-11-23T00:52:48.7905143Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-11-23T00:52:48.8492381Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-11-23T00:52:48.8945767Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-11-23T00:52:48.9081354Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2022-11-23T00:52:48.9210743Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-11-23T00:52:48.9337283Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-11-23T00:52:48.9526647Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-11-23T00:52:49.0063798Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-11-23T00:52:49.0114266Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-11-23T00:52:49.0703372Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-11-23T00:52:49.0935241Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-11-23T00:52:49.1159240Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-11-23T00:52:49.1235852Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-11-23T00:52:49.1487039Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2022-11-23T00:52:49.1683252Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-11-23T00:52:49.2207089Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-11-23T00:52:49.2347932Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-11-23T00:52:49.2400413Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-11-23T00:52:49.2903744Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-11-23T00:52:49.3762228Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-11-23T00:52:49.3877876Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-11-23T00:52:49.4008112Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-11-23T00:52:49.4188016Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-11-23T00:52:49.4231160Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-11-23T00:52:49.4917288Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-11-23T00:52:49.4978158Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-11-23T00:52:49.5111094Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-11-23T00:52:49.5383482Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-11-23T00:52:49.5515512Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-11-23T00:52:49.6027912Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-11-23T00:52:49.6567205Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-11-23T00:52:49.6775966Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-11-23T00:52:49.6820990Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-11-23T00:52:49.6887379Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-11-23T00:52:49.7146683Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-11-23T00:52:49.7679202Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-11-23T00:52:49.7784642Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-11-23T00:52:49.8142018Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-11-23T00:52:49.8474143Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-11-23T00:52:49.8797408Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-11-23T00:52:49.9099853Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-11-23T00:52:49.9259807Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-11-23T00:52:49.9420659Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-11-23T00:52:49.9666257Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-11-23T00:52:49.9864781Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-11-23T00:52:49.9918508Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-11-23T00:52:50.0139632Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-11-23T00:52:50.1155413Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-11-23T00:52:50.1163896Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-11-23T00:52:50.1416252Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-11-23T00:52:50.1425835Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-11-23T00:52:50.1713430Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-11-23T00:52:50.2020554Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-11-23T00:52:50.2385674Z [ 3%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-11-23T00:52:50.2901915Z [ 3%] Built target tensorpipe_uv 2022-11-23T00:52:50.2954409Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-11-23T00:52:50.2999404Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-11-23T00:52:50.3113839Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-11-23T00:52:50.3297987Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-11-23T00:52:50.3348247Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-11-23T00:52:50.4309550Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-11-23T00:52:50.4861815Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2022-11-23T00:52:50.4915633Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-11-23T00:52:50.5433696Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-11-23T00:52:50.5465687Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-11-23T00:52:50.5519214Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-11-23T00:52:50.5912187Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-11-23T00:52:50.7184327Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-11-23T00:52:50.7195357Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-11-23T00:52:50.7443877Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-11-23T00:52:50.7466184Z [ 3%] Linking CXX static library ../../../lib/libgloo.a 2022-11-23T00:52:50.7497122Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2022-11-23T00:52:50.7639261Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:50.7910060Z [ 3%] Built target gloo 2022-11-23T00:52:50.8071360Z Scanning dependencies of target dnnl_common 2022-11-23T00:52:50.8181025Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-11-23T00:52:50.8915698Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-11-23T00:52:50.9117362Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-11-23T00:52:50.9311689Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-11-23T00:52:50.9744432Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-11-23T00:52:50.9981598Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:51.0346134Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:51.0437243Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-11-23T00:52:51.0694882Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-11-23T00:52:51.0770584Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-11-23T00:52:51.1825330Z [ 3%] Linking CXX static library ../../../lib/libasmjit.a 2022-11-23T00:52:51.2153999Z [ 3%] Built target asmjit 2022-11-23T00:52:51.2213645Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-11-23T00:52:51.2462241Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-11-23T00:52:51.2607852Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-11-23T00:52:51.2646674Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-11-23T00:52:51.2721620Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-11-23T00:52:51.2725248Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:51.3506163Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-11-23T00:52:51.4261020Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-11-23T00:52:51.4334688Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-11-23T00:52:51.4533497Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-11-23T00:52:51.5114999Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-11-23T00:52:51.5224022Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:51.5973868Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-11-23T00:52:51.6250494Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-11-23T00:52:51.6293457Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-11-23T00:52:51.6294752Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-11-23T00:52:51.7693622Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-11-23T00:52:51.7769432Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-11-23T00:52:51.8058624Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:51.8319267Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:51.8395043Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-11-23T00:52:51.8439842Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-11-23T00:52:51.8737746Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-11-23T00:52:51.9627105Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-11-23T00:52:52.0147765Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-11-23T00:52:52.0148775Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-11-23T00:52:52.0340618Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-11-23T00:52:52.0743745Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:52.0981208Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:52.1942127Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-11-23T00:52:52.2344246Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-11-23T00:52:52.2584108Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-11-23T00:52:52.2989486Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-11-23T00:52:52.3198199Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-11-23T00:52:52.3625603Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:52.4133226Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-11-23T00:52:52.4309025Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-11-23T00:52:52.4622678Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-11-23T00:52:52.5224022Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-11-23T00:52:52.6056728Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-11-23T00:52:52.6133025Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-11-23T00:52:52.6217865Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:52.6369577Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-11-23T00:52:52.6651854Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:52.7950785Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-11-23T00:52:52.8018996Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-11-23T00:52:52.8531060Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-11-23T00:52:52.8774332Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-11-23T00:52:52.8973380Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-11-23T00:52:52.9391339Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2022-11-23T00:52:52.9700322Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-11-23T00:52:52.9850957Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-11-23T00:52:53.0759369Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-11-23T00:52:53.1533685Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-11-23T00:52:53.1568506Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-11-23T00:52:53.1586966Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-11-23T00:52:53.2131743Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2022-11-23T00:52:53.2134104Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-11-23T00:52:53.2857953Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-11-23T00:52:53.3381771Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-11-23T00:52:53.3782717Z [ 3%] Linking CXX static library ../../../lib/libprotobuf.a 2022-11-23T00:52:53.4094370Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-11-23T00:52:53.4341131Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-11-23T00:52:53.4633116Z [ 3%] Built target libprotobuf 2022-11-23T00:52:53.4816511Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-11-23T00:52:53.4942092Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:53.5392612Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2022-11-23T00:52:53.5531852Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-11-23T00:52:53.6151230Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-11-23T00:52:53.7187213Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-11-23T00:52:53.7675831Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-11-23T00:52:53.7676946Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-11-23T00:52:53.7909404Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-11-23T00:52:53.7940836Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-11-23T00:52:53.8222099Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-11-23T00:52:53.9780280Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-11-23T00:52:54.0260850Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-11-23T00:52:54.0479978Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:54.0554373Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-11-23T00:52:54.0598389Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-11-23T00:52:54.0708833Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-11-23T00:52:54.2203230Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-11-23T00:52:54.2512466Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-11-23T00:52:54.2996218Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:54.3056993Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-11-23T00:52:54.3379771Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-11-23T00:52:54.3425381Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-11-23T00:52:54.4794768Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-11-23T00:52:54.4870709Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-11-23T00:52:54.5404185Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-11-23T00:52:54.5622022Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-11-23T00:52:54.5815449Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-11-23T00:52:54.6097294Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-11-23T00:52:54.7386814Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/fusion_info.cpp.o 2022-11-23T00:52:54.7434632Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-11-23T00:52:54.7702921Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-11-23T00:52:54.7985643Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:54.8719475Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:54.8889174Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-11-23T00:52:54.9700829Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-11-23T00:52:55.0017509Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-11-23T00:52:55.0349280Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-11-23T00:52:55.0738240Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-11-23T00:52:55.1306991Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-11-23T00:52:55.1395148Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:55.1832400Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-11-23T00:52:55.1930199Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-11-23T00:52:55.2787150Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-11-23T00:52:55.4014705Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-11-23T00:52:55.4027287Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-11-23T00:52:55.4181367Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:55.4259250Z [ 3%] Built target dnnl_graph_common 2022-11-23T00:52:55.4318984Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-11-23T00:52:55.4335024Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-11-23T00:52:55.4915810Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-11-23T00:52:55.6260866Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-11-23T00:52:55.6448849Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2022-11-23T00:52:55.6634910Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-11-23T00:52:55.6839615Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-11-23T00:52:55.6858046Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-11-23T00:52:55.6943849Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-11-23T00:52:55.7300094Z [ 3%] Built target dnnl_graph_backend_fake 2022-11-23T00:52:55.7351705Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-11-23T00:52:55.8644246Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-11-23T00:52:55.9244308Z [ 3%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-11-23T00:52:55.9313327Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-11-23T00:52:55.9502064Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-11-23T00:52:55.9707794Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-11-23T00:52:55.9931821Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2022-11-23T00:52:56.1079033Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-11-23T00:52:56.1544892Z [ 3%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-11-23T00:52:56.1831443Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-11-23T00:52:56.2208913Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-11-23T00:52:56.2281870Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iterator.cpp.o 2022-11-23T00:52:56.2609419Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-11-23T00:52:56.4026410Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-11-23T00:52:56.4159088Z [ 3%] Linking CXX static library ../../lib/libfmt.a 2022-11-23T00:52:56.4323125Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-11-23T00:52:56.4393601Z [ 4%] Built target fmt 2022-11-23T00:52:56.4461109Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-11-23T00:52:56.4598779Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-11-23T00:52:56.4821924Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-11-23T00:52:56.5059016Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-11-23T00:52:56.5660550Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-11-23T00:52:56.6373579Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-11-23T00:52:56.6743519Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-11-23T00:52:56.7146978Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-11-23T00:52:56.7593083Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-11-23T00:52:56.8171087Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-11-23T00:52:56.8270269Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-11-23T00:52:56.8970036Z [ 4%] Built target dnnl_graph_utils 2022-11-23T00:52:56.9094993Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:56.9133806Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T00:52:56.9692424Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2022-11-23T00:52:57.0353588Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-11-23T00:52:57.0784073Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-11-23T00:52:57.0784999Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-11-23T00:52:57.1749223Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:57.2120017Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-11-23T00:52:57.2299474Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T00:52:57.2705750Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-11-23T00:52:57.3347129Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-11-23T00:52:57.3752138Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-11-23T00:52:57.4278644Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:57.4696414Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:57.4987873Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-11-23T00:52:57.5038070Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-11-23T00:52:57.5658438Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-11-23T00:52:57.6520757Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-11-23T00:52:57.6802371Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-11-23T00:52:57.7144891Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-11-23T00:52:57.7558205Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-11-23T00:52:57.7592246Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-11-23T00:52:57.7864379Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-11-23T00:52:57.8805326Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-11-23T00:52:57.8903140Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-11-23T00:52:57.9625655Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-11-23T00:52:57.9998387Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-11-23T00:52:58.0160734Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-11-23T00:52:58.0466596Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-11-23T00:52:58.0743833Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-11-23T00:52:58.1588292Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-11-23T00:52:58.1864564Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-11-23T00:52:58.2331433Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-11-23T00:52:58.2977559Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-11-23T00:52:58.3265382Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-11-23T00:52:58.3266313Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-11-23T00:52:58.3891762Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-11-23T00:52:58.4430900Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-11-23T00:52:58.4475684Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-11-23T00:52:58.5151196Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-11-23T00:52:58.5303410Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-11-23T00:52:58.6217093Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-11-23T00:52:58.6257792Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-11-23T00:52:58.6501334Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-11-23T00:52:58.6944393Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-11-23T00:52:58.7353413Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-11-23T00:52:58.7495793Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-11-23T00:52:58.8767044Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-11-23T00:52:58.9013534Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-11-23T00:52:58.9046685Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-11-23T00:52:58.9262190Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-11-23T00:52:59.0115767Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-11-23T00:52:59.0346696Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/softmax_fusion.cpp.o 2022-11-23T00:52:59.1159137Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-11-23T00:52:59.1581067Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-11-23T00:52:59.1709982Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:59.1781826Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:59.2705727Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-11-23T00:52:59.3153361Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-11-23T00:52:59.3303312Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-11-23T00:52:59.4113559Z [ 6%] Built target dnnl_graph_backend_dnnl 2022-11-23T00:52:59.4184095Z [ 6%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-11-23T00:52:59.4259721Z [ 6%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-11-23T00:52:59.4542729Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:59.5071073Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:59.5297993Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-11-23T00:52:59.5301284Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-11-23T00:52:59.5492683Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-11-23T00:52:59.5929459Z [ 6%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-11-23T00:52:59.6430732Z [ 6%] Built target dnnl_common 2022-11-23T00:52:59.6493952Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-11-23T00:52:59.6960274Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-11-23T00:52:59.7675840Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:52:59.7676862Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:52:59.7950192Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:52:59.8099133Z [ 6%] Built target libkineto_defs.bzl 2022-11-23T00:52:59.8237755Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:52:59.8907936Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:59.9344772Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-11-23T00:53:00.0400810Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-11-23T00:53:00.0421730Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-11-23T00:53:00.0447136Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-11-23T00:53:00.0686598Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-11-23T00:53:00.1107307Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:53:00.1695606Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:53:00.2625406Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:53:00.2857123Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:53:00.3149078Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:53:00.3166516Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-11-23T00:53:00.3825967Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-11-23T00:53:00.3859693Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:53:00.5328693Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-11-23T00:53:00.5415887Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-11-23T00:53:00.5508257Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-11-23T00:53:00.5614847Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:53:00.6174599Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-11-23T00:53:00.6424306Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-11-23T00:53:00.7502705Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-11-23T00:53:00.7513274Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:53:00.7891276Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-11-23T00:53:00.8291264Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-11-23T00:53:00.8950237Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-11-23T00:53:00.9231229Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-11-23T00:53:00.9856805Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-11-23T00:53:00.9933273Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:53:01.0038270Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-11-23T00:53:01.0415030Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:53:01.0699353Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:53:01.1549625Z [ 7%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-11-23T00:53:01.2339823Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-11-23T00:53:01.2590126Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-11-23T00:53:01.2677759Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-11-23T00:53:01.2888808Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-11-23T00:53:01.3228720Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:53:01.3994838Z [ 7%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-11-23T00:53:01.4596340Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-11-23T00:53:01.5214641Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-11-23T00:53:01.5222813Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:53:01.5470975Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:53:01.5511820Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-11-23T00:53:01.5987509Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-11-23T00:53:01.6536031Z [ 7%] Built target kineto_api 2022-11-23T00:53:01.6610883Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-11-23T00:53:01.7928406Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-11-23T00:53:01.8086400Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:53:01.8092185Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-11-23T00:53:01.8348740Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-11-23T00:53:01.8421189Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:01.8828252Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:02.0083980Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-11-23T00:53:02.0632635Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-11-23T00:53:02.0635105Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:02.1176402Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-11-23T00:53:02.1397466Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-11-23T00:53:02.1544216Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-11-23T00:53:02.2137909Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-11-23T00:53:02.3113347Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-11-23T00:53:02.3385235Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:02.3745358Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:02.3789114Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:02.3887162Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-11-23T00:53:02.4472175Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:02.5739756Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-11-23T00:53:02.5790869Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-11-23T00:53:02.6104810Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-11-23T00:53:02.6634528Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-11-23T00:53:02.6731604Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-11-23T00:53:02.7065760Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:02.7548700Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-11-23T00:53:02.8406206Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-11-23T00:53:02.8783818Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-11-23T00:53:02.8981357Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-11-23T00:53:02.9052463Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-11-23T00:53:02.9748950Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:53:03.0226985Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-11-23T00:53:03.0810118Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:53:03.1345743Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-11-23T00:53:03.1671687Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-11-23T00:53:03.1983640Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-11-23T00:53:03.2320502Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-11-23T00:53:03.2569549Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2022-11-23T00:53:03.3303802Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:53:03.3872965Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:53:03.4284101Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:53:03.4379148Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2022-11-23T00:53:03.4995692Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-11-23T00:53:03.5113173Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-11-23T00:53:03.5928529Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-11-23T00:53:03.6385508Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-11-23T00:53:03.7051901Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:53:03.7115295Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-11-23T00:53:03.7138477Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-11-23T00:53:03.7312996Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-11-23T00:53:03.8346483Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-11-23T00:53:03.8846795Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2022-11-23T00:53:03.9511384Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:53:03.9693035Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:53:03.9934273Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:04.0090876Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:04.1062714Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-11-23T00:53:04.1468254Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-11-23T00:53:04.2101820Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2022-11-23T00:53:04.2345459Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-11-23T00:53:04.2580482Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2022-11-23T00:53:04.2737208Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:04.3829758Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-11-23T00:53:04.4363543Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-11-23T00:53:04.4943381Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-11-23T00:53:04.5063153Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-11-23T00:53:04.5385340Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:04.5627058Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-11-23T00:53:04.6497202Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-11-23T00:53:04.7285265Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-11-23T00:53:04.7479978Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:04.7530225Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2022-11-23T00:53:04.8026062Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-11-23T00:53:04.8388603Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:04.8434820Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:04.9181919Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:53:05.0179631Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-11-23T00:53:05.0184818Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-11-23T00:53:05.0592990Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-11-23T00:53:05.0991738Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-11-23T00:53:05.1270034Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-11-23T00:53:05.1746828Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:53:05.2064022Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:53:05.2954213Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2022-11-23T00:53:05.3443053Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:53:05.3658088Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:53:05.3784347Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-11-23T00:53:05.4311945Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:53:05.5219612Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-11-23T00:53:05.5333674Z [ 7%] Built target dnnl_cpu 2022-11-23T00:53:05.5377444Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-11-23T00:53:05.5654281Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-11-23T00:53:05.5925786Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-11-23T00:53:05.6696545Z [ 7%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-11-23T00:53:05.7175688Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:53:05.7450994Z [ 7%] Linking C static library ../../lib/libfoxi_loader.a 2022-11-23T00:53:05.7709382Z [ 7%] Built target foxi_loader 2022-11-23T00:53:05.7767836Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-11-23T00:53:05.8053381Z [ 7%] Generating ATen declarations_yaml 2022-11-23T00:53:05.8139240Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-11-23T00:53:05.8665761Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-11-23T00:53:05.9374907Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:53:05.9512430Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:53:06.0269106Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2022-11-23T00:53:06.0545332Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-11-23T00:53:06.1674779Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-11-23T00:53:06.1755555Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2022-11-23T00:53:06.2749790Z [ 7%] Generating ATen headers 2022-11-23T00:53:06.2944354Z [ 7%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-11-23T00:53:06.2967178Z [ 7%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-11-23T00:53:06.3858625Z [ 7%] Built target common 2022-11-23T00:53:06.3901142Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-11-23T00:53:06.3906317Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-11-23T00:53:06.4025339Z [ 7%] Linking C executable ../../bin/mkrename 2022-11-23T00:53:06.4587393Z [ 7%] Built target mkrename 2022-11-23T00:53:06.4622210Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2022-11-23T00:53:06.4645728Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2022-11-23T00:53:06.5447422Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2022-11-23T00:53:06.6149971Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-11-23T00:53:06.7312361Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-11-23T00:53:06.7417123Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-11-23T00:53:06.8001780Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2022-11-23T00:53:06.8351329Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-11-23T00:53:06.9058909Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-11-23T00:53:06.9620013Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-11-23T00:53:07.0674800Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-11-23T00:53:07.1034059Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-11-23T00:53:07.1416719Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-11-23T00:53:07.2033228Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-11-23T00:53:07.2466418Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-11-23T00:53:07.2812096Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-11-23T00:53:07.4496462Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-11-23T00:53:07.4878916Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-11-23T00:53:07.5054811Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-11-23T00:53:07.5227322Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-11-23T00:53:07.6407625Z [ 8%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-11-23T00:53:07.6560500Z [ 8%] Generating include/renameavx512f.h 2022-11-23T00:53:07.6573308Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-11-23T00:53:07.6719658Z [ 8%] Built target renameAVX512F.h_generated 2022-11-23T00:53:07.6770167Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-11-23T00:53:07.7119655Z [ 8%] Linking C executable ../../bin/mkalias 2022-11-23T00:53:07.7420994Z [ 8%] Generating include/renameavx2.h 2022-11-23T00:53:07.7455211Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-11-23T00:53:07.7590650Z [ 8%] Built target renameAVX2.h_generated 2022-11-23T00:53:07.7670206Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-11-23T00:53:07.7715867Z [ 8%] Built target mkalias 2022-11-23T00:53:07.7778031Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-11-23T00:53:07.8025138Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-11-23T00:53:07.8426427Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-11-23T00:53:07.8946801Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-11-23T00:53:07.9544445Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-11-23T00:53:08.0058580Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-11-23T00:53:08.0272043Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-11-23T00:53:08.1309641Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-11-23T00:53:08.1603994Z [ 8%] Generating ATen sources 2022-11-23T00:53:08.1866169Z [ 8%] Generating ATen declarations_yaml 2022-11-23T00:53:08.2289797Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-11-23T00:53:08.3508423Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-11-23T00:53:08.4153739Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-11-23T00:53:08.6244227Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-11-23T00:53:08.6372744Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-11-23T00:53:08.8310824Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-11-23T00:53:08.8574110Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-11-23T00:53:09.0511197Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-11-23T00:53:09.1191707Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-11-23T00:53:09.3464915Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-11-23T00:53:09.3490096Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-11-23T00:53:09.4909545Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-11-23T00:53:09.5806411Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-11-23T00:53:09.7433294Z [ 8%] Linking CXX shared library ../lib/libc10.so 2022-11-23T00:53:09.8707123Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-11-23T00:53:09.8849725Z [ 8%] Built target c10 2022-11-23T00:53:09.8919207Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-11-23T00:53:10.1729186Z [ 8%] Generating include/renameavx2128.h 2022-11-23T00:53:10.1739051Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-11-23T00:53:10.1835541Z [ 8%] Built target renameAVX2128.h_generated 2022-11-23T00:53:10.1836444Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-11-23T00:53:10.1893345Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-11-23T00:53:10.4561930Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-11-23T00:53:10.4901905Z [ 8%] Generating include/renamefma4.h 2022-11-23T00:53:10.4910910Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-11-23T00:53:10.4981896Z [ 8%] Built target renameFMA4.h_generated 2022-11-23T00:53:10.5041811Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-11-23T00:53:10.6522759Z [ 8%] Generating include/renameavx.h 2022-11-23T00:53:10.6530661Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-11-23T00:53:10.6598056Z [ 8%] Built target renameAVX.h_generated 2022-11-23T00:53:10.6643492Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-11-23T00:53:10.7661355Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-11-23T00:53:10.9114219Z [ 8%] Generating include/renamesse4.h 2022-11-23T00:53:10.9124311Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-11-23T00:53:10.9202570Z [ 8%] Built target renameSSE4.h_generated 2022-11-23T00:53:10.9264060Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-11-23T00:53:10.9999715Z [ 8%] Generating include/renamesse2.h 2022-11-23T00:53:11.0008868Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-11-23T00:53:11.0076914Z [ 8%] Built target renameSSE2.h_generated 2022-11-23T00:53:11.0124446Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2022-11-23T00:53:11.2010306Z [ 8%] Generating include/renamepurec_scalar.h 2022-11-23T00:53:11.2018547Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-11-23T00:53:11.2085747Z [ 8%] Built target renamePUREC_SCALAR.h_generated 2022-11-23T00:53:11.2129405Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-11-23T00:53:11.2516904Z [ 8%] Generating include/renamepurecfma_scalar.h 2022-11-23T00:53:11.2574588Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-11-23T00:53:11.2755406Z [ 8%] Built target renamePURECFMA_SCALAR.h_generated 2022-11-23T00:53:11.2804424Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T00:53:11.4557351Z [ 8%] Generating renamedsp128.h 2022-11-23T00:53:11.4621829Z [ 8%] Built target renamedsp128.h_generated 2022-11-23T00:53:11.4669798Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T00:53:11.5852676Z [ 8%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-11-23T00:53:11.6609344Z [ 8%] Linking C executable ../../bin/mkdisp 2022-11-23T00:53:11.6755613Z [ 8%] Generating contrib/aten/aten_op.h 2022-11-23T00:53:11.7139145Z [ 8%] Built target mkdisp 2022-11-23T00:53:11.7192876Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-11-23T00:53:11.7224108Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-11-23T00:53:11.9440185Z [ 8%] Generating renamedsp256.h 2022-11-23T00:53:11.9471985Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-11-23T00:53:11.9587409Z [ 8%] Built target renamedsp256.h_generated 2022-11-23T00:53:11.9661861Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2022-11-23T00:53:12.1733994Z [ 8%] Generating dispavx.c 2022-11-23T00:53:12.1856889Z [ 8%] Built target dispavx.c_generated 2022-11-23T00:53:12.1862274Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2022-11-23T00:53:12.2023964Z [ 8%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-11-23T00:53:12.2511159Z [ 8%] Linking C shared library ../lib/libtorch_global_deps.so 2022-11-23T00:53:12.4230253Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2022-11-23T00:53:12.4484998Z [ 8%] Built target torch_global_deps 2022-11-23T00:53:12.4737632Z [ 8%] Generating __init__.py 2022-11-23T00:53:12.4864747Z [ 8%] Generating contrib/__init__.py 2022-11-23T00:53:12.4979503Z [ 8%] Generating contrib/aten/__init__.py 2022-11-23T00:53:12.5082302Z [ 8%] Generating contrib/aten/aten_test.py 2022-11-23T00:53:12.5264598Z [ 8%] Generating contrib/aten/docs/__init__.py 2022-11-23T00:53:12.5367333Z [ 8%] Generating contrib/aten/docs/sample.py 2022-11-23T00:53:12.5451487Z [ 8%] Generating contrib/aten/gen_op.py 2022-11-23T00:53:12.5565137Z [ 8%] Generating contrib/fakelowp/test/test_batchmatmul_nnpi_fp16.py 2022-11-23T00:53:12.5665244Z [ 8%] Generating contrib/fakelowp/test/test_batchnorm_nnpi_fp16.py 2022-11-23T00:53:12.5763358Z [ 8%] Generating contrib/fakelowp/test/test_chunking.py 2022-11-23T00:53:12.5849739Z [ 8%] Generating contrib/fakelowp/test/test_deq_swish_quant_nnpi.py 2022-11-23T00:53:12.5932375Z [ 8%] Generating contrib/fakelowp/test/test_fc_nnpi_fp16.py 2022-11-23T00:53:12.6029317Z [ 8%] Generating contrib/fakelowp/test/test_fusions.py 2022-11-23T00:53:12.6120908Z [ 8%] Generating contrib/fakelowp/test/test_int8_ops_nnpi.py 2022-11-23T00:53:12.6205830Z [ 8%] Generating contrib/fakelowp/test/test_int8_quant.py 2022-11-23T00:53:12.6287080Z [ 8%] Generating contrib/fakelowp/test/test_layernorm_nnpi_fp16.py 2022-11-23T00:53:12.6387372Z [ 8%] Generating contrib/fakelowp/test/test_op_nnpi_fp16.py 2022-11-23T00:53:12.6495256Z [ 8%] Generating contrib/fakelowp/test/test_sls_4bit_nnpi_fp16.py 2022-11-23T00:53:12.6681391Z [ 8%] Generating contrib/fakelowp/test/test_sls_8bit_nnpi_fp16.py 2022-11-23T00:53:12.6771632Z [ 8%] Generating contrib/fakelowp/test/test_sls_8bit_nnpi_fp32.py 2022-11-23T00:53:12.6891083Z [ 8%] Generating contrib/gloo/__init__.py 2022-11-23T00:53:12.7002992Z [ 8%] Generating contrib/gloo/gloo_test.py 2022-11-23T00:53:12.7104367Z [ 8%] Generating contrib/nccl/__init__.py 2022-11-23T00:53:12.7223437Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2022-11-23T00:53:12.7224042Z [ 8%] Generating contrib/nccl/nccl_ops_test.py 2022-11-23T00:53:12.7337953Z [ 8%] Generating contrib/nnpack/__init__.py 2022-11-23T00:53:12.7527819Z [ 8%] Generating contrib/nnpack/nnpack_ops_test.py 2022-11-23T00:53:12.7664329Z [ 8%] Generating contrib/playground/AnyExp.py 2022-11-23T00:53:12.7835735Z [ 8%] Generating contrib/playground/AnyExpOnTerm.py 2022-11-23T00:53:12.7969051Z [ 8%] Generating contrib/playground/ModuleRegister.py 2022-11-23T00:53:12.8088467Z [ 8%] Generating contrib/playground/__init__.py 2022-11-23T00:53:12.8203313Z [ 8%] Generating contrib/playground/checkpoint.py 2022-11-23T00:53:12.8306910Z [ 8%] Generating contrib/playground/compute_loss.py 2022-11-23T00:53:12.8422943Z [ 8%] Generating contrib/playground/compute_topk_accuracy.py 2022-11-23T00:53:12.8529444Z [ 8%] Generating contrib/playground/meter.py 2022-11-23T00:53:12.8658068Z [ 8%] Generating contrib/playground/module_map.py 2022-11-23T00:53:12.8778382Z [ 8%] Generating contrib/playground/output_generator.py 2022-11-23T00:53:12.8897902Z [ 8%] Generating contrib/playground/resnetdemo/IN1k_resnet.py 2022-11-23T00:53:12.9059117Z [ 8%] Generating contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py 2022-11-23T00:53:12.9177213Z [ 8%] Generating contrib/playground/resnetdemo/__init__.py 2022-11-23T00:53:12.9279949Z [ 8%] Generating contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py 2022-11-23T00:53:12.9405928Z [ 8%] Generating contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py 2022-11-23T00:53:12.9526210Z [ 9%] Generating contrib/playground/resnetdemo/explicit_resnet_forward.py 2022-11-23T00:53:12.9665178Z [ 9%] Generating contrib/playground/resnetdemo/explicit_resnet_param_update.py 2022-11-23T00:53:12.9782181Z [ 9%] Generating contrib/playground/resnetdemo/gfs_IN1k.py 2022-11-23T00:53:12.9887488Z [ 9%] Generating contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py 2022-11-23T00:53:12.9991993Z [ 9%] Generating contrib/playground/resnetdemo/rendezvous_filestore.py 2022-11-23T00:53:12.9998683Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2022-11-23T00:53:13.0119940Z [ 9%] Generating contrib/prof/__init__.py 2022-11-23T00:53:13.0259719Z [ 9%] Generating contrib/prof/cuda_profile_ops_test.py 2022-11-23T00:53:13.0382590Z [ 9%] Generating contrib/script/__init__.py 2022-11-23T00:53:13.0531316Z [ 9%] Generating contrib/script/examples/__init__.py 2022-11-23T00:53:13.0664332Z [ 9%] Generating contrib/tensorboard/__init__.py 2022-11-23T00:53:13.0824264Z [ 9%] Generating contrib/tensorboard/tensorboard.py 2022-11-23T00:53:13.0916737Z [ 9%] Generating contrib/tensorboard/tensorboard_exporter.py 2022-11-23T00:53:13.1052193Z [ 9%] Generating contrib/tensorboard/tensorboard_exporter_test.py 2022-11-23T00:53:13.1185124Z [ 9%] Generating contrib/tensorboard/tensorboard_test.py 2022-11-23T00:53:13.1274933Z [ 9%] Generating contrib/warpctc/__init__.py 2022-11-23T00:53:13.1400480Z [ 9%] Generating contrib/warpctc/ctc_ops_test.py 2022-11-23T00:53:13.1505520Z [ 9%] Generating core/__init__.py 2022-11-23T00:53:13.1608354Z [ 9%] Generating core/nomnigraph/__init__.py 2022-11-23T00:53:13.1698791Z [ 9%] Generating core/nomnigraph/op_gen.py 2022-11-23T00:53:13.1805442Z [ 9%] Generating distributed/__init__.py 2022-11-23T00:53:13.1899301Z [ 9%] Generating distributed/file_store_handler_op_test.py 2022-11-23T00:53:13.1999319Z [ 9%] Generating distributed/redis_store_handler_op_test.py 2022-11-23T00:53:13.2100607Z [ 9%] Generating distributed/store_ops_test_util.py 2022-11-23T00:53:13.2194776Z [ 9%] Generating experiments/__init__.py 2022-11-23T00:53:13.2297226Z [ 9%] Generating experiments/python/SparseTransformer.py 2022-11-23T00:53:13.2396530Z [ 9%] Generating experiments/python/__init__.py 2022-11-23T00:53:13.2497124Z [ 9%] Generating experiments/python/convnet_benchmarks.py 2022-11-23T00:53:13.2596888Z [ 9%] Generating experiments/python/device_reduce_sum_bench.py 2022-11-23T00:53:13.2682789Z [ 9%] Generating experiments/python/funhash_op_test.py 2022-11-23T00:53:13.2777029Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-11-23T00:53:13.2793432Z [ 9%] Generating experiments/python/net_construct_bench.py 2022-11-23T00:53:13.2891741Z [ 9%] Generating experiments/python/sparse_funhash_op_test.py 2022-11-23T00:53:13.3049175Z [ 9%] Generating experiments/python/sparse_reshape_op_test.py 2022-11-23T00:53:13.3164448Z [ 9%] Generating experiments/python/tt_contraction_op_test.py 2022-11-23T00:53:13.3336871Z [ 9%] Generating experiments/python/tt_pad_op_test.py 2022-11-23T00:53:13.3480091Z [ 9%] Generating perfkernels/__init__.py 2022-11-23T00:53:13.3618764Z [ 9%] Generating perfkernels/hp_emblookup_codegen.py 2022-11-23T00:53:13.3742000Z [ 9%] Generating proto/__init__.py 2022-11-23T00:53:13.3861289Z [ 9%] Generating proto/gen_proto_typestubs_helper.py 2022-11-23T00:53:13.4052097Z [ 9%] Generating python/__init__.py 2022-11-23T00:53:13.4175185Z [ 9%] Generating python/_import_c_extension.py 2022-11-23T00:53:13.4294012Z [ 9%] Generating python/allcompare_test.py 2022-11-23T00:53:13.4411708Z [ 9%] Generating python/attention.py 2022-11-23T00:53:13.4528856Z [ 9%] Generating python/benchmark_generator.py 2022-11-23T00:53:13.4636428Z [ 9%] Generating python/benchmarks/concat_benchmark.py 2022-11-23T00:53:13.4751663Z [ 9%] Generating python/benchmarks/fused_rowwise_nbit_conversion_bench.py 2022-11-23T00:53:13.4800693Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-11-23T00:53:13.4904247Z [ 9%] Generating python/benchmarks/sparse_lengths_sum_nbit_benchmark.py 2022-11-23T00:53:13.5000320Z [ 9%] Generating python/benchmarks/sparse_normalize_benchmark.py 2022-11-23T00:53:13.5120606Z [ 9%] Generating python/binarysize.py 2022-11-23T00:53:13.5208740Z [ 9%] Generating python/brew.py 2022-11-23T00:53:13.5327745Z [ 9%] Generating python/brew_test.py 2022-11-23T00:53:13.5448753Z [ 9%] Generating python/build.py 2022-11-23T00:53:13.5564628Z [ 9%] Generating python/cached_reader.py 2022-11-23T00:53:13.5689919Z [ 9%] Generating python/caffe_translator.py 2022-11-23T00:53:13.5885386Z [ 9%] Generating python/caffe_translator_test.py 2022-11-23T00:53:13.6029672Z [ 9%] Generating python/checkpoint.py 2022-11-23T00:53:13.6150218Z [ 9%] Generating python/checkpoint_test.py 2022-11-23T00:53:13.6257190Z [ 9%] Generating python/clean_workspace_test.py 2022-11-23T00:53:13.6365294Z [ 9%] Generating python/cnn.py 2022-11-23T00:53:13.6542797Z [ 9%] Generating python/context.py 2022-11-23T00:53:13.6672775Z [ 9%] Generating python/context_test.py 2022-11-23T00:53:13.6762651Z [ 9%] Generating python/control.py 2022-11-23T00:53:13.6922745Z [ 9%] Generating python/control_ops_grad.py 2022-11-23T00:53:13.7037242Z [ 9%] Generating python/control_ops_grad_test.py 2022-11-23T00:53:13.7148162Z [ 9%] Generating python/control_ops_util.py 2022-11-23T00:53:13.7237261Z [ 9%] Generating python/control_test.py 2022-11-23T00:53:13.7309389Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-11-23T00:53:13.7365878Z [ 9%] Generating python/convert.py 2022-11-23T00:53:13.7570177Z [ 9%] Generating python/convert_test.py 2022-11-23T00:53:13.7707624Z [ 9%] Generating python/convnet_benchmarks.py 2022-11-23T00:53:13.7842898Z [ 9%] Generating python/convnet_benchmarks_test.py 2022-11-23T00:53:13.7979753Z [ 9%] Generating python/core.py 2022-11-23T00:53:13.8101997Z [ 9%] Generating python/core_gradients_test.py 2022-11-23T00:53:13.8207549Z [ 9%] Generating python/core_test.py 2022-11-23T00:53:13.8365112Z [ 9%] Generating python/crf.py 2022-11-23T00:53:13.8514526Z [ 9%] Generating python/crf_predict.py 2022-11-23T00:53:13.8648077Z [ 9%] Generating python/crf_viterbi_test.py 2022-11-23T00:53:13.8763751Z [ 9%] Generating python/data_parallel_model.py 2022-11-23T00:53:13.8819423Z [ 9%] Generating python/data_parallel_model_test.py 2022-11-23T00:53:13.8966995Z [ 9%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-11-23T00:53:13.9006475Z [ 9%] Generating python/data_workers.py 2022-11-23T00:53:13.9109930Z [ 9%] Generating python/data_workers_test.py 2022-11-23T00:53:13.9256256Z [ 10%] Generating python/dataio.py 2022-11-23T00:53:13.9379097Z [ 10%] Generating python/dataio_test.py 2022-11-23T00:53:13.9508497Z [ 10%] Generating python/dataset.py 2022-11-23T00:53:13.9610780Z [ 10%] Generating python/db_file_reader.py 2022-11-23T00:53:13.9711642Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-11-23T00:53:13.9712259Z [ 10%] Generating python/db_test.py 2022-11-23T00:53:13.9857601Z [ 10%] Generating python/device_checker.py 2022-11-23T00:53:13.9889352Z [ 10%] Linking C executable ../../bin/mkrename_gnuabi 2022-11-23T00:53:13.9970363Z [ 10%] Generating python/docs/__init__.py 2022-11-23T00:53:14.0166800Z [ 10%] Generating python/docs/formatter.py 2022-11-23T00:53:14.0343202Z [ 10%] Generating python/docs/generator.py 2022-11-23T00:53:14.0444631Z [ 10%] Built target mkrename_gnuabi 2022-11-23T00:53:14.0492560Z [ 10%] Generating python/docs/github.py 2022-11-23T00:53:14.0500958Z [ 10%] Generating python/docs/parser.py 2022-11-23T00:53:14.0602111Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-11-23T00:53:14.0619002Z [ 10%] Generating python/dyndep.py 2022-11-23T00:53:14.0745889Z [ 10%] Generating python/embedding_generation_benchmark.py 2022-11-23T00:53:14.0969768Z [ 10%] Generating python/examples/__init__.py 2022-11-23T00:53:14.1073536Z [ 10%] Generating python/examples/char_rnn.py 2022-11-23T00:53:14.1285128Z [ 10%] Generating python/examples/imagenet_trainer.py 2022-11-23T00:53:14.1445210Z [ 10%] Generating python/examples/lmdb_create_example.py 2022-11-23T00:53:14.1532683Z [ 10%] Generating python/examples/resnet50_trainer.py 2022-11-23T00:53:14.1620124Z [ 10%] Generating python/experiment_util.py 2022-11-23T00:53:14.1790280Z [ 10%] Generating python/extension_loader.py 2022-11-23T00:53:14.1900154Z [ 10%] Generating python/fakefp16_transform_lib.py 2022-11-23T00:53:14.2002522Z [ 10%] Generating python/fakelowp/__init__.py 2022-11-23T00:53:14.2119239Z [ 10%] Generating python/fakelowp/init_shared_libs.py 2022-11-23T00:53:14.2211629Z [ 10%] Generating python/fakelowp/test_utils.py 2022-11-23T00:53:14.2293721Z [ 10%] Generating python/filler_test.py 2022-11-23T00:53:14.2336187Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-11-23T00:53:14.2399522Z [ 10%] Generating python/functional.py 2022-11-23T00:53:14.2534493Z [ 10%] Generating python/functional_test.py 2022-11-23T00:53:14.2739866Z [ 10%] Generating python/fused_8bit_rowwise_conversion_ops_test.py 2022-11-23T00:53:14.2863106Z [ 10%] Generating python/gradient_check_test.py 2022-11-23T00:53:14.2991688Z [ 10%] Generating python/gradient_checker.py 2022-11-23T00:53:14.3130511Z [ 10%] Generating python/gru_cell.py 2022-11-23T00:53:14.3235360Z [ 10%] Generating python/helpers/__init__.py 2022-11-23T00:53:14.3321139Z [ 10%] Generating python/helpers/algebra.py 2022-11-23T00:53:14.3363478Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-11-23T00:53:14.3492453Z [ 10%] Generating python/helpers/arg_scope.py 2022-11-23T00:53:14.3731064Z [ 10%] Generating python/helpers/array_helpers.py 2022-11-23T00:53:14.3903987Z [ 10%] Generating python/helpers/control_ops.py 2022-11-23T00:53:14.4060124Z [ 10%] Generating python/helpers/conv.py 2022-11-23T00:53:14.4163007Z [ 10%] Generating python/helpers/db_input.py 2022-11-23T00:53:14.4254368Z [ 10%] Generating python/helpers/dropout.py 2022-11-23T00:53:14.4337706Z [ 10%] Generating python/helpers/elementwise_linear.py 2022-11-23T00:53:14.4457383Z [ 10%] Generating python/helpers/fc.py 2022-11-23T00:53:14.4503028Z [ 10%] Generating python/helpers/nonlinearity.py 2022-11-23T00:53:14.4583087Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T00:53:14.4643232Z [ 10%] Generating python/helpers/normalization.py 2022-11-23T00:53:14.4756707Z [ 10%] Generating python/helpers/pooling.py 2022-11-23T00:53:14.5015824Z [ 10%] Generating python/helpers/quantization.py 2022-11-23T00:53:14.5173047Z [ 10%] Generating python/helpers/tools.py 2022-11-23T00:53:14.5385372Z [ 10%] Generating python/helpers/train.py 2022-11-23T00:53:14.5497316Z [ 10%] Generating python/hip_test_util.py 2022-11-23T00:53:14.5613237Z [ 10%] Generating python/hsm_util.py 2022-11-23T00:53:14.5725106Z [ 10%] Generating python/hypothesis_test.py 2022-11-23T00:53:14.5732127Z [ 10%] Generating python/hypothesis_test_util.py 2022-11-23T00:53:14.5843103Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T00:53:14.5896515Z [ 10%] Generating python/ideep/LRN_op_test.py 2022-11-23T00:53:14.6006276Z [ 10%] Generating python/ideep/__init__.py 2022-11-23T00:53:14.6261319Z [ 10%] Generating python/ideep/adam_op_test.py 2022-11-23T00:53:14.6458053Z [ 10%] Generating python/ideep/blobs_queue_db_test.py 2022-11-23T00:53:14.6563305Z [ 10%] Generating python/ideep/channel_shuffle_op_test.py 2022-11-23T00:53:14.6648419Z [ 10%] Generating python/ideep/concat_split_op_test.py 2022-11-23T00:53:14.6765607Z [ 10%] Generating python/ideep/conv_op_test.py 2022-11-23T00:53:14.6851887Z [ 10%] Generating python/ideep/conv_transpose_test.py 2022-11-23T00:53:14.6892411Z [ 10%] Generating python/ideep/convfusion_op_test.py 2022-11-23T00:53:14.6964706Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-11-23T00:53:14.7066939Z [ 10%] Generating python/ideep/copy_op_test.py 2022-11-23T00:53:14.7206391Z [ 10%] Generating python/ideep/dropout_op_test.py 2022-11-23T00:53:14.7457866Z [ 10%] Generating python/ideep/elementwise_sum_op_test.py 2022-11-23T00:53:14.7649605Z [ 10%] Generating python/ideep/expanddims_squeeze_op_test.py 2022-11-23T00:53:14.7908241Z [ 10%] Generating python/ideep/fc_op_test.py 2022-11-23T00:53:14.8058821Z [ 10%] Generating python/ideep/leaky_relu_op_test.py 2022-11-23T00:53:14.8208207Z [ 10%] Generating python/ideep/moment_sgd_op_test.py 2022-11-23T00:53:14.8241902Z [ 10%] Generating python/ideep/operator_fallback_op_test.py 2022-11-23T00:53:14.8370061Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-11-23T00:53:14.8446408Z [ 10%] Generating python/ideep/order_switch_op_test.py 2022-11-23T00:53:14.8605832Z [ 10%] Generating python/ideep/pool_op_test.py 2022-11-23T00:53:14.8852051Z [ 10%] Generating python/ideep/pre_convert_test.py 2022-11-23T00:53:14.8979056Z [ 10%] Generating python/ideep/relu_op_test.py 2022-11-23T00:53:14.9141120Z [ 10%] Generating python/ideep/reshape_op_test.py 2022-11-23T00:53:14.9326860Z [ 10%] Generating python/ideep/shape_op_test.py 2022-11-23T00:53:14.9440276Z [ 10%] Generating python/ideep/sigmoid_op_test.py 2022-11-23T00:53:14.9544221Z [ 10%] Generating python/ideep/softmax_op_test.py 2022-11-23T00:53:14.9651499Z [ 10%] Generating python/ideep/spatial_bn_op_test.py 2022-11-23T00:53:14.9663958Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-11-23T00:53:14.9795872Z [ 10%] Generating python/ideep/test_ideep_net.py 2022-11-23T00:53:15.0040971Z [ 10%] Generating python/ideep/transform_ideep_net.py 2022-11-23T00:53:15.0188456Z [ 11%] Generating python/ideep/transpose_op_test.py 2022-11-23T00:53:15.0319583Z [ 11%] Generating python/ideep/weightedsum_op_test.py 2022-11-23T00:53:15.0503660Z [ 11%] Generating python/ideep_test_util.py 2022-11-23T00:53:15.0610640Z [ 11%] Generating python/layer_model_helper.py 2022-11-23T00:53:15.0699700Z [ 11%] Generating python/layer_model_instantiator.py 2022-11-23T00:53:15.0810361Z [ 11%] Generating python/layer_parameter_sharing_test.py 2022-11-23T00:53:15.0963849Z [ 11%] Generating python/layer_test_util.py 2022-11-23T00:53:15.1002587Z [ 11%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-11-23T00:53:15.1106872Z [ 11%] Generating python/layers/__init__.py 2022-11-23T00:53:15.1284372Z [ 11%] Generating python/layers/adaptive_weight.py 2022-11-23T00:53:15.1454456Z [ 11%] Generating python/layers/add_bias.py 2022-11-23T00:53:15.1626236Z [ 11%] Generating python/layers/arc_cosine_feature_map.py 2022-11-23T00:53:15.1709586Z [ 11%] Generating python/layers/batch_huber_loss.py 2022-11-23T00:53:15.1797901Z [ 11%] Generating python/layers/batch_lr_loss.py 2022-11-23T00:53:15.1802885Z [ 11%] Linking C executable ../../bin/mkmasked_gnuabi 2022-11-23T00:53:15.1854286Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-11-23T00:53:15.1918168Z [ 11%] Generating python/layers/batch_mse_loss.py 2022-11-23T00:53:15.2036044Z [ 11%] Generating python/layers/batch_normalization.py 2022-11-23T00:53:15.2159992Z [ 11%] Generating python/layers/batch_sigmoid_cross_entropy_loss.py 2022-11-23T00:53:15.2250542Z [ 11%] Built target mkmasked_gnuabi 2022-11-23T00:53:15.2297796Z [ 11%] Generating python/layers/batch_softmax_loss.py 2022-11-23T00:53:15.2306878Z [ 11%] Generating python/layers/blob_weighted_sum.py 2022-11-23T00:53:15.2418903Z [ 11%] Generating python/layers/bpr_loss.py 2022-11-23T00:53:15.2525934Z [ 11%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-11-23T00:53:15.2527133Z [ 11%] Generating python/layers/bucket_weighted.py 2022-11-23T00:53:15.2699884Z [ 11%] Generating python/layers/build_index.py 2022-11-23T00:53:15.2814794Z [ 11%] Generating python/layers/concat.py 2022-11-23T00:53:15.3016257Z [ 11%] Generating python/layers/constant_weight.py 2022-11-23T00:53:15.3159787Z [ 11%] Generating python/layers/conv.py 2022-11-23T00:53:15.3276760Z [ 11%] Generating python/layers/dropout.py 2022-11-23T00:53:15.3394445Z [ 11%] Generating python/layers/fc.py 2022-11-23T00:53:15.3495684Z [ 11%] Built target arraymap 2022-11-23T00:53:15.3514717Z [ 11%] Generating python/layers/fc_with_bootstrap.py 2022-11-23T00:53:15.3617178Z [ 11%] Generating python/layers/fc_without_bias.py 2022-11-23T00:53:15.3634115Z [ 11%] Generating python/layers/feature_sparse_to_dense.py 2022-11-23T00:53:15.3737054Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-11-23T00:53:15.3760251Z [ 11%] Generating python/layers/functional.py 2022-11-23T00:53:15.3880573Z [ 11%] Generating python/layers/gather_record.py 2022-11-23T00:53:15.4023288Z [ 11%] Generating python/layers/homotopy_weight.py 2022-11-23T00:53:15.4181150Z [ 11%] Generating python/layers/label_smooth.py 2022-11-23T00:53:15.4263907Z [ 11%] Generating python/layers/last_n_window_collector.py 2022-11-23T00:53:15.4308074Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-11-23T00:53:15.4416750Z [ 11%] Generating python/layers/layer_normalization.py 2022-11-23T00:53:15.4550004Z [ 11%] Generating python/layers/layers.py 2022-11-23T00:53:15.4678297Z [ 11%] Generating python/layers/margin_rank_loss.py 2022-11-23T00:53:15.4822724Z [ 11%] Generating python/layers/merge_id_lists.py 2022-11-23T00:53:15.4961063Z [ 11%] Generating python/layers/pairwise_similarity.py 2022-11-23T00:53:15.5078976Z [ 11%] Generating python/layers/position_weighted.py 2022-11-23T00:53:15.5196827Z [ 11%] Generating python/layers/random_fourier_features.py 2022-11-23T00:53:15.5313380Z [ 11%] Generating python/layers/reservoir_sampling.py 2022-11-23T00:53:15.5426902Z [ 11%] Generating python/layers/sampling_train.py 2022-11-23T00:53:15.5541280Z [ 11%] Generating python/layers/sampling_trainable_mixin.py 2022-11-23T00:53:15.5650873Z [ 11%] Generating python/layers/select_record_by_context.py 2022-11-23T00:53:15.5763911Z [ 11%] Generating python/layers/semi_random_features.py 2022-11-23T00:53:15.5867300Z [ 11%] Generating python/layers/sparse_dropout_with_replacement.py 2022-11-23T00:53:15.5904021Z [ 11%] Generating python/layers/sparse_feature_hash.py 2022-11-23T00:53:15.5987575Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-11-23T00:53:15.6051336Z [ 11%] Generating python/layers/sparse_itemwise_dropout_with_replacement.py 2022-11-23T00:53:15.6217397Z [ 11%] Generating python/layers/sparse_lookup.py 2022-11-23T00:53:15.6538844Z [ 11%] Generating python/layers/split.py 2022-11-23T00:53:15.6698288Z [ 11%] Generating python/layers/tags.py 2022-11-23T00:53:15.6878466Z [ 11%] Generating python/layers/uniform_sampling.py 2022-11-23T00:53:15.6993703Z [ 11%] Generating python/layers_test.py 2022-11-23T00:53:15.7112946Z [ 11%] Generating python/lazy.py 2022-11-23T00:53:15.7227682Z [ 11%] Generating python/lazy_dyndep.py 2022-11-23T00:53:15.7256625Z [ 11%] Generating python/lazy_dyndep_test.py 2022-11-23T00:53:15.7381152Z [ 11%] Generating python/lengths_reducer_fused_8bit_rowwise_ops_test.py 2022-11-23T00:53:15.7392956Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-11-23T00:53:15.7507509Z [ 11%] Generating python/lengths_reducer_rowwise_8bit_ops_test.py 2022-11-23T00:53:15.7809022Z [ 11%] Generating python/lstm_benchmark.py 2022-11-23T00:53:15.8006407Z [ 11%] Generating python/memonger.py 2022-11-23T00:53:15.8161338Z [ 11%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-11-23T00:53:15.8168965Z [ 11%] Generating python/memonger_test.py 2022-11-23T00:53:15.8313267Z [ 11%] Generating python/mint/__init__.py 2022-11-23T00:53:15.8448924Z [ 11%] Generating python/mint/app.py 2022-11-23T00:53:15.8638508Z [ 11%] Generating python/mkl/__init__.py 2022-11-23T00:53:15.8776360Z [ 11%] Generating python/mkl/mkl_LRN_op_test.py 2022-11-23T00:53:15.8889936Z [ 11%] Linking C executable ../../bin/addSuffix 2022-11-23T00:53:15.8943203Z [ 11%] Generating python/mkl/mkl_LRN_speed_test.py 2022-11-23T00:53:15.9055991Z [ 11%] Generating python/mkl/mkl_concat_op_test.py 2022-11-23T00:53:15.9181386Z [ 11%] Generating python/mkl/mkl_conv_op_test.py 2022-11-23T00:53:15.9337897Z [ 11%] Generating python/mkl/mkl_copy_op_test.py 2022-11-23T00:53:15.9445933Z [ 11%] Built target addSuffix 2022-11-23T00:53:15.9495685Z [ 11%] Generating python/mkl/mkl_elementwise_add_op_test.py 2022-11-23T00:53:15.9506041Z [ 11%] Generating python/mkl/mkl_elementwise_sum_op_test.py 2022-11-23T00:53:15.9626085Z [ 11%] Generating python/mkl/mkl_fc_op_test.py 2022-11-23T00:53:15.9754036Z [ 11%] Generating python/mkl/mkl_fc_speed_test.py 2022-11-23T00:53:15.9791910Z [ 11%] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/testing/_internal/generated/annotated_fn_args.py 2022-11-23T00:53:15.9864287Z [ 11%] Generating python/mkl/mkl_fill_op_test.py 2022-11-23T00:53:15.9949488Z [ 11%] Generating python/mkl/mkl_pool_op_test.py 2022-11-23T00:53:16.0061331Z [ 11%] Generating python/mkl/mkl_pool_speed_test.py 2022-11-23T00:53:16.0146611Z [ 11%] Generating python/mkl/mkl_relu_op_test.py 2022-11-23T00:53:16.0245598Z [ 11%] Generating python/mkl/mkl_sbn_op_test.py 2022-11-23T00:53:16.0285423Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-11-23T00:53:16.0353142Z [ 12%] Generating python/mkl/mkl_sbn_speed_test.py 2022-11-23T00:53:16.0524488Z [ 12%] Generating python/mkl/mkl_sigmoid_op_test.py 2022-11-23T00:53:16.0661704Z [ 12%] Generating python/mkl/mkl_speed_test.py 2022-11-23T00:53:16.0799185Z [ 12%] Generating python/mkl/mkl_squeeze_op_test.py 2022-11-23T00:53:16.0941236Z [ 12%] Generating python/mkl/rewrite_graph.py 2022-11-23T00:53:16.1070947Z [ 12%] Generating python/mkl/rewrite_graph_test.py 2022-11-23T00:53:16.1172655Z [ 12%] Generating python/mkl_test_util.py 2022-11-23T00:53:16.1272384Z [ 12%] Generating python/model_device_test.py 2022-11-23T00:53:16.1422670Z [ 12%] Generating python/model_helper.py 2022-11-23T00:53:16.1536565Z [ 12%] Generating python/model_helper_test.py 2022-11-23T00:53:16.1635411Z [ 12%] Generating python/modeling/__init__.py 2022-11-23T00:53:16.1734170Z [ 12%] Generating python/modeling/compute_histogram_for_blobs.py 2022-11-23T00:53:16.1822541Z [ 12%] Generating python/modeling/compute_histogram_for_blobs_test.py 2022-11-23T00:53:16.2007353Z [ 12%] Generating python/modeling/compute_norm_for_blobs.py 2022-11-23T00:53:16.2094924Z [ 12%] Generating python/modeling/compute_norm_for_blobs_test.py 2022-11-23T00:53:16.2192810Z [ 12%] Generating python/modeling/compute_statistics_for_blobs.py 2022-11-23T00:53:16.2300975Z [ 12%] Generating python/modeling/compute_statistics_for_blobs_test.py 2022-11-23T00:53:16.2406871Z [ 12%] Generating python/modeling/get_entry_from_blobs.py 2022-11-23T00:53:16.2512731Z [ 12%] Generating python/modeling/get_entry_from_blobs_test.py 2022-11-23T00:53:16.2595255Z [ 12%] Generating python/modeling/gradient_clipping.py 2022-11-23T00:53:16.2689543Z [ 12%] Generating python/modeling/gradient_clipping_test.py 2022-11-23T00:53:16.2784763Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-11-23T00:53:16.2798155Z [ 12%] Generating python/modeling/initializers.py 2022-11-23T00:53:16.2896309Z [ 12%] Generating python/modeling/initializers_test.py 2022-11-23T00:53:16.3007252Z [ 12%] Generating python/modeling/net_modifier.py 2022-11-23T00:53:16.3167306Z [ 12%] Generating python/modeling/parameter_info.py 2022-11-23T00:53:16.3200074Z Skipping rename Because of Arg: c10::optional (at::DimnameList) 2022-11-23T00:53:16.3200657Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3201156Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3206349Z Skipping refine_names Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3207206Z Skipping _cudnn_rnn_backward Because of Arg: ::std::array (::std::array) 2022-11-23T00:53:16.3207898Z Skipping _cudnn_init_dropout_state because it is a factory method 2022-11-23T00:53:16.3208474Z Skipping _fused_dropout Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.3209050Z Skipping native_dropout Because of Arg: c10::optional (bool) 2022-11-23T00:53:16.3209640Z Skipping _sobol_engine_draw Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.3210522Z Skipping chalf Because of Arg: c10::optional (at::MemoryFormat) 2022-11-23T00:53:16.3238114Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3238399Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3244155Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3245523Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3246619Z Skipping arange because it is a factory method 2022-11-23T00:53:16.3254078Z Skipping argmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3254617Z Skipping argmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3258784Z Skipping argmin Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3259239Z Skipping argmin Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3262825Z Skipping as_strided Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3270950Z Skipping bartlett_window because it is a factory method 2022-11-23T00:53:16.3273417Z Skipping bernoulli Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.3277236Z Skipping bernoulli Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.3290940Z Skipping blackman_window because it is a factory method 2022-11-23T00:53:16.3294639Z Skipping cat Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3297533Z Skipping concat Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3298422Z Skipping concatenate Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3304340Z Skipping clamp Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.3305023Z Skipping clamp Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.3316282Z Skipping clip Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.3316883Z Skipping clip Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.3327033Z Skipping contiguous Because of Arg: at::MemoryFormat (at::MemoryFormat) 2022-11-23T00:53:16.3327691Z Skipping convolution_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3328304Z Skipping _convolution_mode Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3332908Z [ 12%] Generating python/modeling/parameter_sharing.py 2022-11-23T00:53:16.3352359Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3352911Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3353421Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3359374Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3360090Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3360747Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3366293Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3366831Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3367500Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3395124Z Skipping count_nonzero Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3399876Z Skipping cudnn_convolution_add_relu Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.3400448Z Skipping cummax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3400932Z Skipping cummin Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3402376Z Skipping cumprod Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.3404805Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3405325Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3408250Z Skipping cumsum Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.3411097Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3411617Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3436567Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3437079Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3448926Z Skipping gradient Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.3458937Z Skipping gradient Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.3459510Z Skipping gradient Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.3460106Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.3460670Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.3461218Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.3461799Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.3462398Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.3462959Z Skipping gradient Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3463498Z Skipping gradient Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3463876Z Skipping div Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.3464255Z Skipping div Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.3464569Z Skipping divide Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.3464879Z Skipping divide Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.3465177Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3465449Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3475444Z Skipping _rowwise_prune Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.3481936Z Skipping embedding_bag Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3499403Z Skipping empty because it is a factory method 2022-11-23T00:53:16.3502778Z Skipping new_empty because it is a factory method 2022-11-23T00:53:16.3505047Z Skipping new_empty_strided because it is a factory method 2022-11-23T00:53:16.3505752Z Skipping new_full because it is a factory method 2022-11-23T00:53:16.3506961Z Skipping new_zeros because it is a factory method 2022-11-23T00:53:16.3508051Z Skipping new_ones because it is a factory method 2022-11-23T00:53:16.3512482Z Skipping _empty_affine_quantized because it is a factory method 2022-11-23T00:53:16.3516246Z Skipping _empty_per_channel_affine_quantized because it is a factory method 2022-11-23T00:53:16.3519493Z Skipping empty_quantized because it is a factory method 2022-11-23T00:53:16.3522749Z Skipping empty_like because it is a factory method 2022-11-23T00:53:16.3524506Z Skipping empty_strided because it is a factory method 2022-11-23T00:53:16.3526769Z Skipping eye because it is a factory method 2022-11-23T00:53:16.3533394Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3533937Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3534441Z Skipping flatten Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3537249Z Skipping unflatten Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3537713Z Skipping full because it is a factory method 2022-11-23T00:53:16.3538151Z Skipping full_like because it is a factory method 2022-11-23T00:53:16.3540120Z Skipping from_file because it is a factory method 2022-11-23T00:53:16.3542376Z Skipping hann_window because it is a factory method 2022-11-23T00:53:16.3544761Z Skipping hamming_window because it is a factory method 2022-11-23T00:53:16.3548421Z Skipping kaiser_window because it is a factory method 2022-11-23T00:53:16.3556777Z Skipping index_copy Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3579856Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3580397Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3589924Z Skipping nan_to_num Because of Arg: c10::optional (double) 2022-11-23T00:53:16.3590238Z Skipping nan_to_num Because of Arg: c10::optional (double) 2022-11-23T00:53:16.3590516Z Skipping nan_to_num Because of Arg: c10::optional (double) 2022-11-23T00:53:16.3596305Z Skipping fbgemm_linear_quantize_weight Because of Ret: double (double) 2022-11-23T00:53:16.3597899Z Skipping linspace because it is a factory method 2022-11-23T00:53:16.3601236Z Skipping logspace because it is a factory method 2022-11-23T00:53:16.3603336Z Skipping log_softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.3605151Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3606315Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3607524Z Skipping _log_softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.3608126Z Skipping logcumsumexp Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3609539Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3610111Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3614841Z Skipping aminmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3615182Z Skipping aminmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3622276Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3622786Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3679889Z Skipping mean Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.3685107Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3685693Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3686422Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3687348Z [ 12%] Generating python/modeling/parameter_sharing_test.py 2022-11-23T00:53:16.3689890Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3690592Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3691118Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3696553Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3697171Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3697772Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3702837Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3703474Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3707825Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3708406Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3712513Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3712969Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3718422Z Skipping miopen_convolution_add_relu Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.3719211Z Skipping miopen_rnn_backward Because of Arg: ::std::array (::std::array) 2022-11-23T00:53:16.3724221Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3724790Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3731235Z Skipping ones because it is a factory method 2022-11-23T00:53:16.3772484Z Skipping ones_like because it is a factory method 2022-11-23T00:53:16.3773080Z Skipping cdist Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3773605Z Skipping _cdist_forward Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3774139Z Skipping is_pinned Because of Arg: c10::optional (at::Device) 2022-11-23T00:53:16.3774659Z Skipping pin_memory Because of Arg: c10::optional (at::Device) 2022-11-23T00:53:16.3775128Z Skipping _pin_memory Because of Arg: c10::optional (at::Device) 2022-11-23T00:53:16.3775711Z Skipping scalar_tensor because it is a factory method 2022-11-23T00:53:16.3776158Z Skipping rand because it is a factory method 2022-11-23T00:53:16.3776412Z Skipping rand_like because it is a factory method 2022-11-23T00:53:16.3776648Z Skipping randint because it is a factory method 2022-11-23T00:53:16.3776900Z Skipping randint_like because it is a factory method 2022-11-23T00:53:16.3777147Z Skipping randn because it is a factory method 2022-11-23T00:53:16.3777441Z Skipping randn_like because it is a factory method 2022-11-23T00:53:16.3778011Z Skipping randperm because it is a factory method 2022-11-23T00:53:16.3779035Z Skipping range because it is a factory method 2022-11-23T00:53:16.3779634Z Skipping repeat_interleave Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3780175Z Skipping repeat_interleave Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3780674Z Skipping repeat_interleave Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3781527Z Skipping repeat_interleave Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3781975Z Skipping repeat_interleave Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3787401Z Skipping rrelu Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.3793302Z Skipping gelu Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3795468Z Skipping gelu_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.3797680Z Skipping select Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3800681Z Skipping logit Because of Arg: c10::optional (double) 2022-11-23T00:53:16.3802906Z Skipping size Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3807543Z Skipping slice Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3809227Z Skipping slice Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3809763Z Skipping slice Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3813140Z Skipping slice_scatter Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3813658Z Skipping slice_scatter Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3814125Z Skipping slice_scatter Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3817270Z Skipping as_strided_scatter Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3818599Z Skipping softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.3820302Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3820942Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3821510Z Skipping _softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.3824738Z Skipping squeeze Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3838484Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3838999Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3839506Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3839821Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3840088Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3840351Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3851167Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3851662Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3852174Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3852664Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3853085Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3853347Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3853606Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3853859Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3864246Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3864999Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3865903Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3866521Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3867098Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3867586Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3868151Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3868841Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3869412Z Skipping stride Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3870074Z Skipping sum Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.3870661Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3872945Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3873503Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3874434Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3875459Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3875944Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3927327Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3927961Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3928709Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3929274Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3929831Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3930547Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3931188Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3931694Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3932215Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3932664Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3932973Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3933457Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3934024Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3934371Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3934688Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3934992Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3935420Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3935847Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3936817Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3937345Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3937766Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3938241Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3938727Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3939049Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3939312Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3939608Z Skipping prod Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.3940034Z Skipping prod Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.3940507Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3941457Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3941756Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3942284Z Skipping transpose Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.3943138Z Skipping _nested_tensor_offsets Because of Ret: ::std::vector (at::IntArrayRef) 2022-11-23T00:53:16.3946751Z Skipping unique_consecutive Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3953897Z Skipping vander Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3954413Z Skipping vander Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.3958738Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3959477Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3959960Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3961245Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3961837Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3964046Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3964732Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3965231Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3968398Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3968913Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3981725Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3982365Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3982919Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3983503Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3984080Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.3988883Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3989437Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.3989989Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.4006213Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.4018949Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:53:16.4022953Z Skipping zeros because it is a factory method 2022-11-23T00:53:16.4023583Z Skipping _efficientzerotensor because it is a factory method 2022-11-23T00:53:16.4024185Z Skipping zeros_like because it is a factory method 2022-11-23T00:53:16.4024865Z Skipping _standard_gamma Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.4025610Z Skipping _sample_dirichlet Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.4026345Z Skipping poisson Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.4027032Z Skipping binomial Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.4027769Z Skipping native_norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4028585Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4029087Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4029812Z Skipping _sparse_csr_sum Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.4033747Z Skipping _sparse_csr_prod Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.4034369Z Skipping _sparse_softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.4034912Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4035433Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4036012Z Skipping _sparse_log_softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.4036574Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4037103Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4037637Z Skipping _spdiags Because of Arg: c10::optional (at::Layout) 2022-11-23T00:53:16.4038194Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4038754Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4039459Z [ 12%] Generating python/models/__init__.py 2022-11-23T00:53:16.4039982Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4040524Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4041093Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4041667Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4042402Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4042971Z Skipping clone Because of Arg: c10::optional (at::MemoryFormat) 2022-11-23T00:53:16.4073564Z Skipping sparse_compressed_tensor because it is a factory method 2022-11-23T00:53:16.4076494Z Skipping sparse_csr_tensor because it is a factory method 2022-11-23T00:53:16.4080220Z Skipping sparse_csc_tensor because it is a factory method 2022-11-23T00:53:16.4080697Z Skipping sparse_bsr_tensor because it is a factory method 2022-11-23T00:53:16.4081161Z Skipping sparse_bsc_tensor because it is a factory method 2022-11-23T00:53:16.4086465Z Skipping _sparse_compressed_tensor_unsafe because it is a factory method 2022-11-23T00:53:16.4089459Z Skipping _sparse_csr_tensor_unsafe because it is a factory method 2022-11-23T00:53:16.4090110Z Skipping _sparse_csc_tensor_unsafe because it is a factory method 2022-11-23T00:53:16.4090639Z Skipping _sparse_bsr_tensor_unsafe because it is a factory method 2022-11-23T00:53:16.4091161Z Skipping _sparse_bsc_tensor_unsafe because it is a factory method 2022-11-23T00:53:16.4091668Z Skipping sparse_coo_tensor because it is a factory method 2022-11-23T00:53:16.4092173Z Skipping _sparse_coo_tensor_unsafe because it is a factory method 2022-11-23T00:53:16.4092703Z Skipping _sparse_coo_tensor_with_dims because it is a factory method 2022-11-23T00:53:16.4093242Z Skipping _sparse_coo_tensor_with_dims_and_tensors because it is a factory method 2022-11-23T00:53:16.4093838Z Skipping to_dense Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.4094417Z Skipping _to_dense Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.4094931Z Skipping unbind Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4095479Z Skipping to_mkldnn Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.4100731Z Skipping quantize_per_tensor_dynamic Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4101534Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4102290Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4102627Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4104762Z Skipping quantize_per_channel Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4105464Z Skipping q_scale Because of Ret: double (double) 2022-11-23T00:53:16.4106052Z Skipping qscheme Because of Ret: at::QScheme (at::QScheme) 2022-11-23T00:53:16.4117699Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2022-11-23T00:53:16.4119102Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2022-11-23T00:53:16.4120208Z Skipping _autocast_to_reduced_precision Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4123142Z Skipping _to_copy because it is a factory method 2022-11-23T00:53:16.4129290Z Skipping to because it is a factory method 2022-11-23T00:53:16.4166902Z Skipping meshgrid Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4167842Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4168374Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4168944Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4169254Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4173443Z Skipping can_cast Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4174977Z Skipping promote_types Because of Ret: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4175627Z Skipping _masked_softmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4176191Z Skipping _masked_softmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4176922Z Skipping _masked_softmax_backward Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4177471Z Skipping view Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.4178079Z [ 12%] Generating python/models/__sym_init__.py 2022-11-23T00:53:16.4178337Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4178609Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4178906Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4179203Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4179587Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4179861Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4180142Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4180482Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4180760Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4181030Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4181303Z Skipping scatter_add Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4181584Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4181884Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4200369Z Skipping cross Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4205186Z Skipping tril_indices because it is a factory method 2022-11-23T00:53:16.4208342Z Skipping triu_indices because it is a factory method 2022-11-23T00:53:16.4212519Z Skipping take_along_dim Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4213257Z Skipping index_select Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4217430Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4217960Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4240699Z Skipping linalg_vander Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4268948Z Skipping multinomial Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.4288837Z Skipping histogram Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4289484Z Skipping histogram Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4290117Z Skipping histogram Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4293364Z Skipping _histogramdd_bin_edges Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4294044Z Skipping _histogramdd_bin_edges Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4294757Z Skipping _histogramdd_bin_edges Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4298012Z Skipping _histogramdd_from_bin_cts Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4298706Z Skipping _histogramdd_from_bin_cts Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4299378Z Skipping _histogramdd_from_bin_cts Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4304267Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4304957Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4305614Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4307632Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4308631Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4309282Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4311739Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4313018Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4313668Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.4317023Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4317571Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4318091Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4323035Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4323707Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4324119Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4331113Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4331670Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4332222Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4339653Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4340228Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4340750Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4351582Z Skipping sort Because of Arg: c10::optional (bool) 2022-11-23T00:53:16.4352068Z Skipping sort Because of Arg: c10::optional (bool) 2022-11-23T00:53:16.4352553Z Skipping sort Because of Arg: c10::optional (bool) 2022-11-23T00:53:16.4355360Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4356294Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4356726Z Skipping sort Because of Arg: c10::optional (bool) 2022-11-23T00:53:16.4356982Z Skipping sort Because of Arg: c10::optional (bool) 2022-11-23T00:53:16.4361977Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4362472Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:53:16.4374256Z Skipping normal_functional Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.4388042Z Skipping normal because it is a factory method 2022-11-23T00:53:16.4388801Z Skipping _foreach_add Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.4389409Z Skipping _foreach_sub Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.4390013Z Skipping _foreach_div Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.4390634Z Skipping _foreach_mul Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.4420262Z Skipping _foreach_addcdiv Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.4420899Z Skipping _foreach_addcmul Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:53:16.4421495Z Skipping searchsorted Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.4422109Z Skipping searchsorted Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.4422719Z Skipping searchsorted Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.4423324Z Skipping searchsorted Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.4424094Z [ 12%] Generating python/models/download.py 2022-11-23T00:53:16.4482137Z Skipping rrelu_with_noise Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.4507529Z Skipping avg_pool2d Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4508194Z Skipping avg_pool2d_backward Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4522079Z Skipping avg_pool3d Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4522668Z Skipping avg_pool3d_backward Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4543646Z Skipping _pad_enum Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4546080Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4547244Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4548275Z Skipping upsample_linear1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4549199Z Skipping upsample_bilinear2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4549823Z Skipping _upsample_bilinear2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4550472Z Skipping upsample_trilinear3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4551110Z Skipping upsample_bicubic2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4551737Z Skipping _upsample_bicubic2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4552581Z Skipping upsample_nearest1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4554235Z Skipping _upsample_nearest_exact1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4554882Z Skipping upsample_nearest2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4555524Z Skipping _upsample_nearest_exact2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4556184Z Skipping upsample_nearest3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4556848Z Skipping _upsample_nearest_exact3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4557444Z Skipping upsample_linear1d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4558045Z Skipping upsample_linear1d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4561811Z Skipping upsample_bilinear2d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4562404Z Skipping upsample_bilinear2d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4567260Z Skipping upsample_bilinear2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4567740Z Skipping upsample_bilinear2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4572050Z Skipping _upsample_bilinear2d_aa Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4572669Z Skipping _upsample_bilinear2d_aa Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4577435Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4578119Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4581337Z Skipping upsample_bicubic2d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4581913Z Skipping upsample_bicubic2d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4586691Z Skipping upsample_bicubic2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4587946Z Skipping upsample_bicubic2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4592761Z Skipping _upsample_bicubic2d_aa Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4593298Z Skipping _upsample_bicubic2d_aa Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4597765Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4598585Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4604825Z Skipping upsample_trilinear3d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4605638Z Skipping upsample_trilinear3d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4606423Z Skipping upsample_trilinear3d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4613483Z Skipping upsample_trilinear3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4613974Z Skipping upsample_trilinear3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4614317Z Skipping upsample_trilinear3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4618962Z Skipping upsample_nearest1d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4619630Z [ 12%] Generating python/models/imagenet_trainer_test_utils.py 2022-11-23T00:53:16.4620109Z Skipping _upsample_nearest_exact1d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4622656Z Skipping upsample_nearest1d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4624178Z Skipping _upsample_nearest_exact1d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4629269Z Skipping upsample_nearest2d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4630243Z Skipping upsample_nearest2d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4631283Z Skipping _upsample_nearest_exact2d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4631674Z Skipping _upsample_nearest_exact2d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4638127Z Skipping upsample_nearest2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4638480Z Skipping upsample_nearest2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4640655Z Skipping _upsample_nearest_exact2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4641292Z Skipping _upsample_nearest_exact2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4652057Z Skipping upsample_nearest3d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4652640Z Skipping upsample_nearest3d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4654379Z Skipping upsample_nearest3d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4655980Z Skipping _upsample_nearest_exact3d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4656596Z Skipping _upsample_nearest_exact3d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4657314Z Skipping _upsample_nearest_exact3d Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4666470Z Skipping upsample_nearest3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4667114Z Skipping upsample_nearest3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4667566Z Skipping upsample_nearest3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4671990Z Skipping _upsample_nearest_exact3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4672855Z Skipping _upsample_nearest_exact3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4673803Z Skipping _upsample_nearest_exact3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4674537Z Skipping logit_backward Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4731593Z Skipping special_logit Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4737186Z Skipping special_log_softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.4738164Z Skipping special_softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.4741092Z Skipping fft_fft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4741959Z Skipping fft_fft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4742481Z Skipping fft_fft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4749649Z Skipping fft_ifft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4750181Z Skipping fft_ifft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4750661Z Skipping fft_ifft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4755969Z Skipping fft_rfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4756480Z Skipping fft_rfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4756966Z Skipping fft_rfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4760480Z Skipping fft_irfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4762577Z Skipping fft_irfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4763084Z Skipping fft_irfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4767707Z Skipping fft_hfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4768177Z Skipping fft_hfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4768666Z Skipping fft_hfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4777974Z Skipping fft_ihfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4778819Z Skipping fft_ihfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4779565Z Skipping fft_ihfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.4781902Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4782583Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4783243Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4786416Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4787038Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4787626Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4793065Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4793840Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4794447Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4801397Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4801766Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4802095Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4807511Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4807847Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4808179Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4812463Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4812807Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4813121Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4817492Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4818096Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4818415Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4823943Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4824407Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4824738Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4829873Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4830217Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4830540Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4835057Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4835676Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4836295Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4842202Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4842978Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4843585Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4850306Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4851089Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4851852Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4856199Z Skipping fft_fftfreq because it is a factory method 2022-11-23T00:53:16.4859540Z Skipping fft_rfftfreq because it is a factory method 2022-11-23T00:53:16.4861362Z Skipping fft_fftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4862204Z Skipping fft_ifftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4890809Z Skipping linalg_lstsq Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4891381Z Skipping linalg_lstsq Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4923188Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4923770Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4924320Z Skipping linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4924857Z Skipping linalg_eigvalsh Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4925448Z Skipping linalg_norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4926367Z Skipping linalg_norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4926949Z Skipping linalg_norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4927538Z Skipping linalg_norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4928117Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4928660Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4929166Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4929689Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4930241Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4930851Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4931441Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.4934577Z [ 12%] Generating python/models/resnet.py 2022-11-23T00:53:16.4935133Z Skipping linalg_matrix_norm Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.4944409Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4948046Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4948825Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4949414Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4988997Z Skipping _linalg_svd Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.4989856Z Skipping linalg_svd Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.4990838Z Skipping linalg_svdvals Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:53:16.4991590Z Skipping linalg_cond Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:53:16.4993465Z Skipping linalg_cond Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.4994015Z Skipping linalg_pinv Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4997098Z Skipping linalg_pinv Because of Arg: c10::optional (double) 2022-11-23T00:53:16.4999372Z Skipping linalg_pinv Because of Arg: c10::optional (double) 2022-11-23T00:53:16.5001060Z Skipping linalg_tensorsolve Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.5002664Z Skipping linalg_qr Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5046866Z Skipping linalg_matrix_rank Because of Arg: c10::optional (double) 2022-11-23T00:53:16.5048418Z Skipping linalg_matrix_rank Because of Arg: c10::optional (double) 2022-11-23T00:53:16.5050068Z Skipping linalg_matrix_rank Because of Arg: c10::optional (double) 2022-11-23T00:53:16.5052811Z Skipping nested_to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.5053932Z Skipping _test_optional_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.5055482Z Skipping _test_optional_filled_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.5057011Z Skipping _test_optional_floatlist Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:53:16.5059612Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5060280Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5061789Z Skipping _test_ambiguous_defaults Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5064406Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5065014Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5065632Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5066186Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5066712Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5067234Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5067716Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5068333Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5068931Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5069526Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5070098Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5070425Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:53:16.5070775Z Skipping _nested_tensor_from_tensor_list Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.5071135Z Skipping _nested_tensor_from_tensor_list Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.5071648Z Skipping _nested_tensor_from_tensor_list Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.5072015Z Skipping _nested_tensor_from_tensor_list Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:53:16.5072391Z Skipping as_strided_copy Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5072678Z Skipping slice_copy Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5072968Z Skipping slice_copy Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5073253Z Skipping slice_copy Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5073602Z Skipping view_copy Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:53:16.5074304Z [ 12%] Generating python/models/resnet_test.py 2022-11-23T00:53:16.5074847Z Skipping to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:53:16.5075591Z Skipping _transformer_encoder_layer_fwd Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5081060Z Skipping _native_multi_head_attention Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5103217Z Skipping _efficient_attention_forward Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5103797Z Skipping _efficient_attention_forward Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5105071Z Skipping _efficient_attention_forward Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5140385Z Skipping bernoulli Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.5171924Z [ 12%] Generating python/models/seq2seq/__init__.py 2022-11-23T00:53:16.5193786Z Skipping resize Because of Arg: c10::optional (at::MemoryFormat) 2022-11-23T00:53:16.5304070Z Skipping resize_as Because of Arg: c10::optional (at::MemoryFormat) 2022-11-23T00:53:16.5336871Z [ 12%] Generating python/models/seq2seq/beam_search.py 2022-11-23T00:53:16.5342376Z Skipping set Because of Arg: at::Storage (at::Storage) 2022-11-23T00:53:16.5343010Z Skipping set Because of Arg: at::Storage (at::Storage) 2022-11-23T00:53:16.5343490Z Skipping set Because of Arg: at::Storage (at::Storage) 2022-11-23T00:53:16.5366792Z Skipping random Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5369621Z Skipping random Because of Arg: c10::optional (int64_t) 2022-11-23T00:53:16.5372283Z Skipping random Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.5373444Z Skipping random Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.5374034Z Skipping uniform Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.5374816Z Skipping cauchy Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.5376972Z Skipping log_normal Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.5377795Z Skipping exponential Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.5378544Z Skipping geometric Because of Arg: c10::optional (at::Generator) 2022-11-23T00:53:16.5384588Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-11-23T00:53:16.5475208Z [ 12%] Generating python/models/seq2seq/seq2seq_beam_search_test.py 2022-11-23T00:53:16.5481388Z [ 12%] Generating python/models/seq2seq/seq2seq_model_helper.py 2022-11-23T00:53:16.5593649Z [ 12%] Generating python/models/seq2seq/seq2seq_model_helper_test.py 2022-11-23T00:53:16.5628771Z [ 12%] Generating python/models/seq2seq/seq2seq_util.py 2022-11-23T00:53:16.5797390Z [ 12%] Generating python/models/seq2seq/train.py 2022-11-23T00:53:16.5798706Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-11-23T00:53:16.5942794Z [ 12%] Generating python/models/seq2seq/translate.py 2022-11-23T00:53:16.6102896Z [ 12%] Generating python/models/shufflenet.py 2022-11-23T00:53:16.6235196Z [ 12%] Generating python/models/shufflenet_test.py 2022-11-23T00:53:16.6422743Z [ 12%] Generating python/modifier_context.py 2022-11-23T00:53:16.6536967Z [ 12%] Generating python/muji.py 2022-11-23T00:53:16.6641641Z [ 12%] Generating python/muji_test.py 2022-11-23T00:53:16.6795332Z [ 12%] Generating python/net_builder.py 2022-11-23T00:53:16.6923082Z [ 12%] Generating python/net_builder_test.py 2022-11-23T00:53:16.7069014Z [ 12%] Generating python/net_drawer.py 2022-11-23T00:53:16.7218582Z [ 12%] Generating python/net_printer.py 2022-11-23T00:53:16.7366668Z [ 12%] Generating python/net_printer_test.py 2022-11-23T00:53:16.7475305Z [ 12%] Generating python/nomnigraph.py 2022-11-23T00:53:16.7608246Z [ 12%] Generating python/nomnigraph_test.py 2022-11-23T00:53:16.7697798Z [ 12%] Generating python/nomnigraph_transformations.py 2022-11-23T00:53:16.7785370Z [ 12%] Generating python/nomnigraph_transformations_test.py 2022-11-23T00:53:16.7873606Z [ 12%] Generating python/normalizer.py 2022-11-23T00:53:16.7946247Z [ 12%] Generating python/normalizer_context.py 2022-11-23T00:53:16.7973507Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-11-23T00:53:16.8171226Z [ 12%] Generating python/normalizer_test.py 2022-11-23T00:53:16.8382405Z [ 12%] Generating python/numa_benchmark.py 2022-11-23T00:53:16.8426154Z [ 12%] Built target __aten_op_header_gen 2022-11-23T00:53:16.8485136Z [ 12%] Generating python/numa_test.py 2022-11-23T00:53:16.8503405Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-11-23T00:53:16.8636408Z [ 12%] Generating python/observer_test.py 2022-11-23T00:53:16.8733933Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-11-23T00:53:16.8742906Z [ 12%] Generating python/onnx/__init__.py 2022-11-23T00:53:16.8915695Z [ 12%] Generating python/onnx/backend.py 2022-11-23T00:53:16.9051156Z [ 12%] Generating python/onnx/backend_cpp_rep.py 2022-11-23T00:53:16.9167882Z [ 12%] Generating python/onnx/backend_rep.py 2022-11-23T00:53:16.9322199Z [ 12%] Generating python/onnx/bin/__init__.py 2022-11-23T00:53:16.9522092Z [ 12%] Generating python/onnx/bin/conversion.py 2022-11-23T00:53:16.9725030Z [ 12%] Generating python/onnx/error.py 2022-11-23T00:53:16.9843788Z [ 12%] Generating python/onnx/frontend.py 2022-11-23T00:53:16.9963079Z [ 12%] Generating python/onnx/helper.py 2022-11-23T00:53:17.0056781Z [ 12%] Generating python/onnx/onnxifi.py 2022-11-23T00:53:17.0158503Z [ 12%] Generating python/onnx/test_onnxifi.py 2022-11-23T00:53:17.0275772Z [ 12%] Generating python/onnx/tests/__init__.py 2022-11-23T00:53:17.0327814Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-11-23T00:53:17.0386630Z [ 12%] Generating python/onnx/tests/c2_ref_test.py 2022-11-23T00:53:17.0501843Z [ 12%] Generating python/onnx/tests/conversion_test.py 2022-11-23T00:53:17.0672789Z [ 12%] Generating python/onnx/tests/helper_test.py 2022-11-23T00:53:17.0837246Z [ 12%] Generating python/onnx/tests/onnx_backend_test.py 2022-11-23T00:53:17.0952955Z [ 12%] Generating python/onnx/tests/ssa_test.py 2022-11-23T00:53:17.1077916Z [ 12%] Generating python/onnx/tests/test_utils.py 2022-11-23T00:53:17.1193603Z [ 13%] Generating python/onnx/workspace.py 2022-11-23T00:53:17.1242915Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2022-11-23T00:53:17.1314577Z [ 13%] Generating python/operator_fp_exceptions_test.py 2022-11-23T00:53:17.1457444Z [ 13%] Generating python/operator_test/__init__.py 2022-11-23T00:53:17.1514156Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-11-23T00:53:17.1575708Z [ 13%] Generating python/operator_test/_utils.py 2022-11-23T00:53:17.1696024Z [ 13%] Generating python/operator_test/activation_ops_test.py 2022-11-23T00:53:17.1895138Z [ 13%] Generating python/operator_test/adadelta_test.py 2022-11-23T00:53:17.2037471Z [ 13%] Generating python/operator_test/adagrad_test.py 2022-11-23T00:53:17.2154086Z [ 13%] Generating python/operator_test/adagrad_test_helper.py 2022-11-23T00:53:17.2272864Z [ 13%] Generating python/operator_test/adam_test.py 2022-11-23T00:53:17.2385418Z [ 13%] Generating python/operator_test/affine_channel_op_test.py 2022-11-23T00:53:17.2494226Z [ 13%] Generating python/operator_test/alias_with_name_test.py 2022-11-23T00:53:17.2600688Z [ 13%] Generating python/operator_test/apmeter_test.py 2022-11-23T00:53:17.2638587Z [ 13%] Generating python/operator_test/arg_ops_test.py 2022-11-23T00:53:17.2756271Z [ 13%] Generating python/operator_test/assert_test.py 2022-11-23T00:53:17.2774097Z [ 13%] Generating python/operator_test/async_net_barrier_test.py 2022-11-23T00:53:17.2865147Z [ 13%] Generating python/operator_test/atomic_ops_test.py 2022-11-23T00:53:17.2970054Z [ 13%] Generating python/operator_test/basic_rnn_test.py 2022-11-23T00:53:17.3013906Z [ 13%] Generating python/operator_test/batch_box_cox_test.py 2022-11-23T00:53:17.3143543Z [ 13%] Generating python/operator_test/batch_bucketize_op_test.py 2022-11-23T00:53:17.3244467Z [ 13%] Generating python/operator_test/batch_moments_op_test.py 2022-11-23T00:53:17.3248796Z [ 13%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-11-23T00:53:17.3329383Z [ 13%] Generating python/operator_test/batch_sparse_to_dense_op_test.py 2022-11-23T00:53:17.3418997Z [ 13%] Generating python/operator_test/bbox_transform_test.py 2022-11-23T00:53:17.3497502Z [ 13%] Generating python/operator_test/bisect_percentile_op_test.py 2022-11-23T00:53:17.3509933Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2022-11-23T00:53:17.3662488Z [ 13%] Generating python/operator_test/blobs_queue_db_test.py 2022-11-23T00:53:17.3781386Z [ 13%] Generating python/operator_test/boolean_mask_test.py 2022-11-23T00:53:17.3915014Z [ 13%] Generating python/operator_test/boolean_unmask_test.py 2022-11-23T00:53:17.4070876Z [ 13%] Generating python/operator_test/box_with_nms_limit_op_test.py 2022-11-23T00:53:17.4203510Z [ 13%] Generating python/operator_test/bucketize_op_test.py 2022-11-23T00:53:17.4330354Z [ 13%] Generating python/operator_test/cast_op_test.py 2022-11-23T00:53:17.4383950Z [ 13%] Generating python/operator_test/ceil_op_test.py 2022-11-23T00:53:17.4468552Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2022-11-23T00:53:17.4496329Z [ 13%] Generating python/operator_test/channel_backprop_stats_op_test.py 2022-11-23T00:53:17.4601024Z [ 13%] Generating python/operator_test/channel_shuffle_test.py 2022-11-23T00:53:17.4780205Z [ 13%] Generating python/operator_test/channel_stats_op_test.py 2022-11-23T00:53:17.4918882Z [ 13%] Generating python/operator_test/checkpoint_test.py 2022-11-23T00:53:17.5114760Z [ 13%] Generating python/operator_test/clip_op_test.py 2022-11-23T00:53:17.5240348Z [ 13%] Generating python/operator_test/clip_tensor_op_test.py 2022-11-23T00:53:17.5362580Z [ 13%] Generating python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py 2022-11-23T00:53:17.5489776Z [ 13%] Generating python/operator_test/concat_op_cost_test.py 2022-11-23T00:53:17.5642684Z [ 13%] Generating python/operator_test/concat_split_op_test.py 2022-11-23T00:53:17.5760102Z [ 13%] Generating python/operator_test/conditional_test.py 2022-11-23T00:53:17.5876217Z [ 13%] Generating python/operator_test/conftest.py 2022-11-23T00:53:17.5995580Z [ 13%] Generating python/operator_test/conv_test.py 2022-11-23T00:53:17.6112424Z [ 13%] Generating python/operator_test/conv_transpose_test.py 2022-11-23T00:53:17.6228898Z [ 13%] Generating python/operator_test/copy_ops_test.py 2022-11-23T00:53:17.6356627Z [ 13%] Generating python/operator_test/copy_rows_to_tensor_op_test.py 2022-11-23T00:53:17.6394210Z [ 13%] Generating ../../../torch/version.py 2022-11-23T00:53:17.6469250Z [ 13%] Generating python/operator_test/cosine_embedding_criterion_op_test.py 2022-11-23T00:53:17.6581532Z [ 13%] Generating python/operator_test/counter_ops_test.py 2022-11-23T00:53:17.6694939Z [ 13%] Generating python/operator_test/crf_test.py 2022-11-23T00:53:17.6736577Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2022-11-23T00:53:17.6816063Z [ 13%] Generating python/operator_test/cross_entropy_ops_test.py 2022-11-23T00:53:17.7010571Z [ 13%] Generating python/operator_test/ctc_beam_search_decoder_op_test.py 2022-11-23T00:53:17.7177568Z [ 13%] Generating python/operator_test/ctc_greedy_decoder_op_test.py 2022-11-23T00:53:17.7307468Z [ 13%] Generating python/operator_test/cudnn_recurrent_test.py 2022-11-23T00:53:17.7406549Z [ 13%] Generating python/operator_test/data_couple_op_test.py 2022-11-23T00:53:17.7554747Z [ 13%] Generating python/operator_test/dataset_ops_test.py 2022-11-23T00:53:17.7657587Z [ 13%] Generating python/operator_test/decay_adagrad_test.py 2022-11-23T00:53:17.7765743Z [ 13%] Generating python/operator_test/deform_conv_test.py 2022-11-23T00:53:17.7878511Z [ 13%] Generating python/operator_test/dense_vector_to_id_list_op_test.py 2022-11-23T00:53:17.7979799Z [ 13%] Generating python/operator_test/depthwise_3x3_conv_test.py 2022-11-23T00:53:17.8082435Z [ 13%] Generating python/operator_test/detectron_keypoints.py 2022-11-23T00:53:17.8185121Z [ 13%] Generating python/operator_test/distance_op_test.py 2022-11-23T00:53:17.8280462Z [ 13%] Generating python/operator_test/dropout_op_test.py 2022-11-23T00:53:17.8371789Z [ 13%] Generating python/operator_test/duplicate_operands_test.py 2022-11-23T00:53:17.8474781Z [ 13%] Generating python/operator_test/elementwise_linear_op_test.py 2022-11-23T00:53:17.8625567Z [ 13%] Generating python/operator_test/elementwise_logical_ops_test.py 2022-11-23T00:53:17.8746331Z [ 13%] Generating python/operator_test/elementwise_op_broadcast_test.py 2022-11-23T00:53:17.8849670Z [ 13%] Generating python/operator_test/elementwise_ops_test.py 2022-11-23T00:53:17.8944507Z [ 13%] Generating python/operator_test/emptysample_ops_test.py 2022-11-23T00:53:17.9085443Z [ 13%] Generating python/operator_test/enforce_finite_op_test.py 2022-11-23T00:53:17.9174959Z [ 13%] Generating python/operator_test/ensure_clipped_test.py 2022-11-23T00:53:17.9261399Z [ 13%] Generating python/operator_test/ensure_cpu_output_op_test.py 2022-11-23T00:53:17.9360589Z [ 13%] Generating python/operator_test/erf_op_test.py 2022-11-23T00:53:17.9464669Z [ 13%] Generating python/operator_test/expand_op_test.py 2022-11-23T00:53:17.9465806Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2022-11-23T00:53:17.9613384Z [ 13%] Generating python/operator_test/fc_operator_test.py 2022-11-23T00:53:17.9742373Z [ 13%] Generating python/operator_test/feature_maps_ops_test.py 2022-11-23T00:53:17.9890099Z [ 13%] Generating python/operator_test/filler_ops_test.py 2022-11-23T00:53:18.0023741Z [ 13%] Generating python/operator_test/find_op_test.py 2022-11-23T00:53:18.0153419Z [ 13%] Generating python/operator_test/flatten_op_test.py 2022-11-23T00:53:18.0278802Z [ 13%] Generating python/operator_test/flexible_top_k_test.py 2022-11-23T00:53:18.0399624Z [ 13%] Generating python/operator_test/floor_op_test.py 2022-11-23T00:53:18.0528818Z [ 14%] Generating python/operator_test/fused_nbit_rowwise_conversion_ops_test.py 2022-11-23T00:53:18.0652057Z [ 14%] Generating python/operator_test/fused_nbit_rowwise_test_helper.py 2022-11-23T00:53:18.0759267Z [ 14%] Generating python/operator_test/gather_ops_test.py 2022-11-23T00:53:18.0872467Z [ 14%] Generating python/operator_test/gather_ranges_op_test.py 2022-11-23T00:53:18.0979380Z [ 14%] Generating python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py 2022-11-23T00:53:18.1085609Z [ 14%] Generating python/operator_test/given_tensor_fill_op_test.py 2022-11-23T00:53:18.1209044Z [ 14%] Generating python/operator_test/glu_op_test.py 2022-11-23T00:53:18.1209554Z [ 14%] Built target gen_torch_version 2022-11-23T00:53:18.1269994Z [ 14%] Generating python/operator_test/group_conv_test.py 2022-11-23T00:53:18.1387745Z [ 14%] Generating python/operator_test/group_norm_op_test.py 2022-11-23T00:53:18.1564693Z [ 14%] Generating python/operator_test/gru_test.py 2022-11-23T00:53:18.1608912Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-11-23T00:53:18.1707486Z [ 14%] Generating python/operator_test/heatmap_max_keypoint_op_test.py 2022-11-23T00:53:18.1883054Z [ 14%] Generating python/operator_test/histogram_test.py 2022-11-23T00:53:18.2038450Z [ 14%] Generating python/operator_test/hsm_test.py 2022-11-23T00:53:18.2126525Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2022-11-23T00:53:18.2217359Z [ 14%] Generating python/operator_test/hyperbolic_ops_test.py 2022-11-23T00:53:18.2391129Z [ 14%] Generating python/operator_test/im2col_col2im_test.py 2022-11-23T00:53:18.2580297Z [ 14%] Generating python/operator_test/image_input_op_test.py 2022-11-23T00:53:18.2705367Z [ 14%] Generating python/operator_test/index_hash_ops_test.py 2022-11-23T00:53:18.2868333Z [ 14%] Generating python/operator_test/index_ops_test.py 2022-11-23T00:53:18.3011823Z [ 14%] Generating python/operator_test/instance_norm_test.py 2022-11-23T00:53:18.3129278Z [ 14%] Generating python/operator_test/integral_image_ops_test.py 2022-11-23T00:53:18.3258911Z [ 14%] Generating python/operator_test/jsd_ops_test.py 2022-11-23T00:53:18.3263163Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-11-23T00:53:18.3423926Z [ 14%] Generating python/operator_test/key_split_ops_test.py 2022-11-23T00:53:18.3532858Z [ 14%] Generating python/operator_test/lars_test.py 2022-11-23T00:53:18.3693603Z [ 14%] Generating python/operator_test/layer_norm_op_test.py 2022-11-23T00:53:18.3880627Z [ 14%] Generating python/operator_test/leaky_relu_test.py 2022-11-23T00:53:18.4020607Z [ 14%] Generating python/operator_test/learning_rate_adaption_op_test.py 2022-11-23T00:53:18.4138624Z [ 14%] Generating python/operator_test/learning_rate_op_test.py 2022-11-23T00:53:18.4252925Z [ 14%] Generating python/operator_test/length_split_op_test.py 2022-11-23T00:53:18.4353810Z [ 14%] Generating python/operator_test/lengths_pad_op_test.py 2022-11-23T00:53:18.4446445Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2022-11-23T00:53:18.4487169Z [ 14%] Generating python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py 2022-11-23T00:53:18.4596133Z [ 14%] Generating python/operator_test/lengths_tile_op_test.py 2022-11-23T00:53:18.4739474Z [ 14%] Generating python/operator_test/lengths_top_k_ops_test.py 2022-11-23T00:53:18.4860946Z [ 14%] Generating python/operator_test/listwise_l2r_operator_test.py 2022-11-23T00:53:18.4957704Z [ 14%] Generating python/operator_test/load_save_test.py 2022-11-23T00:53:18.5040978Z [ 14%] Generating python/operator_test/locally_connected_op_test.py 2022-11-23T00:53:18.5127535Z [ 14%] Generating python/operator_test/loss_ops_test.py 2022-11-23T00:53:18.5169140Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-11-23T00:53:18.5217679Z [ 14%] Generating python/operator_test/lpnorm_op_test.py 2022-11-23T00:53:18.5322004Z [ 14%] Generating python/operator_test/map_ops_test.py 2022-11-23T00:53:18.5462597Z [ 14%] Generating python/operator_test/margin_loss_l2r_operator_test.py 2022-11-23T00:53:18.5664737Z [ 14%] Generating python/operator_test/margin_ranking_criterion_op_test.py 2022-11-23T00:53:18.5777834Z [ 14%] Generating python/operator_test/math_ops_test.py 2022-11-23T00:53:18.5906256Z [ 14%] Generating python/operator_test/matmul_op_test.py 2022-11-23T00:53:18.6004433Z [ 14%] Generating python/operator_test/mean_op_test.py 2022-11-23T00:53:18.6094699Z [ 14%] Generating python/operator_test/merge_id_lists_op_test.py 2022-11-23T00:53:18.6184836Z [ 14%] Generating python/operator_test/mkl_conv_op_test.py 2022-11-23T00:53:18.6274942Z [ 14%] Generating python/operator_test/mkl_packed_fc_op_test.py 2022-11-23T00:53:18.6363677Z [ 14%] Generating python/operator_test/mod_op_test.py 2022-11-23T00:53:18.6530673Z [ 14%] Generating python/operator_test/moments_op_test.py 2022-11-23T00:53:18.6643735Z [ 14%] Generating python/operator_test/momentum_sgd_test.py 2022-11-23T00:53:18.6730063Z [ 14%] Generating python/operator_test/mpi_test.py 2022-11-23T00:53:18.6828341Z [ 14%] Generating python/operator_test/mul_gradient_benchmark.py 2022-11-23T00:53:18.6932706Z [ 14%] Generating python/operator_test/negate_gradient_op_test.py 2022-11-23T00:53:18.7007322Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-11-23T00:53:18.7038753Z [ 14%] Generating python/operator_test/ngram_ops_test.py 2022-11-23T00:53:18.7156460Z [ 14%] Generating python/operator_test/normalize_op_test.py 2022-11-23T00:53:18.7277901Z [ 14%] Generating python/operator_test/numpy_tile_op_test.py 2022-11-23T00:53:18.7407865Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2022-11-23T00:53:18.7421887Z [ 14%] Generating python/operator_test/one_hot_ops_test.py 2022-11-23T00:53:18.7526716Z [ 14%] Generating python/operator_test/onnx_while_test.py 2022-11-23T00:53:18.7776225Z [ 14%] Generating python/operator_test/order_switch_test.py 2022-11-23T00:53:18.8024562Z [ 14%] Generating python/operator_test/pack_ops_test.py 2022-11-23T00:53:18.8175906Z [ 14%] Generating python/operator_test/pack_rnn_sequence_op_test.py 2022-11-23T00:53:18.8337189Z [ 14%] Generating python/operator_test/pad_test.py 2022-11-23T00:53:18.8426940Z [ 14%] Generating python/operator_test/partition_ops_test.py 2022-11-23T00:53:18.8456680Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-11-23T00:53:18.8514934Z [ 14%] Generating python/operator_test/percentile_op_test.py 2022-11-23T00:53:18.8634913Z [ 14%] Generating python/operator_test/piecewise_linear_transform_test.py 2022-11-23T00:53:18.8742915Z [ 14%] Generating python/operator_test/pooling_test.py 2022-11-23T00:53:18.9006620Z [ 14%] Generating python/operator_test/prepend_dim_test.py 2022-11-23T00:53:18.9134209Z [ 14%] Generating python/operator_test/python_op_test.py 2022-11-23T00:53:18.9355274Z [ 14%] Generating python/operator_test/quantile_test.py 2022-11-23T00:53:18.9444114Z [ 14%] Generating python/operator_test/rand_quantization_op_speed_test.py 2022-11-23T00:53:18.9533638Z [ 14%] Generating python/operator_test/rank_loss_operator_test.py 2022-11-23T00:53:18.9614384Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2022-11-23T00:53:18.9624582Z [ 14%] Generating python/operator_test/rebatching_queue_test.py 2022-11-23T00:53:18.9749936Z [ 14%] Generating python/operator_test/record_queue_test.py 2022-11-23T00:53:18.9860714Z [ 14%] Generating python/operator_test/recurrent_net_executor_test.py 2022-11-23T00:53:19.0159947Z [ 14%] Generating python/operator_test/recurrent_network_test.py 2022-11-23T00:53:19.0283528Z [ 14%] Generating python/operator_test/reduce_ops_test.py 2022-11-23T00:53:19.0400587Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-11-23T00:53:19.0402065Z [ 14%] Generating python/operator_test/reduction_ops_test.py 2022-11-23T00:53:19.0557250Z [ 14%] Generating python/operator_test/reshape_ops_test.py 2022-11-23T00:53:19.0673049Z [ 14%] Generating python/operator_test/resize_op_test.py 2022-11-23T00:53:19.0798692Z [ 14%] Generating python/operator_test/rmac_regions_op_test.py 2022-11-23T00:53:19.0939345Z [ 15%] Generating python/operator_test/rms_norm_op_test.py 2022-11-23T00:53:19.1081075Z [ 15%] Generating python/operator_test/rnn_cell_test.py 2022-11-23T00:53:19.1197783Z [ 15%] Generating python/operator_test/roi_align_rotated_op_test.py 2022-11-23T00:53:19.1314663Z [ 15%] Generating python/operator_test/rowwise_counter_test.py 2022-11-23T00:53:19.1437146Z [ 15%] Generating python/operator_test/scale_op_test.py 2022-11-23T00:53:19.1578588Z [ 15%] Generating python/operator_test/segment_ops_test.py 2022-11-23T00:53:19.1686603Z [ 15%] Generating python/operator_test/self_binning_histogram_test.py 2022-11-23T00:53:19.1788754Z [ 15%] Generating python/operator_test/selu_op_test.py 2022-11-23T00:53:19.1892713Z [ 15%] Generating python/operator_test/sequence_ops_test.py 2022-11-23T00:53:19.1932648Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2022-11-23T00:53:19.2038372Z [ 15%] Generating python/operator_test/shape_inference_test.py 2022-11-23T00:53:19.2223310Z [ 15%] Generating python/operator_test/sinusoid_position_encoding_op_test.py 2022-11-23T00:53:19.2368522Z [ 15%] Generating python/operator_test/softmax_ops_test.py 2022-11-23T00:53:19.2407004Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-11-23T00:53:19.2486762Z [ 15%] Generating python/operator_test/softplus_op_test.py 2022-11-23T00:53:19.2684758Z [ 15%] Generating python/operator_test/sparse_dropout_with_replacement_op_test.py 2022-11-23T00:53:19.2817084Z [ 15%] Generating python/operator_test/sparse_gradient_checker_test.py 2022-11-23T00:53:19.2944061Z [ 15%] Generating python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py 2022-11-23T00:53:19.3138932Z [ 15%] Generating python/operator_test/sparse_lengths_sum_benchmark.py 2022-11-23T00:53:19.3280459Z [ 15%] Generating python/operator_test/sparse_lp_regularizer_test.py 2022-11-23T00:53:19.3392995Z [ 15%] Generating python/operator_test/sparse_normalize_test.py 2022-11-23T00:53:19.3538298Z [ 15%] Generating python/operator_test/sparse_ops_test.py 2022-11-23T00:53:19.3660067Z [ 15%] Generating python/operator_test/sparse_to_dense_mask_op_test.py 2022-11-23T00:53:19.3796447Z [ 15%] Generating python/operator_test/spatial_bn_op_test.py 2022-11-23T00:53:19.3899978Z [ 15%] Generating python/operator_test/specialized_segment_ops_test.py 2022-11-23T00:53:19.3994804Z [ 15%] Generating python/operator_test/split_op_cost_test.py 2022-11-23T00:53:19.4096583Z [ 15%] Generating python/operator_test/square_root_divide_op_test.py 2022-11-23T00:53:19.4185701Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-11-23T00:53:19.4215074Z [ 15%] Generating python/operator_test/stats_ops_test.py 2022-11-23T00:53:19.4352344Z [ 15%] Generating python/operator_test/stats_put_ops_test.py 2022-11-23T00:53:19.4464065Z [ 15%] Generating python/operator_test/storm_test.py 2022-11-23T00:53:19.4593664Z [ 15%] Generating python/operator_test/string_ops_test.py 2022-11-23T00:53:19.4707582Z [ 15%] Generating python/operator_test/text_file_reader_test.py 2022-11-23T00:53:19.4775605Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T00:53:19.4825314Z [ 15%] Generating python/operator_test/thresholded_relu_op_test.py 2022-11-23T00:53:19.4972700Z [ 15%] Generating python/operator_test/tile_op_test.py 2022-11-23T00:53:19.5126976Z [ 15%] Generating python/operator_test/top_k_test.py 2022-11-23T00:53:19.5214213Z [ 15%] Generating python/operator_test/torch_integration_test.py 2022-11-23T00:53:19.5336387Z [ 15%] Generating python/operator_test/transpose_op_test.py 2022-11-23T00:53:19.5550979Z [ 15%] Generating python/operator_test/trigonometric_op_test.py 2022-11-23T00:53:19.5655146Z [ 15%] Generating python/operator_test/unique_ops_test.py 2022-11-23T00:53:19.5759362Z [ 15%] Generating python/operator_test/unique_uniform_fill_op_test.py 2022-11-23T00:53:19.5863649Z [ 15%] Generating python/operator_test/unsafe_coalesce_test.py 2022-11-23T00:53:19.5882843Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-11-23T00:53:19.6018787Z [ 15%] Generating python/operator_test/upsample_op_test.py 2022-11-23T00:53:19.6138798Z [ 15%] Generating python/operator_test/utility_ops_test.py 2022-11-23T00:53:19.6253416Z [ 15%] Generating python/operator_test/video_input_op_test.py 2022-11-23T00:53:19.6369256Z [ 15%] Generating python/operator_test/weight_scale_test.py 2022-11-23T00:53:19.6536706Z [ 15%] Generating python/operator_test/weighted_multi_sample_test.py 2022-11-23T00:53:19.6681347Z [ 15%] Generating python/operator_test/weighted_sample_test.py 2022-11-23T00:53:19.6789076Z [ 15%] Generating python/operator_test/weighted_sum_test.py 2022-11-23T00:53:19.6879884Z [ 15%] Generating python/operator_test/wngrad_test.py 2022-11-23T00:53:19.6990713Z [ 15%] Generating python/optimizer.py 2022-11-23T00:53:19.7093313Z [ 15%] Generating python/optimizer_context.py 2022-11-23T00:53:19.7128078Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T00:53:19.7205555Z [ 15%] Generating python/optimizer_test.py 2022-11-23T00:53:19.7322328Z [ 15%] Generating python/optimizer_test_util.py 2022-11-23T00:53:19.7445873Z [ 15%] Generating python/parallel_workers.py 2022-11-23T00:53:19.7446899Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-11-23T00:53:19.7571949Z [ 15%] Generating python/parallel_workers_test.py 2022-11-23T00:53:19.7703585Z [ 15%] Generating python/parallelize_bmuf_distributed_test.py 2022-11-23T00:53:19.7828284Z [ 15%] Generating python/pipeline.py 2022-11-23T00:53:19.7946377Z [ 15%] Generating python/pipeline_test.py 2022-11-23T00:53:19.8102632Z [ 15%] Generating python/predictor/__init__.py 2022-11-23T00:53:19.8259748Z [ 15%] Generating python/predictor/mobile_exporter.py 2022-11-23T00:53:19.8463328Z [ 15%] Generating python/predictor/mobile_exporter_test.py 2022-11-23T00:53:19.8603867Z [ 15%] Generating python/predictor/predictor_exporter.py 2022-11-23T00:53:19.8819389Z [ 15%] Generating python/predictor/predictor_exporter_test.py 2022-11-23T00:53:19.8950454Z [ 15%] Generating python/predictor/predictor_py_utils.py 2022-11-23T00:53:19.9039359Z [ 15%] Generating python/predictor/predictor_test.py 2022-11-23T00:53:19.9135957Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-11-23T00:53:19.9138592Z [ 15%] Generating python/predictor/serde.py 2022-11-23T00:53:19.9262986Z [ 15%] Generating python/predictor_constants.py 2022-11-23T00:53:19.9353442Z [ 15%] Generating python/python_op_test.py 2022-11-23T00:53:19.9396486Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2022-11-23T00:53:19.9520821Z [ 15%] Generating python/queue_util.py 2022-11-23T00:53:19.9667871Z [ 15%] Generating python/record_queue.py 2022-11-23T00:53:19.9777573Z [ 15%] Generating python/recurrent.py 2022-11-23T00:53:19.9977784Z [ 15%] Generating python/regularizer.py 2022-11-23T00:53:20.0110368Z [ 15%] Generating python/regularizer_context.py 2022-11-23T00:53:20.0210940Z [ 15%] Generating python/regularizer_test.py 2022-11-23T00:53:20.0394373Z [ 15%] Generating python/rnn/__init__.py 2022-11-23T00:53:20.0507131Z [ 15%] Generating python/rnn/lstm_comparison.py 2022-11-23T00:53:20.0657122Z [ 15%] Generating python/rnn/rnn_cell_test_util.py 2022-11-23T00:53:20.0770357Z [ 15%] Generating python/rnn_cell.py 2022-11-23T00:53:20.0874169Z [ 15%] Generating python/schema.py 2022-11-23T00:53:20.0958298Z [ 15%] Generating python/schema_test.py 2022-11-23T00:53:20.1062120Z [ 15%] Generating python/scope.py 2022-11-23T00:53:20.1158063Z [ 16%] Generating python/scope_test.py 2022-11-23T00:53:20.1203837Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-11-23T00:53:20.1283970Z [ 16%] Generating python/serialized_test/__init__.py 2022-11-23T00:53:20.1376969Z [ 16%] Generating python/serialized_test/coverage.py 2022-11-23T00:53:20.1466359Z [ 16%] Generating python/serialized_test/serialized_test_util.py 2022-11-23T00:53:20.1595124Z [ 16%] Generating python/session.py 2022-11-23T00:53:20.1685211Z [ 16%] Generating python/session_test.py 2022-11-23T00:53:20.1767568Z [ 16%] Generating python/sparse_to_dense_mask_test.py 2022-11-23T00:53:20.1853474Z [ 16%] Generating python/sparse_to_dense_test.py 2022-11-23T00:53:20.1941441Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2022-11-23T00:53:20.2080673Z [ 16%] Generating python/task.py 2022-11-23T00:53:20.2235190Z [ 16%] Generating python/task_test.py 2022-11-23T00:53:20.2348900Z [ 16%] Generating python/test/__init__.py 2022-11-23T00:53:20.2468324Z [ 16%] Generating python/test/blob_deallocation_test.py 2022-11-23T00:53:20.2624462Z [ 16%] Generating python/test/do_op_test.py 2022-11-23T00:53:20.2821193Z [ 16%] Generating python/test/executor_test.py 2022-11-23T00:53:20.2989639Z [ 16%] Generating python/test/executor_test_util.py 2022-11-23T00:53:20.3112299Z [ 16%] Generating python/test/fakefp16_transform_test.py 2022-11-23T00:53:20.3237863Z [ 16%] Generating python/test/gpu_context_test.py 2022-11-23T00:53:20.3288975Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-11-23T00:53:20.3395276Z [ 16%] Generating python/test/inference_lstm_op_test.py 2022-11-23T00:53:20.3537867Z [ 16%] Generating python/test/python_protobuf_test.py 2022-11-23T00:53:20.3661767Z [ 16%] Generating python/test_util.py 2022-11-23T00:53:20.3819431Z [ 16%] Generating python/text_file_reader.py 2022-11-23T00:53:20.3937141Z [ 16%] Generating python/timeout_guard.py 2022-11-23T00:53:20.4091739Z [ 16%] Generating python/toy_regression_test.py 2022-11-23T00:53:20.4207526Z [ 16%] Generating python/transformations.py 2022-11-23T00:53:20.4325457Z [ 16%] Generating python/transformations_test.py 2022-11-23T00:53:20.4439691Z [ 16%] Generating python/trt/__init__.py 2022-11-23T00:53:20.4555927Z [ 16%] Generating python/trt/test_pt_onnx_trt.py 2022-11-23T00:53:20.4654363Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2022-11-23T00:53:20.4696860Z [ 16%] Generating python/trt/test_trt.py 2022-11-23T00:53:20.4785682Z [ 16%] Generating python/trt/transform.py 2022-11-23T00:53:20.4891723Z [ 16%] Generating python/tt_core.py 2022-11-23T00:53:20.5044661Z [ 16%] Generating python/tt_core_test.py 2022-11-23T00:53:20.5093481Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-11-23T00:53:20.5216876Z [ 16%] Generating python/utils.py 2022-11-23T00:53:20.5332010Z [ 16%] Generating python/utils_test.py 2022-11-23T00:53:20.5527369Z [ 16%] Generating python/visualize.py 2022-11-23T00:53:20.5697062Z [ 16%] Generating python/workspace.py 2022-11-23T00:53:20.5862362Z [ 16%] Generating python/workspace_test.py 2022-11-23T00:53:20.6001733Z [ 16%] Generating quantization/__init__.py 2022-11-23T00:53:20.6116098Z [ 16%] Generating quantization/server/__init__.py 2022-11-23T00:53:20.6316318Z [ 16%] Generating quantization/server/batch_matmul_dnnlowp_op_test.py 2022-11-23T00:53:20.6434779Z [ 16%] Generating quantization/server/batch_permutation_dnnlowp_op_test.py 2022-11-23T00:53:20.6581883Z [ 16%] Generating quantization/server/channel_shuffle_dnnlowp_op_test.py 2022-11-23T00:53:20.6685386Z [ 16%] Generating quantization/server/compute_equalization_scale_test.py 2022-11-23T00:53:20.6789089Z [ 16%] Generating quantization/server/concat_dnnlowp_op_test.py 2022-11-23T00:53:20.6893421Z [ 16%] Generating quantization/server/conv_depthwise_dnnlowp_op_test.py 2022-11-23T00:53:20.7012015Z [ 16%] Generating quantization/server/conv_dnnlowp_acc16_op_test.py 2022-11-23T00:53:20.7033736Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2022-11-23T00:53:20.7127942Z [ 16%] Generating quantization/server/conv_dnnlowp_op_test.py 2022-11-23T00:53:20.7255380Z [ 16%] Generating quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py 2022-11-23T00:53:20.7330723Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-11-23T00:53:20.7381523Z [ 16%] Generating quantization/server/conv_groupwise_dnnlowp_op_test.py 2022-11-23T00:53:20.7482406Z [ 16%] Generating quantization/server/dequantize_dnnlowp_op_test.py 2022-11-23T00:53:20.7801599Z [ 16%] Generating quantization/server/dnnlowp_test_utils.py 2022-11-23T00:53:20.7903385Z [ 16%] Generating quantization/server/elementwise_add_dnnlowp_op_test.py 2022-11-23T00:53:20.8063419Z [ 16%] Generating quantization/server/elementwise_linear_dnnlowp_op_test.py 2022-11-23T00:53:20.8166265Z [ 16%] Generating quantization/server/elementwise_mul_dnnlowp_op_test.py 2022-11-23T00:53:20.8291365Z [ 16%] Generating quantization/server/elementwise_sum_dnnlowp_op_test.py 2022-11-23T00:53:20.8493625Z [ 16%] Generating quantization/server/fully_connected_dnnlowp_acc16_op_test.py 2022-11-23T00:53:20.8582987Z [ 16%] Generating quantization/server/fully_connected_dnnlowp_op_test.py 2022-11-23T00:53:20.8672191Z [ 16%] Generating quantization/server/fully_connected_fp16_test.py 2022-11-23T00:53:20.8755179Z [ 16%] Generating quantization/server/fully_connected_rowwise_dnnlowp_op_test.py 2022-11-23T00:53:20.8857637Z [ 16%] Generating quantization/server/gather_dnnlowp_op_test.py 2022-11-23T00:53:20.8944687Z [ 16%] Generating quantization/server/group_norm_dnnlowp_op_test.py 2022-11-23T00:53:20.9041967Z [ 16%] Generating quantization/server/int8_gen_quant_params_min_max_test.py 2022-11-23T00:53:20.9142242Z [ 16%] Generating quantization/server/int8_gen_quant_params_test.py 2022-11-23T00:53:20.9253043Z [ 16%] Generating quantization/server/int8_quant_scheme_blob_fill_test.py 2022-11-23T00:53:20.9294151Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-11-23T00:53:20.9383829Z [ 16%] Generating quantization/server/lstm_unit_dnnlowp_op_test.py 2022-11-23T00:53:20.9485467Z [ 16%] Generating quantization/server/observer_test.py 2022-11-23T00:53:20.9608777Z [ 16%] Generating quantization/server/pool_dnnlowp_op_test.py 2022-11-23T00:53:20.9654421Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2022-11-23T00:53:20.9778359Z [ 16%] Generating quantization/server/quantize_dnnlowp_op_test.py 2022-11-23T00:53:20.9902806Z [ 16%] Generating quantization/server/relu_dnnlowp_op_test.py 2022-11-23T00:53:21.0019616Z [ 16%] Generating quantization/server/resize_nearest_3d_dnnlowp_op_test.py 2022-11-23T00:53:21.0183308Z [ 16%] Generating quantization/server/resize_nearest_dnnlowp_op_test.py 2022-11-23T00:53:21.0338866Z [ 16%] Generating quantization/server/sigmoid_dnnlowp_op_test.py 2022-11-23T00:53:21.0479552Z [ 16%] Generating quantization/server/spatial_batch_norm_dnnlowp_op_test.py 2022-11-23T00:53:21.0582277Z [ 16%] Generating quantization/server/tanh_dnnlowp_op_test.py 2022-11-23T00:53:21.0715295Z [ 16%] Generating quantization/server/utils.py 2022-11-23T00:53:21.0844358Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-11-23T00:53:21.0899041Z [ 16%] Built target python_copy_files 2022-11-23T00:53:21.0958412Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-11-23T00:53:21.2116489Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2022-11-23T00:53:21.2126414Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2022-11-23T00:53:21.2580659Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-11-23T00:53:21.4118943Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-11-23T00:53:21.4644015Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-11-23T00:53:21.4682664Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2022-11-23T00:53:21.6081697Z [ 17%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-11-23T00:53:21.6260942Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-11-23T00:53:21.6537542Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-11-23T00:53:21.7038437Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2022-11-23T00:53:21.7983836Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2022-11-23T00:53:21.8549756Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-11-23T00:53:21.9744525Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2022-11-23T00:53:22.0059180Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-11-23T00:53:22.0703493Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-11-23T00:53:22.1888846Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-11-23T00:53:22.2479729Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2022-11-23T00:53:22.2559819Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2022-11-23T00:53:22.3375199Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-11-23T00:53:22.5158731Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2022-11-23T00:53:22.5245246Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2022-11-23T00:53:22.5531986Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-11-23T00:53:22.7527974Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-11-23T00:53:22.7774448Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2022-11-23T00:53:22.7993267Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2022-11-23T00:53:22.9030168Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-11-23T00:53:23.0298710Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2022-11-23T00:53:23.0589675Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-11-23T00:53:23.0946557Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-11-23T00:53:23.1633929Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-11-23T00:53:23.2210716Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-11-23T00:53:23.2239093Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-11-23T00:53:23.2500140Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2022-11-23T00:53:23.2816601Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-11-23T00:53:23.3455879Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-11-23T00:53:23.3734125Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-11-23T00:53:23.3954742Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-11-23T00:53:23.4504044Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-11-23T00:53:23.4717354Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2022-11-23T00:53:23.4935427Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-11-23T00:53:23.4988179Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-11-23T00:53:23.5577434Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-11-23T00:53:23.6125150Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-11-23T00:53:23.6574059Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-11-23T00:53:23.6625340Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-11-23T00:53:23.6829675Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2022-11-23T00:53:23.7217990Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:53:23.7813130Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:53:23.8208191Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-11-23T00:53:23.8378850Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-11-23T00:53:23.8891425Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2022-11-23T00:53:23.8930401Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:53:23.9757911Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-11-23T00:53:23.9950483Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-11-23T00:53:24.0406977Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-11-23T00:53:24.1066848Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2022-11-23T00:53:24.1170979Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-11-23T00:53:24.1868702Z [ 17%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-11-23T00:53:24.1935946Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-11-23T00:53:24.2517247Z [ 17%] Linking C static library ../../lib/libcpuinfo.a 2022-11-23T00:53:24.2874315Z [ 17%] Built target cpuinfo 2022-11-23T00:53:24.2919106Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-11-23T00:53:24.3666000Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2022-11-23T00:53:24.3959142Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-11-23T00:53:24.4716334Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2022-11-23T00:53:24.5860780Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-11-23T00:53:24.5947715Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-11-23T00:53:24.7275489Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2022-11-23T00:53:24.7650264Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-11-23T00:53:24.7698803Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-11-23T00:53:24.9212956Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2022-11-23T00:53:24.9282003Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-11-23T00:53:24.9544704Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-11-23T00:53:25.0792293Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2022-11-23T00:53:25.1274242Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-11-23T00:53:25.1479069Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2022-11-23T00:53:25.3079703Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-11-23T00:53:25.3302820Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-11-23T00:53:25.4039432Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-11-23T00:53:25.4734218Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-11-23T00:53:25.5681569Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-11-23T00:53:25.5697162Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-11-23T00:53:25.6857291Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-11-23T00:53:25.7496572Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-11-23T00:53:25.7874643Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-11-23T00:53:25.8581972Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-11-23T00:53:25.9610341Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-11-23T00:53:26.0113714Z [ 17%] Built target dnnl_cpu_x64 2022-11-23T00:53:26.0334996Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-11-23T00:53:26.0470214Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-11-23T00:53:26.0941154Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-11-23T00:53:26.1285532Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-11-23T00:53:26.1539250Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-11-23T00:53:26.2120255Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-11-23T00:53:26.2133440Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-11-23T00:53:26.2711884Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-11-23T00:53:26.3157226Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-11-23T00:53:26.3218951Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-11-23T00:53:26.3693235Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-11-23T00:53:26.3728752Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-11-23T00:53:26.3730327Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-11-23T00:53:26.4235581Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-11-23T00:53:26.4334393Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-11-23T00:53:26.4698221Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:53:26.4961032Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:53:26.5178830Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-11-23T00:53:26.5288790Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-11-23T00:53:26.5620412Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:53:26.5730808Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-11-23T00:53:26.6147266Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-11-23T00:53:26.6343362Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-11-23T00:53:26.6728622Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-11-23T00:53:26.6738208Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-11-23T00:53:26.6926471Z [ 18%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-11-23T00:53:26.7275908Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-11-23T00:53:26.7659423Z [ 18%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-11-23T00:53:26.8015420Z [ 18%] Built target cpuinfo_internals 2022-11-23T00:53:26.8148508Z [ 18%] Built target torch_python_stubs 2022-11-23T00:53:26.8192993Z [ 18%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-11-23T00:53:26.8341725Z [ 18%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-11-23T00:53:26.8447712Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-11-23T00:53:26.8801888Z [ 18%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-11-23T00:53:26.9015266Z [ 18%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-11-23T00:53:26.9224125Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-11-23T00:53:26.9385306Z [ 18%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:53:26.9734794Z [ 18%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:53:27.0057545Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-11-23T00:53:27.0066530Z [ 18%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:53:27.0612236Z [ 18%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-11-23T00:53:27.1094099Z [ 18%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:53:27.1151086Z [ 18%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-11-23T00:53:27.1293027Z [ 18%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-11-23T00:53:27.1737764Z [ 19%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-11-23T00:53:27.1816972Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-11-23T00:53:27.1860032Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-11-23T00:53:27.2081266Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:53:27.2533620Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-11-23T00:53:27.2945713Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:53:27.3396253Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:53:27.3728644Z [ 20%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-11-23T00:53:27.3729792Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-11-23T00:53:27.3778613Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:53:27.4124091Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:53:27.4413230Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:53:27.4731870Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:53:27.4785955Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:53:27.5156149Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-11-23T00:53:27.5387259Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-11-23T00:53:27.5399076Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-11-23T00:53:27.5495584Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-11-23T00:53:27.5782076Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:53:27.6084051Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:53:27.6487099Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-11-23T00:53:27.6912033Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-11-23T00:53:27.7090634Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-11-23T00:53:27.7125617Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-11-23T00:53:27.7522022Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-11-23T00:53:27.7574600Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-11-23T00:53:27.7824259Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:53:27.7845142Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:53:27.8431025Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:53:27.8677226Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:53:27.8916322Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:53:27.9132333Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:53:27.9223211Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-11-23T00:53:27.9419677Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:53:27.9463793Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-11-23T00:53:27.9738144Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:53:28.0153237Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:53:28.0185831Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-11-23T00:53:28.0472659Z [ 20%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-11-23T00:53:28.0699086Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:53:28.0753722Z [ 20%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:53:28.0939813Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-11-23T00:53:28.1546625Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:53:28.1603999Z [ 20%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-11-23T00:53:28.2375521Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:53:28.2858020Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-11-23T00:53:28.3158029Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:53:28.3178816Z [ 20%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-11-23T00:53:28.3838905Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:53:28.4329655Z [ 20%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-11-23T00:53:28.4451443Z [ 20%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:53:28.4704846Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-11-23T00:53:28.5117073Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:53:28.5357606Z [ 21%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-11-23T00:53:28.6198330Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:53:28.6276941Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-11-23T00:53:28.6322859Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-11-23T00:53:28.6931182Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-11-23T00:53:28.7175601Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:53:28.7659321Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:53:28.7708229Z [ 21%] Built target generate-torch-sources 2022-11-23T00:53:28.7828809Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:53:28.7859963Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-11-23T00:53:28.8248963Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:53:28.8249842Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:53:28.8321330Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:53:28.8793091Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-11-23T00:53:28.8856780Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:53:28.8889467Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:53:28.9523733Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:53:28.9549622Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:53:28.9608504Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:53:29.0091575Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:53:29.0121104Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-11-23T00:53:29.0124779Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:53:29.0464153Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:53:29.0649691Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:53:29.1019271Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:53:29.1257246Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-11-23T00:53:29.1364358Z [ 21%] Linking CXX static library ../../../lib/libprotoc.a 2022-11-23T00:53:29.1623969Z [ 21%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:53:29.1891313Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-11-23T00:53:29.2091686Z [ 21%] Built target libprotoc 2022-11-23T00:53:29.2186876Z [ 21%] Linking C static library ../../lib/libqnnpack.a 2022-11-23T00:53:29.2308448Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-11-23T00:53:29.2338158Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:53:29.2513967Z [ 21%] Built target qnnpack 2022-11-23T00:53:29.2811835Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-11-23T00:53:29.2881300Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-11-23T00:53:29.3292060Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:53:29.3340066Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-11-23T00:53:29.3781418Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-11-23T00:53:29.3855745Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-11-23T00:53:29.3942668Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:53:29.4282449Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-11-23T00:53:29.4295065Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-11-23T00:53:29.4466001Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:53:29.4769375Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-11-23T00:53:29.4803267Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:53:29.5048121Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:53:29.5260552Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-11-23T00:53:29.5273638Z [ 21%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-11-23T00:53:29.5330893Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:53:29.5555896Z [ 21%] Built target nnpack_reference_layers 2022-11-23T00:53:29.5821956Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-11-23T00:53:29.6111075Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:53:29.6321942Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:53:29.6322967Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:53:29.6602780Z [ 21%] Built target indirection 2022-11-23T00:53:29.6742780Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-11-23T00:53:29.6857082Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-11-23T00:53:29.6994907Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-11-23T00:53:29.7352609Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-11-23T00:53:29.7359993Z [ 21%] Built target packing 2022-11-23T00:53:29.7504977Z [ 21%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:53:29.7537056Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-11-23T00:53:29.7882889Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-11-23T00:53:29.8073231Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:29.8339934Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-11-23T00:53:29.8551462Z [ 21%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:53:29.8593378Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:53:29.8644895Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-11-23T00:53:29.9137778Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-11-23T00:53:29.9298456Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:53:29.9442419Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-11-23T00:53:29.9617796Z [ 21%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-11-23T00:53:29.9662782Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:53:30.0123521Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:53:30.0209657Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:53:30.0230415Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-11-23T00:53:30.0501974Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-11-23T00:53:30.0708035Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:53:30.0747503Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-11-23T00:53:30.0948180Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-11-23T00:53:30.1161041Z [ 21%] Built target jit 2022-11-23T00:53:30.1200278Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:53:30.1330529Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-11-23T00:53:30.1353802Z [ 21%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-11-23T00:53:30.1662452Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-11-23T00:53:30.1801145Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:53:30.1845025Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-11-23T00:53:30.2418965Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:53:30.2438688Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-11-23T00:53:30.2462570Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-11-23T00:53:30.3019960Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:53:30.3056477Z [ 21%] Linking CXX static library ../../../lib/libgmock.a 2022-11-23T00:53:30.3247516Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-11-23T00:53:30.3282636Z [ 21%] Built target gmock 2022-11-23T00:53:30.3329811Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-11-23T00:53:30.3348498Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-11-23T00:53:30.3645399Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:53:30.3745940Z [ 21%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:53:30.3935958Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-11-23T00:53:30.4040480Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-11-23T00:53:30.4273587Z [ 21%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-11-23T00:53:30.4299479Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-11-23T00:53:30.4405918Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-11-23T00:53:30.4589821Z [ 21%] Built target pytorch_qnnpack 2022-11-23T00:53:30.4742132Z [ 21%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-11-23T00:53:30.4771375Z [ 21%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-11-23T00:53:30.4861923Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-11-23T00:53:30.5012435Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-11-23T00:53:30.5636827Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-11-23T00:53:30.5789731Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-11-23T00:53:30.5901791Z [ 22%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-11-23T00:53:30.6069096Z [ 22%] Linking CXX static library ../../../lib/libgtest_main.a 2022-11-23T00:53:30.6133710Z [ 22%] Built target benchmark_main 2022-11-23T00:53:30.6202701Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-11-23T00:53:30.6293803Z [ 22%] Built target gtest_main 2022-11-23T00:53:30.6294798Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-11-23T00:53:30.6351744Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-11-23T00:53:30.6419850Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-11-23T00:53:30.6857521Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-11-23T00:53:30.6974361Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-11-23T00:53:30.6996947Z [ 22%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-11-23T00:53:30.7121246Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-11-23T00:53:30.7308509Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-11-23T00:53:30.7404857Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-11-23T00:53:30.7767199Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-11-23T00:53:30.7863147Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-11-23T00:53:30.8016548Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-11-23T00:53:30.8367474Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-11-23T00:53:30.8619100Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-11-23T00:53:30.8778723Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-11-23T00:53:30.9042168Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-11-23T00:53:30.9297028Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-11-23T00:53:30.9635397Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-11-23T00:53:30.9643737Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-11-23T00:53:30.9702627Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-11-23T00:53:30.9940796Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-11-23T00:53:31.0169552Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-11-23T00:53:31.0350744Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-11-23T00:53:31.0396772Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-11-23T00:53:31.0739543Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-11-23T00:53:31.1144880Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-11-23T00:53:31.1399580Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-11-23T00:53:31.1800108Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-11-23T00:53:31.1912020Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-11-23T00:53:31.1985185Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-11-23T00:53:31.2542771Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-11-23T00:53:31.2543927Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-11-23T00:53:31.2549526Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-11-23T00:53:31.2929087Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-11-23T00:53:31.3350776Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-11-23T00:53:31.3579814Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-11-23T00:53:31.3613628Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-11-23T00:53:31.3968522Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-11-23T00:53:31.4167530Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-11-23T00:53:31.4201341Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-11-23T00:53:31.4631839Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-11-23T00:53:31.4895133Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-11-23T00:53:31.4971122Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-11-23T00:53:31.5305097Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-11-23T00:53:31.5331537Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-11-23T00:53:31.5583553Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-11-23T00:53:31.5965449Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-11-23T00:53:31.6184943Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-11-23T00:53:31.6439837Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-11-23T00:53:31.6623511Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-11-23T00:53:31.6674024Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-11-23T00:53:31.6801205Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-11-23T00:53:31.7152537Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-11-23T00:53:31.7316959Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-11-23T00:53:31.7465285Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-11-23T00:53:31.7867046Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:53:31.8166996Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-11-23T00:53:31.8444985Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:53:31.8461122Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:53:31.8844121Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-11-23T00:53:31.8992350Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-11-23T00:53:31.8998429Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-11-23T00:53:31.9044011Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-11-23T00:53:31.9607231Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:53:31.9806214Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-11-23T00:53:32.0370719Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-11-23T00:53:32.0381241Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-11-23T00:53:32.0605736Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-11-23T00:53:32.0937493Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-11-23T00:53:32.1014667Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-11-23T00:53:32.1364925Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-11-23T00:53:32.1606146Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-11-23T00:53:32.1650836Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-11-23T00:53:32.1981745Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-11-23T00:53:32.2228399Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-11-23T00:53:32.2379736Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-11-23T00:53:32.2680423Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-11-23T00:53:32.2859594Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:53:32.2955780Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-11-23T00:53:32.3312521Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-11-23T00:53:32.3486953Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:53:32.3558002Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-11-23T00:53:32.3844241Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-11-23T00:53:32.4001805Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-11-23T00:53:32.4044320Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:53:32.4705083Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-11-23T00:53:32.4736786Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-11-23T00:53:32.5148870Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-11-23T00:53:32.5208501Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-11-23T00:53:32.5247792Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:53:32.5720572Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-11-23T00:53:32.5886701Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-11-23T00:53:32.5942240Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-11-23T00:53:32.6419159Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-11-23T00:53:32.6463871Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-11-23T00:53:32.6644563Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-11-23T00:53:32.7042624Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-11-23T00:53:32.7130220Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:53:32.7467026Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:53:32.7485538Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-11-23T00:53:32.7636866Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-11-23T00:53:32.7805808Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-11-23T00:53:32.8079868Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:53:32.8417542Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-11-23T00:53:32.8728490Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T00:53:32.8957233Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-11-23T00:53:32.9170688Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-11-23T00:53:32.9399752Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-11-23T00:53:32.9695536Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-11-23T00:53:32.9798033Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-11-23T00:53:33.0125120Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:53:33.0575852Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-11-23T00:53:33.0609145Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-11-23T00:53:33.0827721Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T00:53:33.1265199Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-11-23T00:53:33.1497192Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-11-23T00:53:33.1795021Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-11-23T00:53:33.2053002Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T00:53:33.2248936Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-11-23T00:53:33.2380181Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-11-23T00:53:33.2652314Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-11-23T00:53:33.2985702Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-11-23T00:53:33.3199029Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:53:33.3593378Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-11-23T00:53:33.3840048Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:53:33.4002565Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-11-23T00:53:33.4299513Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-11-23T00:53:33.4431621Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-11-23T00:53:33.4689482Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:53:33.5081432Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-11-23T00:53:33.5397717Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T00:53:33.5785706Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-11-23T00:53:33.6153683Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-11-23T00:53:33.6395095Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-11-23T00:53:33.6553760Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-11-23T00:53:33.6988688Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:53:33.7068626Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-11-23T00:53:33.7562593Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T00:53:33.7720954Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T00:53:33.8020309Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-11-23T00:53:33.8108266Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-11-23T00:53:33.8216798Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-11-23T00:53:33.8365838Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T00:53:33.8676875Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T00:53:33.8902592Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T00:53:33.9261377Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-11-23T00:53:33.9343446Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T00:53:33.9751097Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T00:53:33.9876230Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-11-23T00:53:33.9919247Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-11-23T00:53:34.0177061Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T00:53:34.0358835Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-11-23T00:53:34.0550643Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-11-23T00:53:34.0573701Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T00:53:34.1029994Z [ 23%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:53:34.1124369Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-11-23T00:53:34.1683303Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-11-23T00:53:34.1733654Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-11-23T00:53:34.2210205Z [ 23%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:53:34.2593959Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-11-23T00:53:34.2779148Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-11-23T00:53:34.3130768Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-11-23T00:53:34.3243284Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-11-23T00:53:34.3356900Z [ 24%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-11-23T00:53:34.3927573Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-11-23T00:53:34.4208270Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-11-23T00:53:34.4319755Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-11-23T00:53:34.4479273Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-11-23T00:53:34.5005730Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-11-23T00:53:34.5124222Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-11-23T00:53:34.5684606Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:53:34.5701577Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-11-23T00:53:34.5733310Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-11-23T00:53:34.6147466Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-11-23T00:53:34.6322832Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:53:34.6370533Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-11-23T00:53:34.6912171Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-11-23T00:53:34.7015840Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:53:34.7549899Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:53:34.7625263Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-11-23T00:53:34.7787234Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-11-23T00:53:34.8049835Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-11-23T00:53:34.8322344Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:34.8373621Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-11-23T00:53:34.8898878Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-11-23T00:53:34.9120780Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:53:34.9182796Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:53:34.9915978Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:53:34.9947431Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:53:35.0255086Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-11-23T00:53:35.0563693Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-11-23T00:53:35.0607086Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:53:35.1064213Z [ 24%] Built target fbgemm_avx2 2022-11-23T00:53:35.1133775Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:53:35.1338008Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:53:35.1385218Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:53:35.1891311Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:53:35.1902368Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-11-23T00:53:35.2027808Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:53:35.2205857Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-11-23T00:53:35.2638540Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-11-23T00:53:35.2811334Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:53:35.3368493Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:53:35.3535770Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:53:35.3582177Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-11-23T00:53:35.3921356Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-11-23T00:53:35.4157286Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:53:35.4219919Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:53:35.4890346Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-11-23T00:53:35.5048098Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:53:35.5168875Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-11-23T00:53:35.5422263Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-11-23T00:53:35.5626201Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:53:35.5723388Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:53:35.6277551Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:53:35.6494318Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:53:35.6764098Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-11-23T00:53:35.7049155Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-11-23T00:53:35.7135237Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:53:35.7159073Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-11-23T00:53:35.7671577Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-11-23T00:53:35.7838722Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:53:35.8142589Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-11-23T00:53:35.8407851Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-11-23T00:53:35.8494400Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:53:35.8886633Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-11-23T00:53:35.8998460Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-11-23T00:53:35.9236551Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:53:35.9484362Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:53:35.9931997Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:53:36.0165913Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-11-23T00:53:36.0211480Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:53:36.0850117Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:53:36.0852322Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-11-23T00:53:36.1281509Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:53:36.1429729Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:53:36.2027288Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:53:36.2315405Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:53:36.2486811Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-11-23T00:53:36.2737265Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-11-23T00:53:36.2826208Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-11-23T00:53:36.2966920Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:53:36.3476949Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:53:36.3711154Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:53:36.4214355Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:53:36.4290197Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-11-23T00:53:36.4462668Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:36.4591132Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-11-23T00:53:36.4975595Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-11-23T00:53:36.5217815Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:36.5610283Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:53:36.5643923Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-11-23T00:53:36.5858695Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:53:36.6391351Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:53:36.6696537Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-11-23T00:53:36.7104897Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-11-23T00:53:36.7141253Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-11-23T00:53:36.7270972Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:53:36.7835999Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-11-23T00:53:36.7861625Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:53:36.8337393Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:53:36.8634004Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:53:36.8684407Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-11-23T00:53:36.9034129Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:53:36.9456797Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-11-23T00:53:36.9716912Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:53:36.9940260Z [ 24%] Built target fbgemm_avx512 2022-11-23T00:53:37.0140811Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:37.0172650Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-11-23T00:53:37.0377467Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:53:37.0773929Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:37.1003214Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-11-23T00:53:37.1040849Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:53:37.1385333Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-11-23T00:53:37.1417056Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:53:37.1664013Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:53:37.1947091Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:53:37.2443411Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:53:37.2622105Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-11-23T00:53:37.3174625Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:53:37.3234523Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:53:37.3563176Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-11-23T00:53:37.3728181Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:53:37.3809014Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-11-23T00:53:37.3834649Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:53:37.4323500Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-11-23T00:53:37.4588372Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:53:37.4823301Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-11-23T00:53:37.5013674Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-11-23T00:53:37.5124732Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:53:37.5343338Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T00:53:37.5384466Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-11-23T00:53:37.5799344Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:53:37.6016706Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T00:53:37.6523978Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:53:37.6576175Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-11-23T00:53:37.6791679Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T00:53:37.6931695Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-11-23T00:53:37.7175500Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:53:37.7383507Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T00:53:37.7835134Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:53:37.8153934Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T00:53:37.8429647Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:53:37.8473759Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-11-23T00:53:37.8665534Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T00:53:37.9138522Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:53:37.9142911Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-11-23T00:53:37.9424166Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T00:53:37.9847837Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:53:38.0064818Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-11-23T00:53:38.0196178Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T00:53:38.0836291Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-11-23T00:53:38.0884756Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T00:53:38.0930495Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:53:38.1600511Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:53:38.1609822Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-11-23T00:53:38.1654828Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T00:53:38.2327162Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T00:53:38.2344719Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:53:38.2483426Z [ 24%] Built target fbgemm_generic 2022-11-23T00:53:38.2585018Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:53:38.2924765Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T00:53:38.3122841Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T00:53:38.3314932Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-11-23T00:53:38.3361602Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:53:38.3543386Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:53:38.3756187Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T00:53:38.4062959Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-11-23T00:53:38.4260477Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:53:38.4370123Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T00:53:38.4901150Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:53:38.4951564Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T00:53:38.5015883Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T00:53:38.5499336Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:53:38.5524430Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T00:53:38.5748198Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T00:53:38.6102446Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:53:38.6295432Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-11-23T00:53:38.6666787Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:53:38.7223991Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T00:53:38.7229130Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:53:38.7337069Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T00:53:38.7415552Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-11-23T00:53:38.7853413Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-11-23T00:53:38.7890001Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:53:38.8001691Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T00:53:38.8577788Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:38.8815868Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T00:53:38.9224744Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:38.9475254Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T00:53:38.9876042Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:53:38.9951449Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T00:53:39.0101016Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-11-23T00:53:39.0521552Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:53:39.0523791Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-11-23T00:53:39.0584711Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-11-23T00:53:39.0742863Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-11-23T00:53:39.1103852Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:53:39.1112792Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:53:39.1228786Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-11-23T00:53:39.1818519Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-11-23T00:53:39.1841575Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-11-23T00:53:39.1883582Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:53:39.2393246Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:53:39.2414233Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-11-23T00:53:39.2658242Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-11-23T00:53:39.2932460Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-11-23T00:53:39.3138144Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:53:39.3141674Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:39.3162927Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-11-23T00:53:39.3429664Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-11-23T00:53:39.3804319Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-11-23T00:53:39.4067909Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-11-23T00:53:39.4123393Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:39.4270753Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-11-23T00:53:39.4586677Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:39.4718135Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:39.4954348Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-11-23T00:53:39.5128611Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:39.5464925Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:39.5507075Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:39.5917069Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-11-23T00:53:39.5949201Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-11-23T00:53:39.6105855Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-11-23T00:53:39.6251886Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:39.6267231Z [ 26%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-11-23T00:53:39.6430014Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:39.6961734Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-11-23T00:53:39.7041250Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:53:39.7280830Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:39.7477867Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-11-23T00:53:39.7607191Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:53:39.7819650Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:39.7862993Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-11-23T00:53:39.8007375Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-11-23T00:53:39.8324941Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-11-23T00:53:39.8477668Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:39.8516026Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-11-23T00:53:39.9151749Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:39.9182252Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-11-23T00:53:39.9780625Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-11-23T00:53:39.9783989Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:40.0055900Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-11-23T00:53:40.0204132Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:40.0369208Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-11-23T00:53:40.0445322Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-11-23T00:53:40.0918217Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-11-23T00:53:40.0942804Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:40.1183380Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-11-23T00:53:40.1708736Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:40.1833713Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-11-23T00:53:40.2023645Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-11-23T00:53:40.2410914Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:40.2519258Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-11-23T00:53:40.2631577Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:40.2995389Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-11-23T00:53:40.3113954Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-11-23T00:53:40.3445662Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:40.3810050Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-11-23T00:53:40.3844422Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-11-23T00:53:40.4131236Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:40.4268054Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-11-23T00:53:40.4882062Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:53:40.5012688Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-11-23T00:53:40.5292231Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-11-23T00:53:40.5524226Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-11-23T00:53:40.5603862Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-11-23T00:53:40.5645851Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:53:40.5737734Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-11-23T00:53:40.6283482Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:40.6378161Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-11-23T00:53:40.6962206Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-11-23T00:53:40.7022131Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:40.7401659Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:40.7537580Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-11-23T00:53:40.7651809Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:40.7819286Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-11-23T00:53:40.8015329Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-11-23T00:53:40.8060861Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-11-23T00:53:40.8209507Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:40.8610340Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-11-23T00:53:40.9086943Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:40.9273092Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-11-23T00:53:40.9748980Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:40.9851024Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:41.0169245Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-11-23T00:53:41.0283892Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-11-23T00:53:41.0382938Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-11-23T00:53:41.0649341Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:41.0693668Z [ 27%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-11-23T00:53:41.0870437Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-11-23T00:53:41.0971058Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-11-23T00:53:41.1329175Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:41.1533237Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:41.1690136Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-11-23T00:53:41.1955123Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:41.2247427Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-11-23T00:53:41.2250486Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-11-23T00:53:41.2317226Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:41.2608259Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:53:41.2783989Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-11-23T00:53:41.3089497Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-11-23T00:53:41.3246953Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:53:41.3411049Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-11-23T00:53:41.3656192Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-11-23T00:53:41.3906269Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:53:41.3948326Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:53:41.4224696Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-11-23T00:53:41.4267661Z [ 27%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-11-23T00:53:41.4482704Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-11-23T00:53:41.4531758Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-11-23T00:53:41.4550143Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:53:41.4783619Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-11-23T00:53:41.5271416Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:53:41.5495294Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-11-23T00:53:41.5838090Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:53:41.6181243Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-11-23T00:53:41.6475168Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:53:41.6604216Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-11-23T00:53:41.6696249Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-11-23T00:53:41.7058713Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-11-23T00:53:41.7235071Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-11-23T00:53:41.7293782Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:53:41.7336241Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:53:41.7562872Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-11-23T00:53:41.7884287Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:53:41.8073821Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:53:41.8084146Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-11-23T00:53:41.8645239Z [ 27%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-11-23T00:53:41.8733314Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-11-23T00:53:41.8778630Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:53:41.9323746Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-11-23T00:53:41.9474471Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:53:41.9597666Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-11-23T00:53:41.9880716Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-11-23T00:53:42.0127200Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:53:42.0495296Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-11-23T00:53:42.0708118Z [ 27%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-11-23T00:53:42.0853037Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:53:42.1106823Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-11-23T00:53:42.1459589Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:53:42.1651544Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-11-23T00:53:42.1697565Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-11-23T00:53:42.2055042Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T00:53:42.2215621Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-11-23T00:53:42.2721122Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T00:53:42.3081187Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-11-23T00:53:42.3405906Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:53:42.3635071Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-11-23T00:53:42.3670736Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-11-23T00:53:42.4070307Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:53:42.4254723Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-11-23T00:53:42.4738558Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:53:42.4832823Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-11-23T00:53:42.5403678Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-11-23T00:53:42.5415247Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:53:42.5889476Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-11-23T00:53:42.6022678Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-11-23T00:53:42.6081249Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:53:42.6576669Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-11-23T00:53:42.6814469Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:53:42.7137748Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-11-23T00:53:42.7737652Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-11-23T00:53:42.7742480Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:53:42.7847483Z [ 28%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-11-23T00:53:42.8071062Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-11-23T00:53:42.8344297Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-11-23T00:53:42.8513895Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:53:42.9010880Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-11-23T00:53:42.9361462Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:53:42.9652943Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-11-23T00:53:42.9721630Z [ 28%] Built target dnnl 2022-11-23T00:53:42.9817867Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-11-23T00:53:42.9983121Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-11-23T00:53:42.9992728Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:43.0336254Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:43.0449725Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-11-23T00:53:43.0923669Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:43.1199062Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-11-23T00:53:43.1282469Z [ 28%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-11-23T00:53:43.1493724Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-11-23T00:53:43.1675026Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:43.1902769Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-11-23T00:53:43.2052966Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-11-23T00:53:43.2625349Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:43.2659690Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-11-23T00:53:43.3343683Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-11-23T00:53:43.3824206Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-11-23T00:53:43.3866683Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-11-23T00:53:43.3979554Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:43.4125068Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-11-23T00:53:43.4451340Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-11-23T00:53:43.4757761Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:53:43.5223182Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-11-23T00:53:43.5481379Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:53:43.5734021Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-11-23T00:53:43.5784987Z [ 28%] Generating src/x86_64-fma/max-pooling.py.o 2022-11-23T00:53:43.6236253Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:53:43.6410732Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-11-23T00:53:43.6485688Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-11-23T00:53:43.6575107Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-11-23T00:53:43.7026954Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-11-23T00:53:43.7245368Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:43.7660374Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-11-23T00:53:43.7741118Z [ 28%] Generating src/x86_64-fma/relu.py.o 2022-11-23T00:53:43.7871149Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:43.8303187Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-11-23T00:53:43.8621582Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:43.8885218Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-11-23T00:53:43.8988464Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-11-23T00:53:43.9344543Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-11-23T00:53:43.9370078Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-11-23T00:53:43.9663883Z [ 28%] Generating src/x86_64-fma/softmax.py.o 2022-11-23T00:53:43.9885527Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:43.9966227Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-11-23T00:53:44.0577460Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-11-23T00:53:44.0782048Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:44.0980481Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-11-23T00:53:44.1103337Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-11-23T00:53:44.1489023Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:44.1635469Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-11-23T00:53:44.1943915Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-11-23T00:53:44.2260463Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:44.2266696Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-11-23T00:53:44.2578314Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-11-23T00:53:44.2876865Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-11-23T00:53:44.3018960Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:44.3470287Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-11-23T00:53:44.3998575Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-11-23T00:53:44.4023620Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-11-23T00:53:44.4215383Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-11-23T00:53:44.4262993Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:53:44.4856984Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-11-23T00:53:44.5143963Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:53:44.5449701Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-11-23T00:53:44.5984877Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:44.6042386Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-11-23T00:53:44.6130382Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-11-23T00:53:44.6559524Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-11-23T00:53:44.6658879Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-11-23T00:53:44.6711489Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:44.7437360Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-11-23T00:53:44.7461145Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:53:44.7729003Z [ 29%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-11-23T00:53:44.7984595Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-11-23T00:53:44.8435471Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:44.8586746Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-11-23T00:53:44.8600769Z [ 29%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-11-23T00:53:44.8686729Z [ 29%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-11-23T00:53:44.9130593Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-11-23T00:53:44.9177246Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:44.9717378Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-11-23T00:53:44.9903063Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:45.0213080Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-11-23T00:53:45.0434282Z [ 29%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-11-23T00:53:45.0737483Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:45.0782530Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-11-23T00:53:45.1246573Z [ 29%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2022-11-23T00:53:45.1474887Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-11-23T00:53:45.1514758Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:45.2097687Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-11-23T00:53:45.2401215Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:45.2689995Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-11-23T00:53:45.2935028Z [ 29%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-11-23T00:53:45.3174633Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:45.3228823Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-11-23T00:53:45.3282637Z [ 29%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-11-23T00:53:45.3809037Z [ 29%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-11-23T00:53:45.3847084Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-11-23T00:53:45.3887932Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:45.4469238Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-11-23T00:53:45.4696977Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:53:45.4717401Z [ 29%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-11-23T00:53:45.4993313Z [ 29%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-11-23T00:53:45.5093864Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-11-23T00:53:45.5385008Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:53:45.5719115Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-11-23T00:53:45.6055458Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:53:45.6411711Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-11-23T00:53:45.6814268Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:53:45.6970994Z [ 29%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-11-23T00:53:45.7033283Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-11-23T00:53:45.7220695Z [ 29%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-11-23T00:53:45.7500139Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:53:45.7595755Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-11-23T00:53:45.8234097Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:53:45.8273534Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-11-23T00:53:45.8819629Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-11-23T00:53:45.8885096Z [ 29%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-11-23T00:53:45.8981279Z [ 29%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2022-11-23T00:53:45.9163952Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:53:45.9367484Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-11-23T00:53:45.9776157Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:53:45.9852268Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-11-23T00:53:46.0475850Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-11-23T00:53:46.0685210Z [ 29%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-11-23T00:53:46.1012491Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-11-23T00:53:46.1158354Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:53:46.1540507Z [ 29%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-11-23T00:53:46.1608610Z [ 29%] Built target tensorpipe 2022-11-23T00:53:46.1626376Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-11-23T00:53:46.1844541Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-11-23T00:53:46.2127708Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-11-23T00:53:46.2168615Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:53:46.2703695Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-11-23T00:53:46.3245802Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:53:46.3326892Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-11-23T00:53:46.3817354Z [ 29%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-11-23T00:53:46.3999070Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-11-23T00:53:46.4318548Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:53:46.4642858Z [ 29%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-11-23T00:53:46.4654274Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-11-23T00:53:46.5034487Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:46.5217358Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-11-23T00:53:46.5895901Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-11-23T00:53:46.5927143Z [ 29%] Built target c10_CompileTimeFunctionPointer_test 2022-11-23T00:53:46.5979733Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-11-23T00:53:46.6167095Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:46.6312765Z [ 29%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-11-23T00:53:46.6468686Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-11-23T00:53:46.6545304Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:46.7122587Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-11-23T00:53:46.7453046Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:46.7676521Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-11-23T00:53:46.7856215Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-11-23T00:53:46.8379478Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-11-23T00:53:46.8423764Z [ 29%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-11-23T00:53:46.8770576Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:53:46.8923749Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-11-23T00:53:46.9494078Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-11-23T00:53:46.9931965Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:47.0077583Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-11-23T00:53:47.0398388Z [ 29%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-11-23T00:53:47.0685305Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-11-23T00:53:47.0953878Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:47.1228452Z [ 29%] Built target kineto_base 2022-11-23T00:53:47.1258544Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-11-23T00:53:47.1407520Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-11-23T00:53:47.1552444Z [ 30%] Built target c10_DeviceGuard_test 2022-11-23T00:53:47.1741974Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-11-23T00:53:47.1855613Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:53:47.1907516Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-11-23T00:53:47.1945417Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-11-23T00:53:47.2526937Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:53:47.2641337Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-11-23T00:53:47.3048317Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:53:47.3296184Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-11-23T00:53:47.3615463Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:53:47.3855809Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-11-23T00:53:47.4239510Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:53:47.4298187Z [ 30%] Linking CXX executable ../../bin/c10_Device_test 2022-11-23T00:53:47.4339765Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-11-23T00:53:47.4640974Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:53:47.4947743Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-11-23T00:53:47.5378440Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:53:47.5517741Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-11-23T00:53:47.5542324Z [ 30%] Built target c10_Device_test 2022-11-23T00:53:47.5615908Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-11-23T00:53:47.5882386Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-11-23T00:53:47.6085866Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-11-23T00:53:47.6226668Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-11-23T00:53:47.6457962Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:53:47.6458576Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-11-23T00:53:47.6676114Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:53:47.6961635Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-11-23T00:53:47.7535422Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-11-23T00:53:47.7551483Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-11-23T00:53:47.7845856Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:53:47.8086171Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-11-23T00:53:47.8138590Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:53:47.8621506Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-11-23T00:53:47.8907154Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:53:47.9133352Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-11-23T00:53:47.9153066Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-11-23T00:53:47.9427197Z [ 30%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-11-23T00:53:47.9679633Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-11-23T00:53:47.9914787Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-11-23T00:53:47.9976254Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:53:48.0249624Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-11-23T00:53:48.0620532Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-11-23T00:53:48.0697009Z [ 30%] Built target c10_DispatchKeySet_test 2022-11-23T00:53:48.0849627Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-11-23T00:53:48.0910077Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:53:48.0924358Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-11-23T00:53:48.1298918Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-11-23T00:53:48.1642199Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-11-23T00:53:48.1889069Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-11-23T00:53:48.1932713Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-11-23T00:53:48.1993142Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:53:48.2266067Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:53:48.2485615Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-11-23T00:53:48.2567642Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-11-23T00:53:48.2889456Z [ 30%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-11-23T00:53:48.3191703Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-11-23T00:53:48.3232900Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:53:48.3316464Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T00:53:48.3370608Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-11-23T00:53:48.3775390Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-11-23T00:53:48.4006576Z [ 30%] Built target c10_StreamGuard_test 2022-11-23T00:53:48.4047173Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-11-23T00:53:48.4153911Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-11-23T00:53:48.4319565Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:53:48.4372773Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-11-23T00:53:48.4391158Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:53:48.4651687Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-11-23T00:53:48.4973619Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-11-23T00:53:48.5291716Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-11-23T00:53:48.5490608Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-11-23T00:53:48.5534631Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:53:48.5536274Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:53:48.5928935Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-11-23T00:53:48.6236054Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-11-23T00:53:48.6538941Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-11-23T00:53:48.6568195Z [ 30%] Linking CXX executable ../../bin/c10_SymInt_test 2022-11-23T00:53:48.6683349Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-11-23T00:53:48.6735937Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:53:48.6763912Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-11-23T00:53:48.7302343Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-11-23T00:53:48.7304575Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-11-23T00:53:48.7408923Z [ 30%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-11-23T00:53:48.7814677Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:53:48.7867875Z [ 30%] Built target c10_SymInt_test 2022-11-23T00:53:48.7954218Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T00:53:48.7968340Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:53:48.8089528Z [ 31%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-11-23T00:53:48.8122557Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-11-23T00:53:48.8716304Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-11-23T00:53:48.8727072Z [ 31%] Linking C static library ../../lib/libnnpack.a 2022-11-23T00:53:48.8982585Z [ 31%] Built target nnpack 2022-11-23T00:53:48.9052871Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-11-23T00:53:48.9094914Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:53:48.9129873Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-11-23T00:53:48.9147112Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-11-23T00:53:48.9305625Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-11-23T00:53:48.9825308Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-11-23T00:53:49.0134761Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:53:49.0452713Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-11-23T00:53:49.1009665Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-11-23T00:53:49.1212358Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:53:49.1528425Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-11-23T00:53:49.1667284Z [ 31%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-11-23T00:53:49.2063652Z [ 31%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-11-23T00:53:49.2257508Z [ 31%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-11-23T00:53:49.2276741Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:53:49.2283570Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-11-23T00:53:49.2916337Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-11-23T00:53:49.2926911Z [ 31%] Built target c10_InlineDeviceGuard_test 2022-11-23T00:53:49.2995911Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:53:49.3032859Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-11-23T00:53:49.3448418Z [ 31%] Built target c10_SizesAndStrides_test 2022-11-23T00:53:49.3534161Z [ 31%] Built target c10_InlineStreamGuard_test 2022-11-23T00:53:49.3557384Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-11-23T00:53:49.3650205Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-11-23T00:53:49.3666291Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-11-23T00:53:49.3743208Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-11-23T00:53:49.3822425Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:49.4153823Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-11-23T00:53:49.4729715Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:49.4770442Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-11-23T00:53:49.5390839Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-11-23T00:53:49.5616625Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:49.5973932Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-11-23T00:53:49.6409080Z [ 32%] Linking CXX executable ../../bin/c10_C++17_test 2022-11-23T00:53:49.6481088Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:49.6538921Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-11-23T00:53:49.6563522Z [ 32%] Linking CXX executable ../../bin/c10_Array_test 2022-11-23T00:53:49.6801861Z [ 32%] Linking CXX executable ../../bin/c10_Bitset_test 2022-11-23T00:53:49.7264529Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:53:49.7306537Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-11-23T00:53:49.7740019Z [ 32%] Built target c10_C++17_test 2022-11-23T00:53:49.7801835Z [ 32%] Built target c10_Array_test 2022-11-23T00:53:49.7880548Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-11-23T00:53:49.7886446Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-11-23T00:53:49.8025912Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-11-23T00:53:49.8037278Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:53:49.8079104Z [ 32%] Built target c10_Bitset_test 2022-11-23T00:53:49.8304762Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-11-23T00:53:49.8514661Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-11-23T00:53:49.8673860Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:49.8721898Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:49.9323757Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-11-23T00:53:49.9608889Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-11-23T00:53:49.9682569Z [ 32%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-11-23T00:53:49.9800929Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:50.0033181Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-11-23T00:53:50.0396398Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-11-23T00:53:50.0565439Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:50.0745792Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:53:50.0805093Z [ 32%] Built target c10_ConstexprCrc_test 2022-11-23T00:53:50.1006426Z [ 32%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-11-23T00:53:50.1081286Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-11-23T00:53:50.1318952Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-11-23T00:53:50.1336617Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:50.2064161Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-11-23T00:53:50.2144594Z [ 32%] Built target c10_DeadlockDetection_test 2022-11-23T00:53:50.2229576Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:50.2364664Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-11-23T00:53:50.2728336Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-11-23T00:53:50.3026514Z [ 32%] Linking CXX executable ../../bin/c10_Half_test 2022-11-23T00:53:50.3286417Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:50.3472834Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-11-23T00:53:50.3605094Z [ 32%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-11-23T00:53:50.4175122Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-11-23T00:53:50.4290223Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:53:50.4294589Z [ 32%] Built target c10_Half_test 2022-11-23T00:53:50.4377388Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:53:50.4866946Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-11-23T00:53:50.4867664Z [ 32%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-11-23T00:53:50.4987959Z [ 32%] Built target c10_LeftRight_test 2022-11-23T00:53:50.5005803Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:53:50.5071092Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:53:50.5090603Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:50.5558941Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-11-23T00:53:50.5837975Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:50.5857937Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-11-23T00:53:50.5998364Z [ 32%] Built target c10_Metaprogramming_test 2022-11-23T00:53:50.6177949Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-11-23T00:53:50.6233328Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-11-23T00:53:50.6283383Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-11-23T00:53:50.6493284Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:50.6546334Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-11-23T00:53:50.7213023Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-11-23T00:53:50.7290486Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:50.7841729Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-11-23T00:53:50.8164790Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:50.8443606Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-11-23T00:53:50.8701376Z [ 33%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-11-23T00:53:50.8907066Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:50.8962330Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-11-23T00:53:50.9173546Z [ 33%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-11-23T00:53:50.9373779Z [ 33%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-11-23T00:53:50.9481450Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-11-23T00:53:50.9853726Z [ 33%] Built target c10_Synchronized_test 2022-11-23T00:53:50.9906582Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:51.0062793Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-11-23T00:53:51.0162373Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-11-23T00:53:51.0638479Z [ 33%] Built target c10_SmallVectorTest 2022-11-23T00:53:51.0830474Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-11-23T00:53:51.0856611Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-11-23T00:53:51.0892307Z [ 33%] Built target c10_ThreadLocal_test 2022-11-23T00:53:51.0957043Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-11-23T00:53:51.0960702Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:53:51.1549355Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:53:51.1567283Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-11-23T00:53:51.1594342Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:53:51.2186508Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-11-23T00:53:51.2383119Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-11-23T00:53:51.2753731Z [ 34%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-11-23T00:53:51.2778540Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-11-23T00:53:51.2800770Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:53:51.3233316Z [ 34%] Linking CXX executable ../../bin/c10_TypeList_test 2022-11-23T00:53:51.3391927Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-11-23T00:53:51.3652908Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:53:51.3891132Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-11-23T00:53:51.4046103Z [ 34%] Built target c10_TypeIndex_test 2022-11-23T00:53:51.4306073Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-11-23T00:53:51.4449096Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-11-23T00:53:51.4467873Z [ 34%] Built target c10_TypeList_test 2022-11-23T00:53:51.4690241Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-11-23T00:53:51.4707934Z [ 34%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-11-23T00:53:51.4826441Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:53:51.5091477Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-11-23T00:53:51.5674136Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-11-23T00:53:51.5775883Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:53:51.6086757Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-11-23T00:53:51.6122908Z [ 34%] Built target c10_TypeTraits_test 2022-11-23T00:53:51.6375857Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-11-23T00:53:51.6558841Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-11-23T00:53:51.6807024Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:53:51.7028182Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-11-23T00:53:51.7093405Z [ 34%] Linking CXX executable ../../bin/c10_accumulate_test 2022-11-23T00:53:51.7337057Z [ 34%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-11-23T00:53:51.7447054Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-11-23T00:53:51.7773261Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:53:51.7947482Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-11-23T00:53:51.8371756Z [ 34%] Built target c10_accumulate_test 2022-11-23T00:53:51.8424921Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-11-23T00:53:51.8585063Z [ 34%] Built target c10_bfloat16_test 2022-11-23T00:53:51.8616805Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-11-23T00:53:51.8653823Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-11-23T00:53:51.8748088Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:53:51.8921097Z [ 34%] Linking CXX executable ../../bin/c10_complex_math_test 2022-11-23T00:53:51.8931381Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:53:51.9160546Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-11-23T00:53:51.9833059Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-11-23T00:53:51.9871797Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-11-23T00:53:51.9918477Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:53:52.0139315Z [ 34%] Built target c10_complex_math_test 2022-11-23T00:53:52.0321656Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-11-23T00:53:52.0460050Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-11-23T00:53:52.0535340Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-11-23T00:53:52.0986534Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-11-23T00:53:52.1108673Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:53:52.1357010Z [ 34%] Linking CXX executable ../../bin/c10_complex_test 2022-11-23T00:53:52.1584479Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-11-23T00:53:52.2133399Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:53:52.2229048Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-11-23T00:53:52.2541132Z [ 34%] Built target c10_complex_test 2022-11-23T00:53:52.2782426Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-11-23T00:53:52.2867156Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-11-23T00:53:52.3151030Z [ 34%] Linking CXX executable ../../bin/c10_exception_test 2022-11-23T00:53:52.3228375Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:53:52.3376421Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-11-23T00:53:52.3484618Z [ 34%] Linking CXX executable ../../bin/c10_either_test 2022-11-23T00:53:52.3964308Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-11-23T00:53:52.4392148Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:53:52.4442664Z [ 34%] Built target c10_exception_test 2022-11-23T00:53:52.4528975Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:53:52.4579875Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-11-23T00:53:52.5250751Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-11-23T00:53:52.5296870Z [ 34%] Built target c10_either_test 2022-11-23T00:53:52.5341694Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-11-23T00:53:52.5562050Z [ 34%] Linking CXX executable ../../bin/c10_flags_test 2022-11-23T00:53:52.5580810Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:53:52.5747680Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-11-23T00:53:52.5903176Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:52.5938737Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:52.6450462Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:52.6549045Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:52.6736970Z [ 34%] Built target c10_flags_test 2022-11-23T00:53:52.6811304Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:52.6842231Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:52.7242576Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:52.7260877Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:53:52.7579020Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:52.7919709Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:53:52.7999196Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:52.8066655Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:52.8287385Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:52.8343899Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:52.8989466Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:52.9089190Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:52.9175270Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:52.9211908Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:52.9580441Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:52.9829432Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:53.0210636Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:53:53.0279502Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:53:53.0431606Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:53.0535860Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:53.0580465Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:53.1199991Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:53.1419803Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:53.1456476Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:53.1575583Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:53.1860481Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:53.1896780Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:53.2176151Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:53.2302736Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:53.2468721Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:53:53.2893962Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:53.2967226Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:53.3024876Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:53:53.3607612Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:53.3638628Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:53.3642375Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:53.4014390Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:53.4211084Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:53:53.4274950Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:53:53.4289806Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T00:53:53.4756139Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:53.5230727Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:53.5423066Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T00:53:53.5442357Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:53.5572268Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:53:53.5930840Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:53:53.6129384Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:53:53.6304171Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:53:53.6413443Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:53.6709108Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:53.7013365Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:53.7177191Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:53.7245314Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:53.7535739Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:53.7762982Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:53.7800451Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:53.8015594Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:53.8050946Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:53.8572869Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:53.8581532Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:53.8604032Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:53.9051515Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:53.9144249Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:53.9456129Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-11-23T00:53:53.9741072Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:53.9927363Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:53.9948568Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:54.0148099Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:54.0778892Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:54.0936577Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:54.1116256Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:54.1137758Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T00:53:54.1467472Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:54.1674080Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:54.1836699Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:54.2338073Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:54.2435007Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:54.2655768Z [ 34%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-11-23T00:53:54.2819731Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:54.3013406Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:53:54.3070799Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:54.3652138Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:54.3871037Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:54.3928991Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:53:54.4133625Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T00:53:54.4536852Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:54.4715104Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T00:53:54.4951490Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:54.5173486Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:54.5215382Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:54.5443695Z [ 34%] Built target c10_intrusive_ptr_test 2022-11-23T00:53:54.5515505Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:54.5836390Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:54.6115479Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:54.6124239Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:54.6356292Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:54.6418502Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:54.6945814Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:54.7011040Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:54.7048973Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:54.7327852Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:54.7380329Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:54.7700395Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:54.7742710Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:54.7870477Z [ 35%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-11-23T00:53:54.8333288Z [ 35%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-11-23T00:53:54.8336067Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:54.8383211Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:54.8496296Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:54.8513534Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:54.8563302Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:54.9154860Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:53:54.9186359Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:54.9650384Z [ 35%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-11-23T00:53:54.9798414Z [ 35%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-11-23T00:53:54.9856248Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:54.9873233Z [ 35%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-11-23T00:53:55.0083082Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:55.0451337Z [ 36%] Linking CXX executable ../../bin/c10_irange_test 2022-11-23T00:53:55.0697289Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:55.1225028Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:55.1771237Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:55.1821488Z [ 36%] Built target c10_irange_test 2022-11-23T00:53:55.2066730Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-11-23T00:53:55.2336656Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:55.2389404Z [ 36%] Linking CXX executable ../../bin/c10_logging_test 2022-11-23T00:53:55.2512300Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:55.3259200Z [ 36%] Linking CXX executable ../../bin/c10_optional_test 2022-11-23T00:53:55.3273291Z [ 36%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-11-23T00:53:55.3481661Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:55.3519170Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:55.3775687Z [ 36%] Built target c10_logging_test 2022-11-23T00:53:55.3914832Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:55.4529647Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:55.4572364Z [ 36%] Built target c10_ordered_preserving_dict_test 2022-11-23T00:53:55.4636149Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:55.4667164Z [ 36%] Built target c10_optional_test 2022-11-23T00:53:55.4720969Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:55.4841532Z [ 36%] Linking CXX executable ../../bin/c10_registry_test 2022-11-23T00:53:55.4897708Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:55.5042476Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:55.5369726Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:55.5495821Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-11-23T00:53:55.5618736Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:55.5708689Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-11-23T00:53:55.6094374Z [ 36%] Built target c10_registry_test 2022-11-23T00:53:55.6138457Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:55.6176094Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-11-23T00:53:55.6418923Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:55.6659882Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:55.7164023Z [ 36%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-11-23T00:53:55.7214467Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:53:55.7334188Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:55.8099657Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:55.8207850Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:55.8540865Z [ 36%] Linking CXX executable ../../bin/c10_tempfile_test 2022-11-23T00:53:55.8861813Z [ 36%] Linking CXX executable ../../bin/c10_string_view_test 2022-11-23T00:53:55.8907931Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:55.9204782Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:55.9223990Z [ 36%] Linking CXX executable ../../bin/c10_typeid_test 2022-11-23T00:53:55.9427041Z [ 36%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-11-23T00:53:55.9635250Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:55.9705060Z [ 36%] Built target c10_tempfile_test 2022-11-23T00:53:55.9808710Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:56.0230703Z [ 36%] Built target c10_string_view_test 2022-11-23T00:53:56.0280667Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:56.0409979Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:56.0431418Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:56.0746134Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:56.0747395Z [ 36%] Built target c10_typeid_test 2022-11-23T00:53:56.0748243Z [ 36%] Built target c10_intrusive_ptr_benchmark 2022-11-23T00:53:56.0793193Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:56.0817007Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:56.0954283Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:56.1460557Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T00:53:56.1522178Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:56.1630878Z [ 36%] Generating ../../../include/sleef.h 2022-11-23T00:53:56.1705883Z [ 36%] Generating include/renameavx512fnofma.h 2022-11-23T00:53:56.1731612Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-11-23T00:53:56.1763425Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T00:53:56.1842543Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-11-23T00:53:56.1859756Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-11-23T00:53:56.1874781Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-11-23T00:53:56.1892981Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-11-23T00:53:56.1917219Z [ 36%] Built target renameAVX512FNOFMA.h_generated 2022-11-23T00:53:56.1919803Z [ 36%] Generating alias_avx512f.h 2022-11-23T00:53:56.1969322Z [ 36%] Generating include/renamecuda.h 2022-11-23T00:53:56.1972861Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-11-23T00:53:56.2007613Z [ 36%] Built target alias_avx512f.h_generated 2022-11-23T00:53:56.2016496Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-11-23T00:53:56.2027292Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-11-23T00:53:56.2031252Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-11-23T00:53:56.2045102Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-11-23T00:53:56.2060240Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:56.2061332Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-11-23T00:53:56.2125186Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-11-23T00:53:56.2132235Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-11-23T00:53:56.2152999Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-11-23T00:53:56.2174388Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-11-23T00:53:56.2226367Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-11-23T00:53:56.2304491Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T00:53:56.2367229Z [ 37%] Built target headers 2022-11-23T00:53:56.2490653Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:56.2539694Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-11-23T00:53:56.2784216Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-11-23T00:53:56.3425253Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T00:53:56.3454336Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:56.3508983Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T00:53:56.3847469Z [ 37%] Built target sleefavx2 2022-11-23T00:53:56.3922833Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T00:53:56.4052678Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:56.4146712Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:56.4424429Z [ 37%] Built target sleefdetavx2 2022-11-23T00:53:56.4447169Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:56.4495443Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:56.4654943Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:53:56.4887190Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-11-23T00:53:56.5014784Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:56.5084674Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:56.5130963Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:56.5195267Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:56.5770987Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:53:56.6140123Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:53:56.6245226Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:53:56.6267822Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:53:56.6337323Z [ 37%] Built target sleefavx2128 2022-11-23T00:53:56.6389231Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:53:56.6462268Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T00:53:56.6542141Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T00:53:56.6693154Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T00:53:56.6757333Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T00:53:56.6881696Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T00:53:56.6936930Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:53:56.7508486Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:53:56.7563099Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-11-23T00:53:56.7704316Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:53:56.7759906Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:53:56.7888167Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:53:56.7947940Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T00:53:56.8327361Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T00:53:56.8589620Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-11-23T00:53:56.8650558Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:53:56.8915169Z [ 37%] Built target sleefdetavx2128 2022-11-23T00:53:56.8957404Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:53:56.8988676Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:53:56.9096333Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-11-23T00:53:56.9464040Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T00:53:56.9464701Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T00:53:56.9657787Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T00:53:56.9853959Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:53:56.9939396Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-11-23T00:53:57.0508896Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:53:57.0518430Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:53:57.0624248Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-11-23T00:53:57.0674491Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T00:53:57.0728851Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-11-23T00:53:57.1181594Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T00:53:57.1319745Z [ 38%] Built target sleeffma4 2022-11-23T00:53:57.1363655Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T00:53:57.1921782Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-11-23T00:53:57.1978821Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:53:57.1993374Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-11-23T00:53:57.2319222Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:53:57.2375301Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T00:53:57.2558024Z [ 38%] Built target sleefdetfma4 2022-11-23T00:53:57.2724386Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-11-23T00:53:57.2818001Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-11-23T00:53:57.3046693Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:53:57.3251129Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-11-23T00:53:57.3500491Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T00:53:57.3554723Z [ 38%] Built target sleefavx 2022-11-23T00:53:57.3655446Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T00:53:57.3777535Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:53:57.4248846Z [ 38%] Built target sleefdetavx 2022-11-23T00:53:57.4308319Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:53:57.4406741Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:53:57.4524604Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:53:57.4604201Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T00:53:57.4698005Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:57.4930031Z [ 38%] Built target sleefsse4 2022-11-23T00:53:57.4989351Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:57.5101886Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-11-23T00:53:57.5110320Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-11-23T00:53:57.5129967Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-11-23T00:53:57.5379384Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-11-23T00:53:57.5509171Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T00:53:57.5802841Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:57.6453190Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:57.6625227Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T00:53:57.6672233Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T00:53:57.6807681Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T00:53:57.6890446Z [ 38%] Built target sleefdetsse4 2022-11-23T00:53:57.6990141Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T00:53:57.7183405Z [ 38%] Built target sleefsse2 2022-11-23T00:53:57.7297979Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T00:53:57.7348637Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:57.7672890Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:57.7775394Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:57.7781321Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:57.7949441Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:57.8187661Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T00:53:57.8421568Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:57.8517200Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T00:53:57.8633017Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T00:53:57.8688324Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:57.8738249Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T00:53:57.9139022Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:57.9192839Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T00:53:57.9551136Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:57.9660289Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-11-23T00:53:57.9801823Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-11-23T00:53:57.9853797Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T00:53:58.0142756Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:58.0362332Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:58.0411194Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:53:58.0863213Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:58.0916648Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:53:58.1092230Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:53:58.1202994Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:53:58.1478823Z [ 38%] Built target sleefdetsse2 2022-11-23T00:53:58.1530324Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:58.1674270Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:58.1801129Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:58.1816515Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:58.2085427Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:58.2227303Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:58.2353481Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:58.2573978Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:58.2722204Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:58.2822710Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:58.2966881Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:58.3050615Z [ 38%] Built target sleefpurec_scalar 2022-11-23T00:53:58.3129797Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:58.3178597Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:58.3354295Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:58.3393690Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:58.3447243Z [ 38%] Built target sleefdetpurec_scalar 2022-11-23T00:53:58.3598108Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:58.3836177Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:58.3993597Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:58.4265963Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:58.4316028Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:58.4532331Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:58.4702227Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:58.4774556Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:58.4816164Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:53:58.4977073Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:58.5092151Z [ 39%] Built target sleefpurecfma_scalar 2022-11-23T00:53:58.5174337Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:58.5251668Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:58.5736491Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:58.5741954Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:58.5900135Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:58.5936792Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:58.6054575Z [ 39%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:58.6327769Z [ 39%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:58.6581331Z [ 39%] Generating dispsse.c 2022-11-23T00:53:58.6629517Z [ 39%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-11-23T00:53:58.6649207Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:58.6696542Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:58.6765004Z [ 39%] Built target dispsse.c_generated 2022-11-23T00:53:58.6821046Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:58.6924530Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:58.7018600Z [ 39%] Built target sleefdetpurecfma_scalar 2022-11-23T00:53:58.7099485Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:58.7446818Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:58.7460312Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:58.7564617Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:58.8058696Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:58.8080608Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:58.8133880Z [ 39%] Built target dispavx_obj 2022-11-23T00:53:58.8191825Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:58.8357506Z [ 39%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-11-23T00:53:58.8583887Z [ 39%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-11-23T00:53:58.8739456Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:58.8836820Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:53:58.8843032Z [ 39%] Linking CXX static library ../../lib/libfbgemm.a 2022-11-23T00:53:58.8928102Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:58.9711368Z [ 39%] Linking CXX executable ../../../bin/protoc 2022-11-23T00:53:58.9955612Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:58.9968527Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:59.0019289Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:59.0317730Z [ 39%] Built target fbgemm 2022-11-23T00:53:59.0379584Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:59.0410559Z [ 39%] Linking CXX static library ../../../lib/libgmock_main.a 2022-11-23T00:53:59.0655726Z [ 39%] Built target gmock_main 2022-11-23T00:53:59.0715723Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:59.0892594Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:59.1249621Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:59.1360083Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:59.1678956Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:59.1934721Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:59.1958311Z [ 40%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-11-23T00:53:59.2034204Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:59.2101751Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T00:53:59.2467922Z [ 40%] Built target protoc 2022-11-23T00:53:59.2490750Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:59.2636313Z [ 40%] Linking CXX static library ../../../lib/libkineto.a 2022-11-23T00:53:59.3054009Z [ 40%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-11-23T00:53:59.3090065Z [ 40%] Built target kineto 2022-11-23T00:53:59.3136802Z [ 40%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-11-23T00:53:59.3197291Z [ 40%] Running gen_proto.py on onnx/onnx.in.proto 2022-11-23T00:53:59.3233093Z [ 40%] Linking CXX static library ../../lib/libXNNPACK.a 2022-11-23T00:53:59.3271774Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:59.3489695Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:59.3531426Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-11-23T00:53:59.3533482Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:53:59.3545244Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-11-23T00:53:59.3564089Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-11-23T00:53:59.3564666Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-11-23T00:53:59.3629731Z [ 40%] Built target dnnl_graph 2022-11-23T00:53:59.3651011Z [ 40%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:53:59.3680567Z [ 40%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2_legacy.proto 2022-11-23T00:53:59.3940223Z [ 40%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/hsm.proto 2022-11-23T00:53:59.4029663Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:59.4046146Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:53:59.4242941Z [ 40%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/metanet.proto 2022-11-23T00:53:59.4420506Z [ 40%] Built target XNNPACK 2022-11-23T00:53:59.4496329Z [ 40%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/predictor_consts.proto 2022-11-23T00:53:59.4572825Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:53:59.4686235Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:53:59.4787682Z [ 40%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/prof_dag.proto 2022-11-23T00:53:59.4936101Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:59.5289804Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:53:59.5902318Z [ 40%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-11-23T00:53:59.5913779Z [ 40%] Built target gen_onnx_proto 2022-11-23T00:53:59.5917901Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:53:59.5956770Z [ 40%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2_legacy.pb.cc.o 2022-11-23T00:53:59.6099069Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-11-23T00:53:59.6263813Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:59.6822584Z [ 40%] Built target sleefavx512fnofma 2022-11-23T00:53:59.6883486Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:53:59.7255338Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:53:59.7522896Z [ 40%] Built target sleefavx512f 2022-11-23T00:53:59.7563720Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:53:59.7582482Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:53:59.7832432Z [ 40%] Built target sleefdetavx512fnofma 2022-11-23T00:53:59.7877671Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:53:59.8246704Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-11-23T00:53:59.8257653Z [ 40%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-11-23T00:53:59.8512456Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:53:59.8613332Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:53:59.8661391Z [ 40%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/hsm.pb.cc.o 2022-11-23T00:53:59.8666185Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-11-23T00:53:59.9018850Z [ 40%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/metanet.pb.cc.o 2022-11-23T00:53:59.9290435Z [ 40%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/predictor_consts.pb.cc.o 2022-11-23T00:53:59.9471330Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:53:59.9737708Z [ 40%] Built target sleefdetavx512f 2022-11-23T00:53:59.9789345Z [ 40%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/prof_dag.pb.cc.o 2022-11-23T00:53:59.9843936Z [ 40%] Built target dispsse_obj 2022-11-23T00:53:59.9929454Z [ 40%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-11-23T00:54:00.0005906Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:54:00.0683816Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:54:00.1280863Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:54:00.1824900Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:54:00.1962791Z [ 40%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-11-23T00:54:00.2261306Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-11-23T00:54:00.2262104Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:54:00.2263743Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-11-23T00:54:00.2269214Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-11-23T00:54:00.2269880Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-11-23T00:54:00.2283145Z [ 40%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-11-23T00:54:00.2338222Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:54:00.2350063Z [ 40%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:54:00.2414163Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:54:00.2656672Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-11-23T00:54:00.2657545Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:54:00.2658819Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-11-23T00:54:00.2662497Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-11-23T00:54:00.2663700Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-11-23T00:54:00.2683876Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:54:00.2749975Z [ 40%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:54:00.2795588Z [ 40%] Built target Caffe2_PROTO 2022-11-23T00:54:00.2853820Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:54:00.2919999Z [ 40%] Built target gen_onnx_data_proto 2022-11-23T00:54:00.2973148Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:54:00.2997703Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-11-23T00:54:00.3035594Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-11-23T00:54:00.3292190Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-11-23T00:54:00.3323140Z [ 40%] Built target gen_onnx_operators_proto 2022-11-23T00:54:00.3367622Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-11-23T00:54:00.3442657Z [ 40%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-11-23T00:54:00.3535335Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:54:00.3623499Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:54:00.3749192Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:54:00.3904870Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:54:00.3982071Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/common_avx.cc.o 2022-11-23T00:54:00.4058008Z [ 40%] Linking C static library ../../lib/libsleef.a 2022-11-23T00:54:00.4088821Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/typed_axpy_avx.cc.o 2022-11-23T00:54:00.4296841Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/adagrad_avx2.cc.o 2022-11-23T00:54:00.4352230Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx512.dir/common_avx512.cc.o 2022-11-23T00:54:00.4448071Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:00.4489949Z [ 40%] Built target sleef 2022-11-23T00:54:00.4551112Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:00.5254564Z [ 40%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/elementwise_sum_dnnlowp_op_avx2.cc.o 2022-11-23T00:54:00.5402298Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:00.6216222Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:00.6236699Z [ 40%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/fully_connected_fake_lowp_op_avx2.cc.o 2022-11-23T00:54:00.6755003Z [ 40%] Linking CXX static library ../../lib/libCaffe2_perfkernels_avx512.a 2022-11-23T00:54:00.6939814Z [ 40%] Built target Caffe2_perfkernels_avx512 2022-11-23T00:54:00.6982777Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:00.7003468Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/batch_box_cox_avx2.cc.o 2022-11-23T00:54:00.7168955Z [ 40%] Linking CXX static library ../../lib/libCaffe2_perfkernels_avx.a 2022-11-23T00:54:00.7298779Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/common_avx2.cc.o 2022-11-23T00:54:00.7438040Z [ 40%] Built target Caffe2_perfkernels_avx 2022-11-23T00:54:00.7543455Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:00.7557134Z [ 40%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:54:00.7607011Z [ 40%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:54:00.8372988Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:00.8418430Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_avx2.cc.o 2022-11-23T00:54:00.8815935Z [ 40%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/group_norm_dnnlowp_op_avx2.cc.o 2022-11-23T00:54:00.9172448Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:00.9385226Z [ 40%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/pool_dnnlowp_op_avx2.cc.o 2022-11-23T00:54:00.9954374Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:01.0469258Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:01.0659030Z [ 40%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/relu_dnnlowp_op_avx2.cc.o 2022-11-23T00:54:01.1141168Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:01.1216850Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_fused_8bit_rowwise_avx2.cc.o 2022-11-23T00:54:01.1310112Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_fused_8bit_rowwise_idx_avx2.cc.o 2022-11-23T00:54:01.1500886Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_idx_avx2.cc.o 2022-11-23T00:54:01.1852304Z [ 40%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-11-23T00:54:01.1881078Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:01.2168145Z [ 40%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/spatial_batch_norm_dnnlowp_op_avx2.cc.o 2022-11-23T00:54:01.2665286Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:01.3498234Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:01.3740966Z [ 40%] Built target vec_test_all_types_DEFAULT 2022-11-23T00:54:01.3809200Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:01.3858716Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:01.4252068Z [ 40%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:54:01.4391173Z [ 40%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:54:01.4455079Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/lstm_unit_cpu_avx2.cc.o 2022-11-23T00:54:01.4502620Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:01.4504337Z [ 40%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/transpose.cc.o 2022-11-23T00:54:01.4516295Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/math_cpu_avx2.cc.o 2022-11-23T00:54:01.5344315Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:01.6078344Z [ 40%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/norm_minimization_avx2.cc.o 2022-11-23T00:54:01.6179702Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:54:01.6834935Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:54:01.6872771Z [ 40%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/typed_axpy_avx2.cc.o 2022-11-23T00:54:01.7033078Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:54:01.7334050Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:54:01.7500510Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:54:01.7780762Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:54:01.8107210Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:54:01.8113801Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:54:01.8164516Z [ 40%] Built target caffe2_dnnlowp_avx2_ops 2022-11-23T00:54:01.8217503Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:54:01.8438175Z [ 40%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-11-23T00:54:01.8692345Z [ 40%] Built target caffe2_protos 2022-11-23T00:54:01.8739527Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-11-23T00:54:01.8740347Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-11-23T00:54:01.8741790Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-11-23T00:54:01.8767880Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:54:01.9126395Z [ 40%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-11-23T00:54:01.9455631Z [ 40%] Linking CXX static library ../../lib/libCaffe2_perfkernels_avx2.a 2022-11-23T00:54:01.9508783Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:54:01.9901356Z [ 40%] Built target Caffe2_perfkernels_avx2 2022-11-23T00:54:01.9984558Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:54:02.0161517Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:54:02.0701329Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:54:02.0888709Z [ 40%] Built target vec_test_all_types_AVX2 2022-11-23T00:54:02.0969741Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:54:02.1017131Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:54:02.1345965Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:54:02.1507972Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:54:02.1518364Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:54:02.1667259Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:54:02.1716832Z [ 41%] Linking CXX static library ../../lib/libonnx_proto.a 2022-11-23T00:54:02.1826160Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:54:02.1918506Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:54:02.1956681Z [ 41%] Built target onnx_proto 2022-11-23T00:54:02.2003146Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:02.2059644Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:02.2200835Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-11-23T00:54:02.2234519Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-11-23T00:54:02.2482780Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-11-23T00:54:02.2558511Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-11-23T00:54:02.2725772Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-11-23T00:54:02.2886143Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:02.3739323Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:02.3981646Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:02.4408182Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-11-23T00:54:02.4555741Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-11-23T00:54:02.4622881Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:02.4883925Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-11-23T00:54:02.5141497Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-11-23T00:54:02.5300304Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:02.5782786Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:02.6089496Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:02.6137902Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-11-23T00:54:02.6541409Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-11-23T00:54:02.6814175Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:02.6967132Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-11-23T00:54:02.7180902Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:02.7339924Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-11-23T00:54:02.7661555Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-11-23T00:54:02.8186924Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:02.8742988Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-11-23T00:54:02.9040927Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:02.9348775Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-11-23T00:54:02.9794583Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-11-23T00:54:02.9892416Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:03.0230336Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:03.0576506Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:03.1021317Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-11-23T00:54:03.1097107Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-11-23T00:54:03.1411811Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:03.1489390Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-11-23T00:54:03.1862295Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-11-23T00:54:03.2259157Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-11-23T00:54:03.2366127Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:03.3395920Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:03.3939213Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:03.4046543Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:03.4296284Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:03.4394223Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-11-23T00:54:03.4472129Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-11-23T00:54:03.4658920Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:03.4888206Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:03.4963077Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:03.5300484Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-11-23T00:54:03.5557341Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-11-23T00:54:03.5578806Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-11-23T00:54:03.5870021Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:03.6752455Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:03.7176369Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:03.7482308Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-11-23T00:54:03.7682681Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-11-23T00:54:03.7917241Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-11-23T00:54:03.8055529Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:03.8063789Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:03.8088979Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:03.8795611Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-11-23T00:54:03.9041837Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-11-23T00:54:03.9545538Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:03.9943361Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-11-23T00:54:04.0397962Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:04.0595977Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:04.1217847Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-11-23T00:54:04.1238854Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-11-23T00:54:04.1400355Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:04.1458157Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:04.1990790Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:04.2260856Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:04.2303289Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-11-23T00:54:04.2489068Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:04.2874434Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:04.3119699Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-11-23T00:54:04.3413649Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-11-23T00:54:04.3751084Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:04.3870005Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:04.3969810Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:04.4641403Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-11-23T00:54:04.4646153Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-11-23T00:54:04.4949932Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:04.5008234Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-11-23T00:54:04.5886222Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:04.5931007Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-11-23T00:54:04.6044192Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:54:04.6667909Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-11-23T00:54:04.6937778Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:54:04.7496136Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:54:04.7541150Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:54:04.7929713Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-11-23T00:54:04.8087362Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:54:04.8214576Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-11-23T00:54:04.8245791Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-11-23T00:54:04.8483378Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:54:04.8828072Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-11-23T00:54:04.9158690Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:54:04.9212795Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-11-23T00:54:04.9825900Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:54:05.0408824Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:54:05.0891856Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:54:05.1036194Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:54:05.1077779Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:54:05.1387793Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:54:05.1494988Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:54:05.1592771Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:54:05.1607760Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:54:05.1854182Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:54:05.1905734Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:54:05.2008314Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:54:05.2011646Z [ 41%] Linking CXX static library ../../lib/libonnx.a 2022-11-23T00:54:05.2058185Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:54:05.2272076Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:54:05.2446442Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:54:05.2590383Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:54:05.2626998Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:54:05.2704697Z [ 41%] Built target onnx 2022-11-23T00:54:05.2777008Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:54:05.2868414Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-11-23T00:54:05.3045436Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:54:05.3046538Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:54:05.3083596Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:54:05.3322230Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:54:05.3411311Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:54:05.3497311Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-11-23T00:54:05.3601610Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-11-23T00:54:05.3747889Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:54:05.3775801Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T00:54:05.3899846Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T00:54:05.3934259Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T00:54:05.3937936Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T00:54:05.4144985Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T00:54:05.4373335Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-11-23T00:54:05.5032159Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-11-23T00:54:05.5665189Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-11-23T00:54:05.6232467Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-11-23T00:54:05.6500553Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:54:05.6823472Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T00:54:05.7145396Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-11-23T00:54:05.7746305Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-11-23T00:54:05.8380586Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:54:05.8389627Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:54:05.8707373Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T00:54:05.8949869Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T00:54:05.9050872Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:54:05.9732379Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:54:06.0432066Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:54:06.1086745Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:54:06.1186352Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-11-23T00:54:06.1692171Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:54:06.2434775Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:54:06.2759239Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-11-23T00:54:06.3068375Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T00:54:06.3127086Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-11-23T00:54:06.3689853Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-11-23T00:54:06.3815041Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T00:54:06.4253926Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-11-23T00:54:06.4616775Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T00:54:06.4856665Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T00:54:06.4870750Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:54:06.5471153Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:54:06.6088457Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:54:06.6628352Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:54:06.6866611Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:54:06.6867880Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T00:54:06.7170817Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T00:54:06.7428242Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T00:54:06.7485829Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:54:06.7538696Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T00:54:06.8125622Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:54:06.8593618Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:54:06.8783440Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T00:54:06.9075928Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:54:06.9704931Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-11-23T00:54:07.0303149Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-11-23T00:54:07.1062388Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T00:54:07.1434289Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-11-23T00:54:07.2019243Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:54:07.2395292Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:54:07.2465882Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-11-23T00:54:07.2630774Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:54:07.3048133Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:54:07.3096631Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-11-23T00:54:07.3160652Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T00:54:07.3429896Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T00:54:07.3628786Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:54:07.3983794Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-11-23T00:54:07.4221291Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:54:07.4457618Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:54:07.4960640Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-11-23T00:54:07.5045119Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-11-23T00:54:07.5082220Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:54:07.5453230Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:54:07.5771918Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-11-23T00:54:07.5833786Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:54:07.6131817Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:54:07.6465505Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-11-23T00:54:07.6811196Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:54:07.6954244Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-11-23T00:54:07.7426827Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:54:07.7758741Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-11-23T00:54:07.8124755Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-11-23T00:54:07.8711737Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-11-23T00:54:07.9270530Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-11-23T00:54:07.9883026Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-11-23T00:54:07.9936823Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-11-23T00:54:08.0555864Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-11-23T00:54:08.0697774Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:54:08.1094287Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:54:08.1162472Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-11-23T00:54:08.1328865Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-11-23T00:54:08.1607289Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:54:08.1971005Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:54:08.2194064Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-11-23T00:54:08.2214718Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:54:08.2467199Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:54:08.2580399Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T00:54:08.2788346Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T00:54:08.3218512Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:54:08.3557919Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:54:08.3984107Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T00:54:08.4310698Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:54:08.4792129Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:54:08.5109095Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-11-23T00:54:08.5468292Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:54:08.6205194Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:54:08.6838938Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-11-23T00:54:08.7504944Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:54:08.7582633Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-11-23T00:54:08.8286552Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-11-23T00:54:08.8376446Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-11-23T00:54:08.9055926Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-11-23T00:54:08.9385766Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-11-23T00:54:08.9960210Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T00:54:09.0149045Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-11-23T00:54:09.0972936Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-11-23T00:54:09.1269259Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-11-23T00:54:09.1499879Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-11-23T00:54:09.1782375Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T00:54:09.1984400Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-11-23T00:54:09.2023943Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-11-23T00:54:09.2206415Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:54:09.2313609Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-11-23T00:54:09.2785060Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:54:09.2908774Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-11-23T00:54:09.2967508Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-11-23T00:54:09.3497119Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-11-23T00:54:09.3542501Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-11-23T00:54:09.4318418Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:54:09.5212056Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-11-23T00:54:09.6045225Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:54:09.6060817Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-11-23T00:54:09.6916673Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-11-23T00:54:09.7336096Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:54:09.7812137Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-11-23T00:54:09.8137225Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-11-23T00:54:09.8597573Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-11-23T00:54:09.8838519Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-11-23T00:54:09.9473228Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:54:09.9790527Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-11-23T00:54:10.0309104Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-11-23T00:54:10.0440229Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-11-23T00:54:10.0659360Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-11-23T00:54:10.1109032Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-11-23T00:54:10.1552175Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-11-23T00:54:10.1654121Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-11-23T00:54:10.2049023Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-11-23T00:54:10.2296201Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-11-23T00:54:10.2364695Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:54:10.2395766Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-11-23T00:54:10.2994161Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-11-23T00:54:10.3187493Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-11-23T00:54:10.4101042Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:54:10.4211833Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-11-23T00:54:10.4811740Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-11-23T00:54:10.5145778Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-11-23T00:54:10.5710758Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-11-23T00:54:10.5990637Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-11-23T00:54:10.6702669Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-11-23T00:54:10.7092498Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-11-23T00:54:10.7570812Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-11-23T00:54:10.8261580Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-11-23T00:54:10.8296023Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-11-23T00:54:10.8742180Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-11-23T00:54:10.9037511Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T00:54:10.9056651Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T00:54:10.9253682Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-11-23T00:54:10.9296841Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-11-23T00:54:10.9370431Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T00:54:10.9969017Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T00:54:11.0187203Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-11-23T00:54:11.0221396Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-11-23T00:54:11.0906899Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T00:54:11.1083330Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-11-23T00:54:11.1491685Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-11-23T00:54:11.1952611Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T00:54:11.2269537Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:54:11.3221922Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-11-23T00:54:11.3593899Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-11-23T00:54:11.4024815Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T00:54:11.4558701Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-11-23T00:54:11.5432219Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-11-23T00:54:11.6219858Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-11-23T00:54:11.6970246Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-11-23T00:54:11.7686670Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-11-23T00:54:11.8697714Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-11-23T00:54:11.9630765Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:54:11.9653103Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-11-23T00:54:12.0795061Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T00:54:12.0832812Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-11-23T00:54:12.2182963Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T00:54:12.2316795Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:54:12.2399862Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T00:54:12.2444793Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:54:12.3099468Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T00:54:12.3437175Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:54:12.4284695Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-11-23T00:54:12.4816392Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T00:54:12.5314408Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-11-23T00:54:12.6257686Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-11-23T00:54:12.7101975Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-11-23T00:54:12.7984839Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-11-23T00:54:12.8846502Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-11-23T00:54:12.9833618Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-11-23T00:54:13.0786781Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-11-23T00:54:13.1086595Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T00:54:13.1745177Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-11-23T00:54:13.2926651Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-11-23T00:54:13.3296081Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-11-23T00:54:13.4005096Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T00:54:13.4113279Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T00:54:13.4432619Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-11-23T00:54:13.5175506Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:54:13.5531556Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T00:54:13.5579978Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T00:54:13.5946545Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:54:13.6997762Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:54:13.7872351Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:54:13.8748221Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:54:14.0088249Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:54:14.1116847Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:54:14.1391282Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:54:14.1947522Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:54:14.2160549Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T00:54:14.2906780Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:54:14.3740900Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:54:14.4105502Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T00:54:14.4694444Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:54:14.5974013Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:54:14.5984753Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-11-23T00:54:14.7016364Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T00:54:14.7101774Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T00:54:14.7426101Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:54:14.8104314Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-11-23T00:54:14.8708599Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T00:54:14.9189424Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:54:15.0384154Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:54:15.1421290Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:54:15.1493946Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:54:15.2399892Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T00:54:15.2400763Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:54:15.3066089Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T00:54:15.3612048Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:54:15.4311349Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:54:15.4489074Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:54:15.5146643Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T00:54:15.5410975Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:54:15.6348290Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:54:15.6482029Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:54:15.6911222Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T00:54:15.7150728Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T00:54:15.7339504Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:54:15.7370010Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T00:54:15.8347124Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:54:15.9180346Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:54:15.9575053Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T00:54:16.0066918Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:54:16.0838295Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:54:16.1710402Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:54:16.1768009Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-11-23T00:54:16.2421063Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T00:54:16.2489408Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-11-23T00:54:16.3185305Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-11-23T00:54:16.3799987Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-11-23T00:54:16.3900230Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T00:54:16.4494313Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-11-23T00:54:16.5658482Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-11-23T00:54:16.5905759Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-11-23T00:54:16.5958227Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T00:54:16.6597346Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:54:16.6869316Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T00:54:16.7058638Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-11-23T00:54:16.7171627Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T00:54:16.7484657Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T00:54:16.7733460Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:54:16.7777353Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T00:54:16.8467866Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-11-23T00:54:16.9191716Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:54:16.9759952Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-11-23T00:54:16.9878295Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T00:54:17.0491818Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:54:17.1208916Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-11-23T00:54:17.1404583Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:54:17.1602469Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T00:54:17.1837206Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T00:54:17.2005018Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-11-23T00:54:17.2226376Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:54:17.2412153Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-11-23T00:54:17.2778939Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T00:54:17.3050848Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T00:54:17.3098262Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:54:17.3502050Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-11-23T00:54:17.3826598Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T00:54:17.3937974Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T00:54:17.4209484Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:54:17.4928496Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-11-23T00:54:17.5655911Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:54:17.6115206Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-11-23T00:54:17.6341313Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T00:54:17.6733776Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:54:17.6758697Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-11-23T00:54:17.6803176Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T00:54:17.7464746Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:54:17.7528381Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T00:54:17.7619120Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-11-23T00:54:17.8276461Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T00:54:17.8337923Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T00:54:17.8375343Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:54:17.9012738Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-11-23T00:54:17.9223691Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T00:54:17.9794383Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:54:18.0710016Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-11-23T00:54:18.0735227Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:54:18.1407872Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T00:54:18.1418507Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-11-23T00:54:18.2142937Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:54:18.2348075Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-11-23T00:54:18.2640241Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:54:18.2808276Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T00:54:18.2935915Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T00:54:18.3220893Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-11-23T00:54:18.3450590Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T00:54:18.3514282Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:54:18.3986998Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-11-23T00:54:18.4304006Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:54:18.4743102Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T00:54:18.4830720Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T00:54:18.5060119Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-11-23T00:54:18.5777451Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:54:18.5900663Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-11-23T00:54:18.6285224Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T00:54:18.6498560Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T00:54:18.6546667Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:54:18.6994221Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:54:18.7386032Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T00:54:18.7865512Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-11-23T00:54:18.8733958Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-11-23T00:54:18.8822449Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-11-23T00:54:18.9100943Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T00:54:18.9515202Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T00:54:18.9628964Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:54:19.0197810Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-11-23T00:54:19.0454208Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T00:54:19.0542969Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-11-23T00:54:19.0860573Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T00:54:19.1256454Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:54:19.1611971Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-11-23T00:54:19.1850504Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:54:19.1937210Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T00:54:19.2330363Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T00:54:19.2832792Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-11-23T00:54:19.3587557Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:54:19.3758966Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-11-23T00:54:19.4266865Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T00:54:19.4464843Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-11-23T00:54:19.4498304Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T00:54:19.5010809Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-11-23T00:54:19.5135374Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T00:54:19.5389263Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-11-23T00:54:19.5744534Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-11-23T00:54:19.6127490Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T00:54:19.6411912Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-11-23T00:54:19.6609173Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T00:54:19.7172074Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-11-23T00:54:19.8054579Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:54:19.8801354Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-11-23T00:54:19.8808646Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-11-23T00:54:19.8873902Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T00:54:19.9156830Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T00:54:19.9157811Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-11-23T00:54:19.9337650Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T00:54:19.9486835Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-11-23T00:54:19.9569484Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T00:54:19.9826834Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T00:54:20.0221244Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:54:20.0955376Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-11-23T00:54:20.1715832Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-11-23T00:54:20.2445428Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-11-23T00:54:20.2750487Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T00:54:20.3115405Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-11-23T00:54:20.3178672Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T00:54:20.3207156Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T00:54:20.3652254Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:54:20.3888135Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T00:54:20.4063176Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:54:20.4377952Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T00:54:20.4723583Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:54:20.5435553Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:20.5790014Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:20.6242875Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T00:54:20.6307804Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:20.6513898Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:20.6573132Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T00:54:20.7225099Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T00:54:20.7263661Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-11-23T00:54:20.7709645Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-11-23T00:54:20.8159184Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T00:54:20.8396290Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-11-23T00:54:20.8539201Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T00:54:20.9266094Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-11-23T00:54:21.0256867Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:54:21.0979131Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:54:21.1108761Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:54:21.1224213Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T00:54:21.1309785Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:54:21.1809624Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T00:54:21.1969659Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T00:54:21.2045809Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:54:21.2162986Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:54:21.2644942Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T00:54:21.2904123Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T00:54:21.3104885Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:54:21.4051922Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:54:21.4945132Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-11-23T00:54:21.5170226Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:54:21.5685473Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T00:54:21.6042284Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-11-23T00:54:21.6053707Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:21.6304721Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-11-23T00:54:21.6688923Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:21.7118289Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:21.7367613Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:21.7468425Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:21.7799647Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-11-23T00:54:21.8132865Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-11-23T00:54:21.8137937Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:21.8944591Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:21.9735121Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:21.9788752Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-11-23T00:54:22.0381901Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-11-23T00:54:22.0406247Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-11-23T00:54:22.0476401Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-11-23T00:54:22.0745544Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-11-23T00:54:22.1038012Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-11-23T00:54:22.1080668Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T00:54:22.1273262Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-11-23T00:54:22.1990191Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-11-23T00:54:22.2086317Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T00:54:22.2784970Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-11-23T00:54:22.3584969Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-11-23T00:54:22.4288348Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-11-23T00:54:22.4303558Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T00:54:22.4854843Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-11-23T00:54:22.4888092Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T00:54:22.5536544Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:54:22.5704022Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-11-23T00:54:22.5779594Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-11-23T00:54:22.6358922Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T00:54:22.6367905Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T00:54:22.6505959Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-11-23T00:54:22.7383079Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-11-23T00:54:22.7507704Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T00:54:22.8198078Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T00:54:22.8235979Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-11-23T00:54:22.8450640Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-11-23T00:54:22.8966738Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T00:54:22.9292470Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-11-23T00:54:23.0097337Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-11-23T00:54:23.0200008Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T00:54:23.0627875Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-11-23T00:54:23.0777165Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T00:54:23.0860159Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-11-23T00:54:23.1350757Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T00:54:23.1584507Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-11-23T00:54:23.2303742Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-11-23T00:54:23.2623036Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-11-23T00:54:23.3046932Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-11-23T00:54:23.3326840Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T00:54:23.3333918Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:54:23.3821260Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T00:54:23.4028891Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-11-23T00:54:23.4585692Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:54:23.4771108Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T00:54:23.5051513Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T00:54:23.5353328Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-11-23T00:54:23.5582979Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:54:23.6137654Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-11-23T00:54:23.6171115Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T00:54:23.6287841Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T00:54:23.6838095Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:54:23.7358289Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-11-23T00:54:23.7462047Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:54:23.8147359Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T00:54:23.8304832Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:54:23.8887270Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:54:23.9229816Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-11-23T00:54:23.9711319Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-11-23T00:54:23.9947638Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T00:54:24.0239367Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-11-23T00:54:24.0392106Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-11-23T00:54:24.0651083Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-11-23T00:54:24.0657475Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T00:54:24.0902519Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-11-23T00:54:24.1076361Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-11-23T00:54:24.1342805Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T00:54:24.1598667Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T00:54:24.1824804Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-11-23T00:54:24.2306174Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-11-23T00:54:24.2543582Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T00:54:24.3051273Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-11-23T00:54:24.3885678Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-11-23T00:54:24.3953056Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-11-23T00:54:24.4579627Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T00:54:24.4670204Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-11-23T00:54:24.5071705Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-11-23T00:54:24.5316603Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-11-23T00:54:24.5597550Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-11-23T00:54:24.5788857Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-11-23T00:54:24.5843202Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-11-23T00:54:24.6059484Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T00:54:24.6187873Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-11-23T00:54:24.6457775Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-11-23T00:54:24.6579606Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-11-23T00:54:24.6735374Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T00:54:24.6779898Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T00:54:24.7029592Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T00:54:24.7220483Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-11-23T00:54:24.8122367Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-11-23T00:54:24.8451500Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-11-23T00:54:24.8709736Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-11-23T00:54:24.9071171Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T00:54:24.9425061Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-11-23T00:54:25.0198788Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-11-23T00:54:25.1160192Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-11-23T00:54:25.1347457Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T00:54:25.1371652Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:25.1430933Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:25.1871269Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T00:54:25.2169625Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T00:54:25.2191918Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:25.2427577Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:25.2518880Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:25.2716523Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:25.3120004Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T00:54:25.3249034Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:25.3256298Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T00:54:25.3505927Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:25.4090830Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T00:54:25.4376110Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:25.5260115Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:25.5463335Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:25.6158703Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T00:54:25.6382543Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:25.6449877Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T00:54:25.7078721Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:25.7735804Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:25.8099964Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T00:54:25.8141684Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T00:54:25.8707163Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:25.9649520Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:25.9699652Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T00:54:26.0629106Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:26.0632209Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:26.0697138Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:26.1433785Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T00:54:26.1621460Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:26.1649578Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T00:54:26.2212209Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:26.2509862Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T00:54:26.3127704Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:26.3470265Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T00:54:26.3946331Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:26.4705866Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T00:54:26.5023936Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:26.5505974Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:26.5749961Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T00:54:26.5848432Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T00:54:26.6228347Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:26.6342359Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T00:54:26.6986959Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:26.7621897Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:26.7985103Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T00:54:26.8569919Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:26.8760796Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:26.9476906Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T00:54:26.9750586Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:27.0379533Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:27.0457838Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:27.0774958Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T00:54:27.1253381Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T00:54:27.1444312Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:27.1899764Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T00:54:27.2235276Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:27.2302800Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:27.3042432Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T00:54:27.3346061Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:27.3792487Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T00:54:27.4252972Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:27.5170194Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:27.5575743Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:27.5895286Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T00:54:27.5935453Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:27.6423897Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T00:54:27.6437558Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T00:54:27.7488602Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:27.7666756Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:27.8193271Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:27.8504501Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T00:54:27.8951372Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T00:54:27.9569530Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:27.9749351Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:28.0332073Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T00:54:28.0584469Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T00:54:28.0602154Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:28.1045076Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:28.1409989Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T00:54:28.1865876Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:28.2773076Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:28.3513021Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:28.3630530Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T00:54:28.4370967Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:28.4371584Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T00:54:28.4746053Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:28.4965322Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:28.5127910Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T00:54:28.5486663Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T00:54:28.5709651Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:28.5710209Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T00:54:28.6728060Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:28.7697981Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:28.7954532Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:28.8560705Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T00:54:28.8804774Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:28.8871404Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:28.9579578Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T00:54:28.9620004Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T00:54:28.9762817Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:28.9924363Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T00:54:29.0584956Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:29.1424147Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:29.2239786Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:29.2441089Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T00:54:29.2530651Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:29.3013304Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T00:54:29.3346087Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:29.3462653Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:29.3925392Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:29.4069126Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T00:54:29.4294028Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T00:54:29.4784705Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:54:29.4959130Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:54:29.5539951Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T00:54:29.5830068Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:54:29.6594630Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:54:29.7226362Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:54:29.7265763Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T00:54:29.7636835Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:54:29.7895428Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T00:54:29.8174467Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:29.8355608Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T00:54:29.8627010Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:29.9064507Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T00:54:29.9504312Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:30.0323966Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:30.1150678Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:30.1186941Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T00:54:30.2096227Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:30.2568657Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:30.2854475Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T00:54:30.3415794Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:30.3461578Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:30.4179652Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T00:54:30.4458838Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:30.4540618Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T00:54:30.5341958Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:30.5704309Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T00:54:30.6211426Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:30.6253539Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:30.7037954Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T00:54:30.7181508Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:30.7941722Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:30.8252232Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:30.8649786Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:30.8868250Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T00:54:30.9106123Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:30.9180060Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T00:54:30.9493420Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T00:54:30.9865106Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:31.0031977Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T00:54:31.0744481Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:31.1374982Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:31.1697492Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T00:54:31.2068616Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:31.2232919Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:31.2958810Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T00:54:31.3090629Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:31.3425161Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:31.3830696Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:31.4368505Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T00:54:31.4671736Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:31.4794516Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T00:54:31.5469110Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:31.5970927Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T00:54:31.6199382Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:31.6616339Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:31.6812904Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:31.7024439Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T00:54:31.7458524Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T00:54:31.7743588Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:31.8488878Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:31.8647625Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T00:54:31.9301043Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:31.9510696Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:32.0050155Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:32.0318775Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T00:54:32.0400896Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:32.0862047Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T00:54:32.1199652Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T00:54:32.1200537Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:32.1619900Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:32.2046270Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:32.2451096Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T00:54:32.2961713Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:32.3348406Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:32.3782748Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T00:54:32.4224403Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:32.4547202Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:32.4969277Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:32.5371590Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T00:54:32.5427376Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T00:54:32.5620251Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:32.5743790Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:32.6408765Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:32.6671688Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T00:54:32.6929923Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:32.7186027Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:32.7575362Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:32.7626674Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:54:32.7945519Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T00:54:32.8465069Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:32.9218743Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:32.9379825Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T00:54:32.9932472Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:33.0813699Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:33.0935406Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:54:33.1584980Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-11-23T00:54:33.2269067Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-11-23T00:54:33.2270786Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:54:33.2642111Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T00:54:33.3121486Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-11-23T00:54:33.3998759Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:33.4208121Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:33.4814928Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T00:54:33.5149565Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T00:54:33.5288100Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T00:54:33.5923277Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T00:54:33.6304085Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:33.7122514Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:33.7221430Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T00:54:33.7947783Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T00:54:33.8627707Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T00:54:33.8859212Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T00:54:33.9038785Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:33.9410821Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:33.9730536Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T00:54:33.9908218Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:34.0170719Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:34.0585540Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T00:54:34.0985287Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:54:34.1450356Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:54:34.1719229Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:34.1777131Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T00:54:34.2135814Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T00:54:34.2589589Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:34.3323013Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:34.4006894Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:34.4106231Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:34.4222446Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T00:54:34.4778780Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T00:54:34.4782985Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:34.4793809Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:34.5539721Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T00:54:34.5584273Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:34.6176734Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:54:34.6217423Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:54:34.6235267Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T00:54:34.6916366Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T00:54:34.7061596Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:54:34.7785902Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:54:34.8456167Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T00:54:34.8588469Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:54:34.9386231Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T00:54:34.9410758Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:54:35.0105037Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T00:54:35.0146364Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:35.0760381Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:35.0779852Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:35.1289438Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T00:54:35.1489075Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T00:54:35.1596038Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:35.2397770Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:35.3264868Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:35.4022760Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:35.4440600Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T00:54:35.4836456Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:35.5719513Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:35.6528694Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:35.7237269Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:35.7505326Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:35.7919332Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T00:54:35.8226031Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:35.9104723Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:35.9311561Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:35.9712387Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:35.9950690Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:36.0291075Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T00:54:36.0466614Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:36.0830639Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:36.0928600Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T00:54:36.1303156Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:36.1825659Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:36.2170122Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T00:54:36.2631558Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:36.2984232Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:36.3492837Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T00:54:36.3875268Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:36.5289190Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:36.6202856Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:36.6417854Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:36.6424000Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:36.7154711Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:54:36.7320841Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T00:54:36.7464610Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:36.7506006Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:36.7673554Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:36.8258112Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T00:54:36.8305257Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T00:54:36.8708975Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:36.9423562Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:36.9533425Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T00:54:36.9775894Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T00:54:37.0138752Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:37.1020754Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:37.1820560Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:37.2843719Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:37.3855493Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:37.4745477Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:37.5496537Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:37.6138173Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:37.6387952Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T00:54:37.7294254Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:37.8142069Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:37.9315127Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:37.9329832Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-11-23T00:54:37.9600499Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T00:54:37.9987336Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-11-23T00:54:38.0081968Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-11-23T00:54:38.0223054Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:38.0575119Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:38.0628067Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T00:54:38.0838051Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T00:54:38.0892655Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T00:54:38.1394279Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:38.2225231Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:38.2952996Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:38.3671270Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:38.4385099Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:38.4918141Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:38.5138123Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T00:54:38.5350474Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:54:38.5554585Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-11-23T00:54:38.5566447Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T00:54:38.5933277Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T00:54:38.6039974Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:54:38.6271168Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T00:54:38.6732959Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:54:38.6905686Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:54:38.7422446Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T00:54:38.7528594Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-11-23T00:54:38.8278681Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:54:38.9053145Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:54:38.9510344Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:54:38.9804833Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:54:39.0251693Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-11-23T00:54:39.0294397Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-11-23T00:54:39.0653133Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T00:54:39.1041878Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-11-23T00:54:39.1331129Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:54:39.1782738Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:54:39.2013983Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T00:54:39.2107210Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:54:39.2588907Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:54:39.2589786Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-11-23T00:54:39.2891758Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-11-23T00:54:39.2899303Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T00:54:39.3217028Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-11-23T00:54:39.3835391Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-11-23T00:54:39.4132653Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T00:54:39.4525251Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T00:54:39.4585706Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T00:54:39.4943695Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-11-23T00:54:39.5264364Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T00:54:39.6074241Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T00:54:39.6333852Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-11-23T00:54:39.7096935Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-11-23T00:54:39.7150007Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-11-23T00:54:39.8281600Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T00:54:39.8416141Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-11-23T00:54:39.8559594Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-11-23T00:54:39.9132943Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-11-23T00:54:39.9635075Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T00:54:39.9692642Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-11-23T00:54:40.0413837Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T00:54:40.0856384Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:54:40.1134113Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:54:40.1503252Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:54:40.1524669Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:54:40.1674664Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T00:54:40.2537234Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:54:40.3279094Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:54:40.3745227Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T00:54:40.3978729Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-11-23T00:54:40.4236311Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-11-23T00:54:40.5025875Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-11-23T00:54:40.5513835Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-11-23T00:54:40.6141868Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-11-23T00:54:40.6192844Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-11-23T00:54:40.6248022Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T00:54:40.6552223Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T00:54:40.7264026Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T00:54:40.7321235Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-11-23T00:54:40.8144216Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-11-23T00:54:40.8506069Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T00:54:40.8926905Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-11-23T00:54:40.9029369Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T00:54:40.9736965Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-11-23T00:54:41.0613481Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T00:54:41.1041401Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T00:54:41.1547667Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-11-23T00:54:41.2430923Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-11-23T00:54:41.3305443Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-11-23T00:54:41.3714321Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-11-23T00:54:41.3861929Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-11-23T00:54:41.4451857Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T00:54:41.4704865Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T00:54:41.4830851Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:41.5433118Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:41.5700631Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T00:54:41.6302345Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:54:41.7194343Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:41.7940980Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:41.8849774Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:54:41.9112858Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T00:54:41.9893945Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:41.9897841Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T00:54:42.0366889Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T00:54:42.0752645Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:42.1126449Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T00:54:42.1521324Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:54:42.1567224Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:42.2359197Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:42.2387194Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:42.3283121Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:42.3317976Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T00:54:42.4176789Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:42.4177458Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:42.4388792Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-11-23T00:54:42.4442501Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-11-23T00:54:42.4963158Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:54:42.5059213Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:54:42.5060243Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-11-23T00:54:42.5459450Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T00:54:42.5807786Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-11-23T00:54:42.5821489Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-11-23T00:54:42.6551825Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T00:54:42.6691673Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-11-23T00:54:42.7466496Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-11-23T00:54:42.8266955Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T00:54:42.9130264Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-11-23T00:54:43.0019199Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-11-23T00:54:43.0052684Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T00:54:43.0964729Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-11-23T00:54:43.1723461Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-11-23T00:54:43.1814966Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T00:54:43.2251582Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-11-23T00:54:43.2546039Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-11-23T00:54:43.3064349Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T00:54:43.3370499Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:54:43.3589847Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:54:43.3768113Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:54:43.3974302Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T00:54:43.4339834Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T00:54:43.4545607Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T00:54:43.4581168Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:54:43.5432874Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-11-23T00:54:43.6206763Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:54:43.7031081Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:54:43.7662386Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:54:43.7904205Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T00:54:43.7941493Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:54:43.8446435Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T00:54:43.8681569Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:54:43.8775649Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-11-23T00:54:43.8899210Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-11-23T00:54:43.9412317Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T00:54:43.9518993Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T00:54:43.9741490Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-11-23T00:54:44.0434936Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-11-23T00:54:44.1112422Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-11-23T00:54:44.1917809Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-11-23T00:54:44.2150618Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T00:54:44.3053449Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-11-23T00:54:44.3745643Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-11-23T00:54:44.3878032Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T00:54:44.4542641Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-11-23T00:54:44.5546253Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-11-23T00:54:44.5743459Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-11-23T00:54:44.5917609Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-11-23T00:54:44.5979801Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-11-23T00:54:44.6248708Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T00:54:44.6427393Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T00:54:44.6650266Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:54:44.6659599Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T00:54:44.7574552Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-11-23T00:54:44.8214253Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:54:44.9276267Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-11-23T00:54:44.9859012Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:54:45.0077828Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T00:54:45.0737915Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-11-23T00:54:45.0838361Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:54:45.1695185Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T00:54:45.1750891Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-11-23T00:54:45.1977909Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:54:45.2039780Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T00:54:45.2454362Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:54:45.2568402Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T00:54:45.2699788Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:54:45.3135138Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-11-23T00:54:45.3483455Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T00:54:45.3910712Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-11-23T00:54:45.4961729Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-11-23T00:54:45.5818596Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-11-23T00:54:45.6088482Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T00:54:45.6452239Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-11-23T00:54:45.6588711Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-11-23T00:54:45.7167266Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T00:54:45.7349600Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-11-23T00:54:45.7359002Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-11-23T00:54:45.8102960Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T00:54:45.8134547Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-11-23T00:54:45.8464143Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T00:54:45.9106612Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-11-23T00:54:45.9824641Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-11-23T00:54:45.9923672Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T00:54:46.0491487Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-11-23T00:54:46.0893526Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-11-23T00:54:46.1096431Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T00:54:46.1706514Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-11-23T00:54:46.2100404Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-11-23T00:54:46.2418892Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-11-23T00:54:46.2924826Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-11-23T00:54:46.2940082Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T00:54:46.3044933Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:46.3617597Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T00:54:46.4034431Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:46.4777340Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:46.4821433Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:46.4869375Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:46.5568727Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T00:54:46.5620978Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:46.6184571Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T00:54:46.6904804Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:46.7727695Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:46.7830220Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T00:54:46.8553540Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:46.9770144Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:47.0783227Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:47.0810950Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T00:54:47.1495687Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:47.1751308Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:47.2271736Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:47.2733314Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T00:54:47.2738514Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T00:54:47.3210478Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:47.3584493Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T00:54:47.4029463Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:47.5233968Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:47.5469167Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T00:54:47.6052155Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:47.6526483Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T00:54:47.6747445Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:47.7416156Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T00:54:47.7780814Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:47.7829371Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T00:54:47.8453817Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:47.8603579Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:47.9268661Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:47.9562171Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T00:54:48.0127516Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:48.1052425Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:48.1452372Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:48.1873570Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T00:54:48.1980994Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T00:54:48.2369608Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:48.3259495Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:48.3586282Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:48.4502122Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T00:54:48.4503156Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:48.4986873Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T00:54:48.5427781Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:48.5752223Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T00:54:48.6116690Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:48.6142445Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:48.6247792Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T00:54:48.6916980Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T00:54:48.6979366Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T00:54:48.7065349Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:48.7534678Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:48.7924101Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T00:54:48.8471211Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:48.8990273Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:48.9398888Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T00:54:48.9730872Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:49.0029904Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:49.0642981Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:49.0679501Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:49.0984108Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T00:54:49.1343151Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:49.1457970Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T00:54:49.1631189Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T00:54:49.2112186Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:49.2970025Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:49.3061261Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:49.3829674Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T00:54:49.4031950Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:49.5003722Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:49.5504960Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:49.5792675Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:49.5929470Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:49.6411724Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T00:54:49.6466488Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:49.6509292Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T00:54:49.6788049Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T00:54:49.7225218Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:49.7234677Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T00:54:49.8616213Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:49.8904688Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:49.9436951Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T00:54:49.9824770Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:50.0752547Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:50.1143120Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:50.1203277Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:50.1652888Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T00:54:50.2052539Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:50.2053545Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T00:54:50.2378198Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:50.2853168Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:50.2989053Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T00:54:50.3201647Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T00:54:50.3751052Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:50.4650886Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:50.5397413Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T00:54:50.6042211Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:50.6716165Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:50.6930423Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:50.6955703Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:50.7614506Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T00:54:50.7660444Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-11-23T00:54:50.8457068Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:50.8489552Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:50.8689895Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:50.9285459Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-11-23T00:54:50.9712075Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:50.9821136Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:51.0186073Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:51.0505892Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:51.0970271Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-11-23T00:54:51.1125343Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-11-23T00:54:51.1828749Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:51.2734913Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:51.2785881Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T00:54:51.2874218Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-11-23T00:54:51.3494386Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:54:51.4145632Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:54:51.4621922Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:54:51.5347681Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:54:51.5515256Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:54:51.5734670Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:54:51.5786726Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T00:54:51.6239221Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:54:51.6544510Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-11-23T00:54:51.6570546Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-11-23T00:54:51.6888995Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:54:51.6950410Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:54:51.7245780Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-11-23T00:54:51.7701751Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-11-23T00:54:51.7883428Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:54:51.8657353Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:51.9628534Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:51.9752939Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:52.0413517Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T00:54:52.0834963Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:52.1225141Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:52.1345101Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:52.1569216Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T00:54:52.1945551Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:52.1984564Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T00:54:52.2186858Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T00:54:52.2244023Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T00:54:52.2934566Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:52.3953041Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:52.3997981Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T00:54:52.4247473Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:52.4667823Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:52.5190187Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T00:54:52.5567369Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:52.5858846Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T00:54:52.5977955Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:52.6347467Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T00:54:52.6767394Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:52.7595860Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:52.7946809Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:52.8465538Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.8757523Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:52.9253759Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.9536268Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:53.0347397Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:53.0971181Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:53.1263980Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:53.1777586Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.2302345Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:53.2619881Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.2940897Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:53.3117493Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.3882518Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:53.4528056Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:53.4758754Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.5144247Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:53.5285719Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.5942746Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:53.6749989Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:53.7619231Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:53.8557430Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:53.9523858Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.0677404Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.0683614Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.1145259Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.1173931Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:54.1438758Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.1812322Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.2063536Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.2279345Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.2943818Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.3262853Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.4137851Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.5004490Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.6022194Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.6156664Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.6272777Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.6861777Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.6907720Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.7265160Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.7829773Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.8212375Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.8644841Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:54.8772902Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.9190933Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:54.9585322Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.9949685Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:55.0004295Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.0833061Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:55.1580092Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:55.1850364Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.1989160Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:55.2353634Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.3031999Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:55.4117467Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:55.4718126Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:55.4981719Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:55.5026147Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:55.5583038Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-11-23T00:54:55.5811163Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.6163009Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.6464882Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-11-23T00:54:55.6483849Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.7170095Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-11-23T00:54:55.7265985Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.7943307Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-11-23T00:54:55.7990818Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.8666623Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-11-23T00:54:55.9295330Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:55.9310429Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.0034069Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:56.0705541Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T00:54:56.1100018Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.1348520Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.1440181Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T00:54:56.1869468Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:54:56.2026212Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:54:56.3061937Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T00:54:56.3290563Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.3709855Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T00:54:56.4263404Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.4571283Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:56.5021923Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.5395571Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:56.5455244Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.5837196Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.6143227Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T00:54:56.6891458Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T00:54:56.7585191Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:54:56.8216331Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.8731560Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:54:56.9029869Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T00:54:56.9812636Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.0080396Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T00:54:57.0741338Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.0779296Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:57.1276969Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.1430001Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:57.1496252Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:57.2214057Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.2503858Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:57.3243558Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:57.3245105Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:57.4003329Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.4372650Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:57.4677862Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:57.5190424Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.5220028Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:57.5862837Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:57.5867789Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.6076927Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.6541756Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:57.7107262Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.7471801Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:57.8326339Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:54:57.8415263Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:54:57.8737747Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:54:57.9572757Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.9583323Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:57.9824027Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:54:58.0561633Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:58.1009193Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:54:58.1815030Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:54:58.2693519Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:54:58.3559365Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:54:58.3969381Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:58.4351694Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:54:58.5194624Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:54:58.5858373Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:58.6434357Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:58.6751510Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:58.7146773Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:58.7231760Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:58.7626313Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:58.8408106Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:58.8672094Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:58.9271132Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:58.9563182Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:58.9570307Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:59.0009097Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:59.0303575Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:59.0532191Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:59.0888673Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:59.0990697Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:59.1135286Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:59.1452794Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:59.1789675Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:59.2033074Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:59.2142645Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:59.2624659Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:59.3029239Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T00:54:59.3229703Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:59.4160607Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:59.5025712Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:59.6120485Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:59.6250745Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-11-23T00:54:59.6588232Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T00:54:59.6612051Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T00:54:59.6935096Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:59.7427715Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:59.7525637Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:59.7737255Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/allocator.cc.o 2022-11-23T00:54:59.8376195Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/blob_serialization.cc.o 2022-11-23T00:54:59.8421698Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:59.8935930Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:59.9265354Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/blob_stats.cc.o 2022-11-23T00:54:59.9784988Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:55:00.0225774Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:55:00.0704459Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T00:55:00.0811986Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/context.cc.o 2022-11-23T00:55:00.0871202Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:55:00.1429206Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/context_base.cc.o 2022-11-23T00:55:00.1824309Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:55:00.2584798Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:55:00.3373181Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:55:00.3436964Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/db.cc.o 2022-11-23T00:55:00.3704981Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/event.cc.o 2022-11-23T00:55:00.4130071Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:55:00.4263564Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/export_c10_op_to_caffe2.cc.o 2022-11-23T00:55:00.5083620Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:55:00.5191890Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:55:00.5661251Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:55:00.5852179Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/graph.cc.o 2022-11-23T00:55:00.6072883Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init.cc.o 2022-11-23T00:55:00.6520310Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:55:00.7344323Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:55:00.7738938Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:55:00.7948985Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:55:00.8327195Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init_denormals.cc.o 2022-11-23T00:55:00.8575518Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init_intrinsics_check.cc.o 2022-11-23T00:55:00.8793514Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:55:00.8835984Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:55:00.9692815Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init_omp.cc.o 2022-11-23T00:55:00.9747505Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:55:01.0186709Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:55:01.0443572Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:55:01.0605046Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:55:01.1196901Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/int8_serialization.cc.o 2022-11-23T00:55:01.1207749Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-11-23T00:55:01.1405271Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/memonger.cc.o 2022-11-23T00:55:01.1703976Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-11-23T00:55:01.1736290Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:55:01.1914805Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/module.cc.o 2022-11-23T00:55:01.2428172Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:55:01.2460540Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net.cc.o 2022-11-23T00:55:01.3225701Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:55:01.4182425Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:55:01.5292638Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:55:01.5772828Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:55:01.5840022Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:55:01.6009819Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_base.cc.o 2022-11-23T00:55:01.6079023Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:55:01.6383216Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_scheduling.cc.o 2022-11-23T00:55:01.6485395Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:55:01.7030156Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_task.cc.o 2022-11-23T00:55:01.7140038Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_task_future.cc.o 2022-11-23T00:55:01.7227266Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:55:01.8101221Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:55:01.8466499Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:55:01.8912852Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-11-23T00:55:01.9243982Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_task_graph.cc.o 2022-11-23T00:55:01.9741797Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:55:02.0383646Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:55:02.0738577Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:55:02.0980544Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_tracing.cc.o 2022-11-23T00:55:02.1626924Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-11-23T00:55:02.1870154Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:55:02.2487039Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-11-23T00:55:02.2497869Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_dag_utils.cc.o 2022-11-23T00:55:02.2574964Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_parallel.cc.o 2022-11-23T00:55:02.2908107Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_simple.cc.o 2022-11-23T00:55:02.3308239Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:55:02.4078080Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-11-23T00:55:02.4906152Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-11-23T00:55:02.4992757Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-11-23T00:55:02.5702482Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_simple_refcount.cc.o 2022-11-23T00:55:02.5775240Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-11-23T00:55:02.6530229Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-11-23T00:55:02.6590935Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/numa.cc.o 2022-11-23T00:55:02.7253860Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-11-23T00:55:02.8076007Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-11-23T00:55:02.8546513Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-11-23T00:55:02.8983341Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/operator.cc.o 2022-11-23T00:55:02.9226372Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-11-23T00:55:02.9369702Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/operator_schema.cc.o 2022-11-23T00:55:02.9741679Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/prof_dag_counters.cc.o 2022-11-23T00:55:02.9773797Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/plan_executor.cc.o 2022-11-23T00:55:03.0331930Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-11-23T00:55:03.1465192Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-11-23T00:55:03.1743369Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-11-23T00:55:03.2788238Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-11-23T00:55:03.3278089Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:55:03.4060889Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-11-23T00:55:03.4077955Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/qtensor.cc.o 2022-11-23T00:55:03.4385204Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:55:03.4673352Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/qtensor_serialization.cc.o 2022-11-23T00:55:03.4773451Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-11-23T00:55:03.5272554Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:55:03.5508428Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/stats.cc.o 2022-11-23T00:55:03.5812987Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/tensor.cc.o 2022-11-23T00:55:03.5853747Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/tensor_int8.cc.o 2022-11-23T00:55:03.6540277Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-11-23T00:55:03.7788681Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:55:03.8566934Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-11-23T00:55:03.8765417Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-11-23T00:55:03.8862097Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:55:03.8914550Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/test_utils.cc.o 2022-11-23T00:55:03.9734208Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:55:03.9957882Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/transform.cc.o 2022-11-23T00:55:04.0112288Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:55:04.0430474Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/types.cc.o 2022-11-23T00:55:04.0946722Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:55:04.1201600Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.1547704Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.1746627Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/workspace.cc.o 2022-11-23T00:55:04.2641657Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.2904671Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.3510695Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.3911787Z [ 62%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T00:55:04.4255222Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T00:55:04.4452989Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.4602535Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.4743347Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.4799342Z /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. 2022-11-23T00:55:04.4800330Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T00:55:04.4800759Z ^~~~~~~ 2022-11-23T00:55:04.4888101Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T00:55:04.5702841Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T00:55:04.5753199Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T00:55:04.6214517Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.7280520Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.7297136Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.7585827Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.7868758Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.7980950Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.8275680Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T00:55:04.8617573Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/bench_utils.cc.o 2022-11-23T00:55:04.8654670Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.8902064Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:04.8903803Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/cpuid.cc.o 2022-11-23T00:55:04.9253340Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/broadcast.cc.o 2022-11-23T00:55:04.9322851Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/elementwise.cc.o 2022-11-23T00:55:04.9575887Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/reduce.cc.o 2022-11-23T00:55:04.9796711Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/transpose.cc.o 2022-11-23T00:55:05.0092195Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:05.1463955Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:05.1747994Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/utils.cc.o 2022-11-23T00:55:05.2714618Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:05.3922585Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:05.5183580Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:05.5184674Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:05.5223164Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:05.6437256Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math_cpu.cc.o 2022-11-23T00:55:05.6480467Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/murmur_hash3.cc.o 2022-11-23T00:55:05.6741273Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:05.7506812Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:55:05.8266917Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:05.8955526Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T00:55:06.0220492Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_convert.cc.o 2022-11-23T00:55:06.0505227Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_utils.cc.o 2022-11-23T00:55:06.0659386Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-11-23T00:55:06.0817541Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:55:06.1117149Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:55:06.1874129Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-11-23T00:55:06.1948317Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T00:55:06.2292923Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:55:06.3351543Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:55:06.4377031Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:55:06.4624220Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/signal_handler.cc.o 2022-11-23T00:55:06.4642655Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/smart_tensor_printer.cc.o 2022-11-23T00:55:06.4952869Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T00:55:06.5180745Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T00:55:06.5512021Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:55:06.6388074Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:55:06.6852737Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T00:55:06.7335493Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:55:06.7476682Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:55:06.7623792Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/adagrad.cc.o 2022-11-23T00:55:06.7863397Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-11-23T00:55:06.8373277Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/batch_box_cox.cc.o 2022-11-23T00:55:06.8687290Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup.cc.o 2022-11-23T00:55:06.8898233Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-11-23T00:55:06.9627092Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:55:06.9812074Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-11-23T00:55:06.9854597Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o 2022-11-23T00:55:07.0230713Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/fused_8bit_rowwise_embedding_lookup.cc.o 2022-11-23T00:55:07.0559887Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:55:07.0634906Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.cc.o 2022-11-23T00:55:07.0911721Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/fused_nbit_rowwise_conversion.cc.o 2022-11-23T00:55:07.1723370Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-11-23T00:55:07.3207539Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:55:07.3302094Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/lstm_unit_cpu_common.cc.o 2022-11-23T00:55:07.3568496Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-11-23T00:55:07.4104022Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:55:07.4229241Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-11-23T00:55:07.4337660Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/math_cpu_base.cc.o 2022-11-23T00:55:07.4693306Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/typed_axpy.cc.o 2022-11-23T00:55:07.4841834Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:55:07.5136584Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-11-23T00:55:07.5332242Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:55:07.5701703Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-11-23T00:55:07.5861417Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:55:07.6328638Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-11-23T00:55:07.6366426Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/aten/aten_op.cc.o 2022-11-23T00:55:07.6821401Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:55:07.7057686Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/allgather_ops.cc.o 2022-11-23T00:55:07.7058237Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-11-23T00:55:07.7668132Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/allreduce_ops.cc.o 2022-11-23T00:55:07.7978665Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/barrier_ops.cc.o 2022-11-23T00:55:07.8493034Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:55:07.8772029Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-11-23T00:55:07.9547489Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/broadcast_ops.cc.o 2022-11-23T00:55:07.9741294Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:55:08.0809945Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-11-23T00:55:08.1976727Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:55:08.3039372Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-11-23T00:55:08.3160835Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/common.cc.o 2022-11-23T00:55:08.3804082Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:55:08.4278688Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-11-23T00:55:08.4368442Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/common_world_ops.cc.o 2022-11-23T00:55:08.4904679Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/context.cc.o 2022-11-23T00:55:08.4930303Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:55:08.5333738Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/reduce_scatter_ops.cc.o 2022-11-23T00:55:08.6266651Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-11-23T00:55:08.7228732Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:55:08.8080058Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-11-23T00:55:08.8107691Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:55:08.8437196Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/store_handler.cc.o 2022-11-23T00:55:08.9191347Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-11-23T00:55:08.9484012Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:55:08.9494061Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-11-23T00:55:09.0248727Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/predictor.cc.o 2022-11-23T00:55:09.0624487Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/predictor_utils.cc.o 2022-11-23T00:55:09.0771329Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:55:09.0850165Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-11-23T00:55:09.1306440Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/predictor_config.cc.o 2022-11-23T00:55:09.1861867Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-11-23T00:55:09.1919997Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/emulator/data_filler.cc.o 2022-11-23T00:55:09.2025874Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/nomnigraph/Representations/NeuralNet.cc.o 2022-11-23T00:55:09.2816940Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-11-23T00:55:09.3889431Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T00:55:09.4493611Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/nomnigraph/tests/test_util.cc.o 2022-11-23T00:55:09.4997558Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-11-23T00:55:09.5350046Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/db/create_db_op.cc.o 2022-11-23T00:55:09.5732848Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-11-23T00:55:09.6199420Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/db/protodb.cc.o 2022-11-23T00:55:09.6218631Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/file_store_handler.cc.o 2022-11-23T00:55:09.6852950Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-11-23T00:55:09.7641116Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-11-23T00:55:09.7868984Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/file_store_handler_op.cc.o 2022-11-23T00:55:09.8305517Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/store_handler.cc.o 2022-11-23T00:55:09.8829277Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-11-23T00:55:10.0117286Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-11-23T00:55:10.0881293Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-11-23T00:55:10.1354160Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/store_ops.cc.o 2022-11-23T00:55:10.1393277Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-11-23T00:55:10.1707610Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-11-23T00:55:10.2118537Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/adam_op.cc.o 2022-11-23T00:55:10.2429276Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-11-23T00:55:10.2543288Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/channel_shuffle_op.cc.o 2022-11-23T00:55:10.2989962Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/concat_split_op.cc.o 2022-11-23T00:55:10.3427718Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-11-23T00:55:10.3718062Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/conv_op.cc.o 2022-11-23T00:55:10.4450225Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-11-23T00:55:10.5696234Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-11-23T00:55:10.6567670Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-11-23T00:55:10.7007437Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/conv_transpose_op.cc.o 2022-11-23T00:55:10.7656704Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-11-23T00:55:10.8690567Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:55:10.9752074Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-11-23T00:55:11.1014822Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:55:11.1023799Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-11-23T00:55:11.2026974Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:55:11.2342695Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/dropout_op.cc.o 2022-11-23T00:55:11.2766596Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/elementwise_sum_op.cc.o 2022-11-23T00:55:11.3113919Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/expand_squeeze_dims_op.cc.o 2022-11-23T00:55:11.3463956Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-11-23T00:55:11.4024240Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:55:11.4651942Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/fully_connected_op.cc.o 2022-11-23T00:55:11.5482941Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-11-23T00:55:11.6186755Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:55:11.6644975Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-11-23T00:55:11.7553107Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/local_response_normalization_op.cc.o 2022-11-23T00:55:11.7946034Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:55:11.9214838Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-11-23T00:55:12.0092022Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-11-23T00:55:12.1485338Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-11-23T00:55:12.1548365Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/momentum_sgd_op.cc.o 2022-11-23T00:55:12.1731313Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-11-23T00:55:12.1863919Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/operator_fallback_ideep.cc.o 2022-11-23T00:55:12.2706376Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/order_switch_ops.cc.o 2022-11-23T00:55:12.3014628Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-11-23T00:55:12.4423279Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-11-23T00:55:12.4473237Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/pool_op.cc.o 2022-11-23T00:55:12.5693245Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-11-23T00:55:12.7065323Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-11-23T00:55:12.7554221Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-11-23T00:55:12.7978110Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_add_op.cc.o 2022-11-23T00:55:12.8949019Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-11-23T00:55:13.0541815Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-11-23T00:55:13.0782941Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_conv_op.cc.o 2022-11-23T00:55:13.1352004Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-11-23T00:55:13.1814414Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_dequantize_op.cc.o 2022-11-23T00:55:13.2466164Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-11-23T00:55:13.2932716Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-11-23T00:55:13.3649949Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_fully_connected_op.cc.o 2022-11-23T00:55:13.4072282Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T00:55:13.4183164Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_given_tensor_fill_op.cc.o 2022-11-23T00:55:13.5448797Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-11-23T00:55:13.6845840Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-11-23T00:55:13.7177262Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-11-23T00:55:13.8153755Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_pool_op.cc.o 2022-11-23T00:55:13.9213372Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-11-23T00:55:13.9539258Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-11-23T00:55:14.0426064Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:55:14.0999042Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_quantize_op.cc.o 2022-11-23T00:55:14.1117400Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-11-23T00:55:14.1612902Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_relu_op.cc.o 2022-11-23T00:55:14.2492205Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-11-23T00:55:14.2831826Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/queue_ops.cc.o 2022-11-23T00:55:14.3249214Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:55:14.3891288Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-11-23T00:55:14.4387412Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/relu_op.cc.o 2022-11-23T00:55:14.4949414Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:55:14.5966893Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-11-23T00:55:14.7352497Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:55:14.8066482Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/reshape_op.cc.o 2022-11-23T00:55:14.8634893Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-11-23T00:55:15.0298774Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-11-23T00:55:15.0529812Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-11-23T00:55:15.0620039Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/shape_op.cc.o 2022-11-23T00:55:15.1480505Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/sigmoid_op.cc.o 2022-11-23T00:55:15.1771185Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-11-23T00:55:15.2109860Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-11-23T00:55:15.2933484Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-11-23T00:55:15.2994707Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-11-23T00:55:15.3371839Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-11-23T00:55:15.4061119Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/spatial_batch_norm_op.cc.o 2022-11-23T00:55:15.4140085Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/transpose_op.cc.o 2022-11-23T00:55:15.4472605Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:55:15.5309509Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:15.6332579Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:15.6666969Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:55:15.7369521Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/utility_ops.cc.o 2022-11-23T00:55:15.7590399Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:15.8540120Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:15.9927122Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:55:16.0334103Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/utils/ideep_register.cc.o 2022-11-23T00:55:16.0693835Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:16.0855875Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/observers/profile_observer.cc.o 2022-11-23T00:55:16.1492124Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:16.2868259Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:55:16.3201965Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/observers/time_observer.cc.o 2022-11-23T00:55:16.3554982Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/observers/runcnt_observer.cc.o 2022-11-23T00:55:16.3935238Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:16.4816493Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:16.6143307Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:16.6504922Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/backend.cc.o 2022-11-23T00:55:16.6782697Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:16.6997531Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/backend_rep.cc.o 2022-11-23T00:55:16.7312445Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/device.cc.o 2022-11-23T00:55:16.7979818Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:16.8898289Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:16.8983241Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/helper.cc.o 2022-11-23T00:55:16.9169297Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:16.9211141Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:16.9941342Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:17.0060704Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/offline_tensor.cc.o 2022-11-23T00:55:17.0113931Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:17.0878484Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:17.1206386Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/onnx_exporter.cc.o 2022-11-23T00:55:17.1532873Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:17.1616054Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/onnxifi_graph_info.cc.o 2022-11-23T00:55:17.2425593Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:17.3185088Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:17.3505378Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:17.3948971Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:17.4355072Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/onnxifi_init.cc.o 2022-11-23T00:55:17.4897225Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:17.4985121Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:17.5567467Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:17.5779834Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/abs_op.cc.o 2022-11-23T00:55:17.5858929Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:17.6325789Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:17.6428080Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:17.6619813Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:17.7188448Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/accumulate_op.cc.o 2022-11-23T00:55:17.7319244Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:17.7488951Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:17.7489646Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/accuracy_op.cc.o 2022-11-23T00:55:17.7672135Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/acos_op.cc.o 2022-11-23T00:55:17.8139510Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/affine_channel_op.cc.o 2022-11-23T00:55:17.8371922Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:17.9211390Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:18.0087046Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:18.1036014Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:18.2008101Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:18.2978208Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:18.3218510Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/alias_with_name.cc.o 2022-11-23T00:55:18.3570761Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:18.3634765Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:18.3960852Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/apmeter_op.cc.o 2022-11-23T00:55:18.4459083Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:18.4496583Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/arg_ops.cc.o 2022-11-23T00:55:18.5308452Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/asin_op.cc.o 2022-11-23T00:55:18.5349539Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:18.6050266Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:18.6087614Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/assert_op.cc.o 2022-11-23T00:55:18.6853387Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:18.7624025Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:18.8577050Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:18.8839398Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:18.9460871Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:18.9831023Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/async_net_barrier_op.cc.o 2022-11-23T00:55:19.0123683Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:19.0299943Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:19.0848061Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:19.0904577Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/atan_op.cc.o 2022-11-23T00:55:19.1172401Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/atomic_ops.cc.o 2022-11-23T00:55:19.2069469Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:19.2133747Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:19.2723073Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_box_cox_op.cc.o 2022-11-23T00:55:19.2732900Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:19.2960639Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:19.3570682Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_bucketize_op.cc.o 2022-11-23T00:55:19.3870247Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:19.4668421Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:19.4895949Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:55:19.5500791Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:19.5963235Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_gather_ops.cc.o 2022-11-23T00:55:19.6511833Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:19.7760336Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:55:19.8015974Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_matmul_op.cc.o 2022-11-23T00:55:19.8566560Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:19.9057439Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:19.9331355Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:55:19.9543435Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:19.9891666Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:20.0018580Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:55:20.0305293Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:20.0340135Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_moments_op.cc.o 2022-11-23T00:55:20.0828315Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_permutation_op.cc.o 2022-11-23T00:55:20.0962220Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_sparse_to_dense_op.cc.o 2022-11-23T00:55:20.1237009Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:20.1640040Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:20.2362236Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/bbox_transform_op.cc.o 2022-11-23T00:55:20.2394935Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:20.3418930Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/bisect_percentile_op.cc.o 2022-11-23T00:55:20.3710966Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:20.4539024Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:20.5593056Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:55:20.6811446Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:55:20.6853952Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/boolean_mask_ops.cc.o 2022-11-23T00:55:20.8079249Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/boolean_unmask_ops.cc.o 2022-11-23T00:55:20.8140889Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:55:20.9452673Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:55:20.9528925Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/box_with_nms_limit_op.cc.o 2022-11-23T00:55:20.9870724Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:21.0240401Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:21.0569802Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/bucketize_op.cc.o 2022-11-23T00:55:21.1091517Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/byte_weight_dequant_op.cc.o 2022-11-23T00:55:21.1386472Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:21.2349767Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:21.2818782Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:21.3096277Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cast_op.cc.o 2022-11-23T00:55:21.3137373Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:21.3979238Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cbrt_op.cc.o 2022-11-23T00:55:21.4162506Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:21.5040237Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:21.6080735Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:21.6907041Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:21.6909744Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:21.6961929Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cc_bmm_bg_op.cc.o 2022-11-23T00:55:21.7738647Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ceil_op.cc.o 2022-11-23T00:55:21.8037271Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:21.8332190Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:21.8669223Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:21.8982394Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/channel_backprop_stats_op.cc.o 2022-11-23T00:55:21.9482613Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:21.9541032Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/channel_shuffle_op.cc.o 2022-11-23T00:55:22.0279020Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:22.1134121Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/channel_stats_op.cc.o 2022-11-23T00:55:22.1262418Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:22.2171730Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:22.2815455Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:22.3015955Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/clip_op.cc.o 2022-11-23T00:55:22.3264629Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:22.3832216Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/collect_and_distribute_fpn_rpn_proposals_op.cc.o 2022-11-23T00:55:22.4267274Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:22.5202125Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:22.6059845Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:22.6334174Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:22.6940394Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:22.7232182Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/communicator_op.cc.o 2022-11-23T00:55:22.7883104Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:22.8332600Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:22.9042714Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:22.9297078Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/concat_split_op.cc.o 2022-11-23T00:55:23.0218188Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:23.0239684Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:23.0664198Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:23.1030012Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conditional_op.cc.o 2022-11-23T00:55:23.1057643Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:23.1621032Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_gradient_op.cc.o 2022-11-23T00:55:23.1863980Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_op.cc.o 2022-11-23T00:55:23.1901838Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:55:23.2860846Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:23.2926731Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:23.3595800Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_op_eigen.cc.o 2022-11-23T00:55:23.3945111Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:23.4810994Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:23.5185348Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:23.5655973Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:23.5987877Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_op_shared.cc.o 2022-11-23T00:55:23.6370285Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:23.6497604Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:23.7275254Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_transpose_gradient_op.cc.o 2022-11-23T00:55:23.7356499Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:23.8180920Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:23.9102393Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:23.9872286Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:23.9921514Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_transpose_op.cc.o 2022-11-23T00:55:24.0260174Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_transpose_op_mobile.cc.o 2022-11-23T00:55:24.0295576Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:24.0625761Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/copy_op.cc.o 2022-11-23T00:55:24.1179202Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:24.2087583Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:24.2975149Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:24.3312429Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:24.3351437Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:24.3479451Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:24.3616199Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/copy_rows_to_tensor_op.cc.o 2022-11-23T00:55:24.4114560Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cos_op.cc.o 2022-11-23T00:55:24.4168491Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cosh_op.cc.o 2022-11-23T00:55:24.4287108Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:24.5203847Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:24.5953794Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:24.6243399Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:24.6743099Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cosine_embedding_criterion_op.cc.o 2022-11-23T00:55:24.6926574Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:24.7026031Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T00:55:24.7749927Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/counter_ops.cc.o 2022-11-23T00:55:24.7799921Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T00:55:24.8494901Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:55:24.9729039Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:55:25.0915492Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T00:55:25.1569559Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T00:55:25.1593796Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:25.1912854Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:25.2147169Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/crash_op.cc.o 2022-11-23T00:55:25.2253296Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/create_scope_op.cc.o 2022-11-23T00:55:25.2469896Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T00:55:25.2642559Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/crf_viterbi_op.cc.o 2022-11-23T00:55:25.2702096Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cross_entropy_op.cc.o 2022-11-23T00:55:25.3176561Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T00:55:25.3628905Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:55:25.3854691Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ctc_beam_search_decoder_op.cc.o 2022-11-23T00:55:25.4686655Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:55:25.5982270Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T00:55:25.7279792Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T00:55:25.7648563Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ctc_greedy_decoder_op.cc.o 2022-11-23T00:55:25.8584368Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:25.8689481Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:25.9319126Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cube_op.cc.o 2022-11-23T00:55:25.9570423Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:26.0145230Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/data_couple.cc.o 2022-11-23T00:55:26.0344981Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:26.1240092Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:26.1276817Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/dataset_ops.cc.o 2022-11-23T00:55:26.1629436Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:26.2025933Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:26.2722802Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/deform_conv_gradient_op.cc.o 2022-11-23T00:55:26.2950836Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/deform_conv_op.cc.o 2022-11-23T00:55:26.3002797Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:26.4048208Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:26.4894373Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:26.6014659Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/dense_vector_to_id_list_op.cc.o 2022-11-23T00:55:26.6015548Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:55:26.6392862Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:55:26.6940393Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:55:26.7978585Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:55:26.8007724Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:55:26.8194928Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/distance_op.cc.o 2022-11-23T00:55:26.8290274Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:55:26.8923248Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/do_op.cc.o 2022-11-23T00:55:26.9082400Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/dropout_op.cc.o 2022-11-23T00:55:26.9211677Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_add_gradient_op.cc.o 2022-11-23T00:55:26.9987049Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:27.0991082Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:27.1296660Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:27.1946576Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_add_op.cc.o 2022-11-23T00:55:27.2387932Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:27.3304596Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:27.4367239Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:27.4684585Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:27.5121223Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:27.5198987Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_div_gradient_op.cc.o 2022-11-23T00:55:27.5431175Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_div_op.cc.o 2022-11-23T00:55:27.6125463Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:27.6533290Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:27.6917942Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:27.7022027Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_linear_op.cc.o 2022-11-23T00:55:27.7583609Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_logical_ops.cc.o 2022-11-23T00:55:27.7782906Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:27.8923621Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:27.9187559Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:27.9911448Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_mul_gradient_op.cc.o 2022-11-23T00:55:28.0425776Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:28.1508224Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:28.2450141Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:28.2490828Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:28.2828327Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_mul_op.cc.o 2022-11-23T00:55:28.3075746Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:28.3135356Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_ops.cc.o 2022-11-23T00:55:28.3544939Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_ops_schema.cc.o 2022-11-23T00:55:28.4072623Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:28.4351703Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:28.4935454Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:28.5311644Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:28.5865487Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_ops_utils.cc.o 2022-11-23T00:55:28.6227514Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:28.7272396Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:28.7850880Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_sub_gradient_op.cc.o 2022-11-23T00:55:28.8195764Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:28.9066287Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:29.0032449Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:29.0051701Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:29.0450738Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_sub_op.cc.o 2022-11-23T00:55:29.0971281Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_sum_op.cc.o 2022-11-23T00:55:29.0987078Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:29.1149354Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:29.1248808Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:29.2046949Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:29.2113621Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elu_op.cc.o 2022-11-23T00:55:29.2374361Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/enforce_finite_op.cc.o 2022-11-23T00:55:29.2853395Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:29.3666053Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:29.4364569Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:29.4670158Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:29.5169284Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ensure_clipped_op.cc.o 2022-11-23T00:55:29.5391250Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:29.6366855Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:29.7257498Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:29.7288430Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:29.7546030Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:29.7599044Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:29.8011645Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:29.8026461Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ensure_cpu_output_op.cc.o 2022-11-23T00:55:29.8526738Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:29.8651007Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/erf_op.cc.o 2022-11-23T00:55:29.8804416Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/exp_op.cc.o 2022-11-23T00:55:29.9265471Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:29.9968742Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:55:30.0060048Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/expand_op.cc.o 2022-11-23T00:55:30.1198561Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:55:30.1914969Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:30.2446619Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/expand_squeeze_dims_op.cc.o 2022-11-23T00:55:30.2735932Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:30.3544725Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:55:30.3903879Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:55:30.4766391Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:30.5170877Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fc_inference.cc.o 2022-11-23T00:55:30.5242035Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/feature_maps_ops.cc.o 2022-11-23T00:55:30.5454799Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:30.6481285Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:30.6531224Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:30.6822697Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-11-23T00:55:30.7125776Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/feed_blob_op.cc.o 2022-11-23T00:55:30.7424136Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/filler_op.cc.o 2022-11-23T00:55:30.7936473Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-11-23T00:55:30.8418076Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-11-23T00:55:30.9107585Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/find_duplicate_elements_op.cc.o 2022-11-23T00:55:30.9750099Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:55:31.0609833Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T00:55:31.0819127Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/find_op.cc.o 2022-11-23T00:55:31.1059519Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:55:31.1765165Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/flatten_op.cc.o 2022-11-23T00:55:31.2308907Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:55:31.3293211Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-11-23T00:55:31.3640604Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/flexible_top_k.cc.o 2022-11-23T00:55:31.3984670Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-11-23T00:55:31.4576146Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/floor_op.cc.o 2022-11-23T00:55:31.5102323Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-11-23T00:55:31.5545856Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:55:31.6058068Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-11-23T00:55:31.6466162Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/free_op.cc.o 2022-11-23T00:55:31.6753558Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-11-23T00:55:31.7295392Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-11-23T00:55:31.7598751Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:55:31.7760679Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fully_connected_op.cc.o 2022-11-23T00:55:31.8540103Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fused_rowwise_8bit_conversion_ops.cc.o 2022-11-23T00:55:31.8825762Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-11-23T00:55:31.9227658Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fused_rowwise_nbit_conversion_ops.cc.o 2022-11-23T00:55:31.9988370Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:55:32.0305674Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-11-23T00:55:32.1224457Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fused_rowwise_nbitfake_conversion_ops.cc.o 2022-11-23T00:55:32.1752750Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:55:32.2287015Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fused_rowwise_random_quantization_ops.cc.o 2022-11-23T00:55:32.2951994Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-11-23T00:55:32.3844208Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:55:32.4320274Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-11-23T00:55:32.5141725Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gather_fused_8bit_rowwise_op.cc.o 2022-11-23T00:55:32.5420666Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-11-23T00:55:32.6853564Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-11-23T00:55:32.7101584Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gather_op.cc.o 2022-11-23T00:55:32.7559887Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-11-23T00:55:32.8107808Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gather_ranges_to_dense_op.cc.o 2022-11-23T00:55:32.8472200Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-11-23T00:55:32.8871309Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gelu_op.cc.o 2022-11-23T00:55:32.9840185Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-11-23T00:55:33.1217195Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-11-23T00:55:33.1955677Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-11-23T00:55:33.2261282Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-11-23T00:55:33.2292640Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/generate_proposals_op.cc.o 2022-11-23T00:55:33.3345649Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/given_tensor_byte_string_to_uint8_fill_op.cc.o 2022-11-23T00:55:33.3727251Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-11-23T00:55:33.4112892Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-11-23T00:55:33.4463510Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/given_tensor_fill_op.cc.o 2022-11-23T00:55:33.5025814Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-11-23T00:55:33.5212675Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-11-23T00:55:33.6069998Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/glu_op.cc.o 2022-11-23T00:55:33.6226818Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:55:33.6362303Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-11-23T00:55:33.7506094Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/group_norm_op.cc.o 2022-11-23T00:55:33.7685117Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:55:33.9007779Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-11-23T00:55:33.9136767Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-11-23T00:55:34.0394415Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gru_unit_op.cc.o 2022-11-23T00:55:34.0399390Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-11-23T00:55:34.0640088Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/h_softmax_op.cc.o 2022-11-23T00:55:34.0818184Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-11-23T00:55:34.1409178Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-11-23T00:55:34.1748600Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-11-23T00:55:34.2023857Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-11-23T00:55:34.2671965Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/half_float_ops.cc.o 2022-11-23T00:55:34.2724251Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-11-23T00:55:34.3464622Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-11-23T00:55:34.3972073Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/hard_sigmoid_op.cc.o 2022-11-23T00:55:34.4503685Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:55:34.4827919Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-11-23T00:55:34.5779513Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/heatmap_max_keypoint_op.cc.o 2022-11-23T00:55:34.5959141Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:55:34.6097196Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/histogram_op.cc.o 2022-11-23T00:55:34.6612285Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-11-23T00:55:34.7197576Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/if_op.cc.o 2022-11-23T00:55:34.7976030Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:55:34.8236282Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T00:55:34.9221072Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/im2col_op.cc.o 2022-11-23T00:55:34.9679693Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:55:35.0962330Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-11-23T00:55:35.0990195Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-11-23T00:55:35.1795445Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/index_hash_ops.cc.o 2022-11-23T00:55:35.2170475Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/index_ops.cc.o 2022-11-23T00:55:35.2262509Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:35.2985386Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/inference_lstm_op.cc.o 2022-11-23T00:55:35.3297992Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:35.3994910Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:35.4453259Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/instance_norm_gradient_op.cc.o 2022-11-23T00:55:35.5285125Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:35.5385025Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:35.6688814Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/instance_norm_op.cc.o 2022-11-23T00:55:35.6987448Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:35.7920113Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:35.8073869Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:35.8653945Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/integral_image_op.cc.o 2022-11-23T00:55:35.9235340Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/is_empty_op.cc.o 2022-11-23T00:55:35.9345308Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:36.0704444Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:36.1177482Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:36.1985500Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:36.2512401Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:36.2581499Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:36.3178970Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/jsd_op.cc.o 2022-11-23T00:55:36.4111828Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/key_split_ops.cc.o 2022-11-23T00:55:36.4142849Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:36.4469436Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:36.5077197Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:36.5296408Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/last_n_window_collector.cc.o 2022-11-23T00:55:36.5993293Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:36.6428979Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:36.6703561Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:36.7192641Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:36.7625270Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:36.8023474Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/layer_norm_op.cc.o 2022-11-23T00:55:36.8608881Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/leaky_relu_op.cc.o 2022-11-23T00:55:36.8892596Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:36.9182694Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:37.0202066Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/length_split_op.cc.o 2022-11-23T00:55:37.0279396Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:37.0326155Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_pad_op.cc.o 2022-11-23T00:55:37.0771995Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:37.1666500Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_fused_8bit_rowwise_ops.cc.o 2022-11-23T00:55:37.2139141Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:37.3571341Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:37.5013162Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:37.5502845Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_fused_nbit_rowwise_ops.cc.o 2022-11-23T00:55:37.6075248Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:37.6159416Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:37.6301024Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_ops.cc.o 2022-11-23T00:55:37.6376426Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:37.7319213Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_rowwise_8bit_ops.cc.o 2022-11-23T00:55:37.7357536Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_tile_op.cc.o 2022-11-23T00:55:37.7831050Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:37.9230787Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:37.9353101Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_top_k_op.cc.o 2022-11-23T00:55:38.0466450Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:38.1514682Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:38.2690148Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:38.3428172Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/listwise_l2r_op.cc.o 2022-11-23T00:55:38.3714737Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:38.4042441Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/load_save_op.cc.o 2022-11-23T00:55:38.4269056Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:38.4331412Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/load_save_op_util.cc.o 2022-11-23T00:55:38.4872746Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:38.5424909Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:38.5742886Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/local_response_normalization_op.cc.o 2022-11-23T00:55:38.6306171Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/locally_connected_op.cc.o 2022-11-23T00:55:38.6854018Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:38.8144164Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:38.9122543Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/locally_connected_op_util.cc.o 2022-11-23T00:55:38.9696720Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:39.0622949Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:39.0820613Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:39.0853420Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/log1p_op.cc.o 2022-11-23T00:55:39.1412354Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:39.1940749Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/log_op.cc.o 2022-11-23T00:55:39.2011359Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/logit_op.cc.o 2022-11-23T00:55:39.2880242Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:39.3116058Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/loss_op.cc.o 2022-11-23T00:55:39.3180773Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lp_pool_op.cc.o 2022-11-23T00:55:39.4278084Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:39.5630003Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:39.7099478Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:39.7802669Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lpnorm_op.cc.o 2022-11-23T00:55:39.8216235Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:39.8857453Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lstm_unit_op.cc.o 2022-11-23T00:55:39.9236084Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/map_ops.cc.o 2022-11-23T00:55:39.9709587Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:40.0025904Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:40.0551768Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:40.1317054Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/margin_loss_l2r_op.cc.o 2022-11-23T00:55:40.1392854Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:40.1826560Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:40.2674320Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/margin_ranking_criterion_op.cc.o 2022-11-23T00:55:40.3187108Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:40.3957596Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/matmul_op.cc.o 2022-11-23T00:55:40.4744093Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:40.5333487Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:40.5612388Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:40.5952672Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/mean_op.cc.o 2022-11-23T00:55:40.6739050Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/merge_id_lists_op.cc.o 2022-11-23T00:55:40.6904221Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:40.8391626Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:40.8452295Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:40.8785458Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:40.9699532Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/minmax_gradient_ops.cc.o 2022-11-23T00:55:40.9753585Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:40.9775919Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/minmax_ops.cc.o 2022-11-23T00:55:41.0317544Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/mish_op.cc.o 2022-11-23T00:55:41.1338221Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:41.1665662Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:41.2327122Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/mod_op.cc.o 2022-11-23T00:55:41.2627798Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/moments_op.cc.o 2022-11-23T00:55:41.3056180Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:41.4751419Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:41.5507725Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/multi_class_accuracy_op.cc.o 2022-11-23T00:55:41.5933920Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:41.7115770Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:41.7196236Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:41.8034982Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/negate_gradient_op.cc.o 2022-11-23T00:55:41.8461707Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:41.8652924Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/negative_op.cc.o 2022-11-23T00:55:41.8676361Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:41.8731443Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ngram_ops.cc.o 2022-11-23T00:55:41.9726995Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:42.0064940Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/norm_planar_yuv_op.cc.o 2022-11-23T00:55:42.0814966Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:42.1251707Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/normalize_l1_op.cc.o 2022-11-23T00:55:42.2273108Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:42.3507973Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:42.3636188Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/normalize_op.cc.o 2022-11-23T00:55:42.4825652Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/numpy_tile_op.cc.o 2022-11-23T00:55:42.4857261Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:42.6251002Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/one_hot_ops.cc.o 2022-11-23T00:55:42.6259233Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:42.7615593Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:42.8151651Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/onnx_while_op.cc.o 2022-11-23T00:55:42.8890228Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:42.9226615Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:42.9876317Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:43.0423522Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/order_switch_ops.cc.o 2022-11-23T00:55:43.0459390Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:43.0887661Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:43.1278581Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:43.1811525Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pack_rnn_sequence_op.cc.o 2022-11-23T00:55:43.2349466Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pack_segments.cc.o 2022-11-23T00:55:43.2381057Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:43.2697542Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pad_op.cc.o 2022-11-23T00:55:43.3738292Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:43.3766332Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/partition_ops.cc.o 2022-11-23T00:55:43.5081647Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:43.6025547Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:43.6208295Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:43.7299857Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:43.7513023Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/percentile_op.cc.o 2022-11-23T00:55:43.7646407Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/perplexity_op.cc.o 2022-11-23T00:55:43.8761201Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:43.8796682Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:43.9369373Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:44.0018820Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/piecewise_linear_transform_op.cc.o 2022-11-23T00:55:44.0052498Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:44.0168167Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pool_gradient_op.cc.o 2022-11-23T00:55:44.0734059Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:44.1380032Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:44.2248249Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:44.2625860Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pool_op.cc.o 2022-11-23T00:55:44.2940245Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pool_op_util.cc.o 2022-11-23T00:55:44.3412324Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:44.3452623Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:44.4482038Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pow_op.cc.o 2022-11-23T00:55:44.4961519Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:44.6333985Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:44.6624911Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/prelu_op.cc.o 2022-11-23T00:55:44.7584850Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:44.7686831Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:44.8818928Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:44.9014133Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/prepend_dim_op.cc.o 2022-11-23T00:55:44.9343958Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quant_decode_op.cc.o 2022-11-23T00:55:45.0170940Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:45.0572735Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:45.1553986Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantile_op.cc.o 2022-11-23T00:55:45.1629908Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:45.1756973Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rank_loss_op.cc.o 2022-11-23T00:55:45.2946436Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:45.3865431Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:45.4275674Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reciprocal_gradient_op.cc.o 2022-11-23T00:55:45.4625133Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:45.5319745Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:45.5328327Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:45.6093682Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:45.6663897Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:45.6924070Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:45.7205282Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:55:45.7255476Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:55:45.7388874Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reciprocal_op.cc.o 2022-11-23T00:55:45.7935872Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_front_back_max_ops.cc.o 2022-11-23T00:55:45.8299214Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_front_back_mean_ops.cc.o 2022-11-23T00:55:45.8339468Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T00:55:45.8630618Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T00:55:45.9520514Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:55:45.9870515Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_front_back_sum_ops.cc.o 2022-11-23T00:55:46.0826023Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:55:46.0936006Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T00:55:46.2084567Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T00:55:46.2085394Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_ops.cc.o 2022-11-23T00:55:46.3419944Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:46.3716302Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduction_ops.cc.o 2022-11-23T00:55:46.4104565Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:46.4714803Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/relu_n_op.cc.o 2022-11-23T00:55:46.5083024Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:46.5376817Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/relu_op.cc.o 2022-11-23T00:55:46.5630195Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:46.6325916Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:46.6748348Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/remove_data_blocks_op.cc.o 2022-11-23T00:55:46.7577343Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:46.7986211Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:46.8811841Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/replace_nan_op.cc.o 2022-11-23T00:55:46.9206692Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:46.9550055Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:47.0538284Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reservoir_sampling.cc.o 2022-11-23T00:55:47.1152066Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:47.2014916Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:47.2424152Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:47.2707289Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reshape_op.cc.o 2022-11-23T00:55:47.2940560Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/resize_3d_op.cc.o 2022-11-23T00:55:47.3489530Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/resize_op.cc.o 2022-11-23T00:55:47.3810602Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:47.4546579Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:47.4986222Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reverse_packed_segs_op.cc.o 2022-11-23T00:55:47.5719668Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:47.5833409Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:47.7119487Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rmac_regions_op.cc.o 2022-11-23T00:55:47.7177251Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:47.7985821Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rms_norm_op.cc.o 2022-11-23T00:55:47.8487865Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:47.9849667Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:48.0675787Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:48.1271316Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_gradient_op.cc.o 2022-11-23T00:55:48.2508431Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:48.2756570Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:48.2807603Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_op.cc.o 2022-11-23T00:55:48.3305401Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_rotated_gradient_op.cc.o 2022-11-23T00:55:48.3670417Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:48.4051087Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:48.4916129Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_rotated_op.cc.o 2022-11-23T00:55:48.5144810Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_pool_op.cc.o 2022-11-23T00:55:48.5545871Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:48.6958835Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:48.8369505Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:48.8434699Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rowmul_op.cc.o 2022-11-23T00:55:48.9942798Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:49.0603404Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:49.0997299Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:49.1121393Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rsqrt_op.cc.o 2022-11-23T00:55:49.1577436Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:49.1770145Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/scale_blobs_op.cc.o 2022-11-23T00:55:49.2350788Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:49.3082652Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/scale_op.cc.o 2022-11-23T00:55:49.3179835Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:49.3826265Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:49.4426087Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/segment_reduction_op.cc.o 2022-11-23T00:55:49.4764928Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:49.5360688Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:49.6219903Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/self_binning_histogram_op.cc.o 2022-11-23T00:55:49.6867184Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:49.7428429Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:49.8024581Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:49.8469848Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:49.8737497Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/selu_op.cc.o 2022-11-23T00:55:49.8740802Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:49.9346887Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sequence_ops.cc.o 2022-11-23T00:55:49.9711460Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:50.0047074Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:50.0810615Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/shape_op.cc.o 2022-11-23T00:55:50.1595995Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:50.1603576Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:50.1866176Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:50.2898782Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sigmoid_gradient_op.cc.o 2022-11-23T00:55:50.2948515Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sigmoid_op.cc.o 2022-11-23T00:55:50.3130323Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:50.4725558Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:50.5174386Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:55:50.5880427Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sin_op.cc.o 2022-11-23T00:55:50.6098149Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sinh_op.cc.o 2022-11-23T00:55:50.6333201Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:55:50.6398364Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sinusoid_position_encoding_op.cc.o 2022-11-23T00:55:50.7622245Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:55:50.8655928Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:55:50.9585623Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:51.0301417Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/slice_op.cc.o 2022-11-23T00:55:51.0563245Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T00:55:51.0604954Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softmax_op.cc.o 2022-11-23T00:55:51.2042776Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:51.3312019Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T00:55:51.3634560Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:51.4297011Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T00:55:51.4329336Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:51.4637707Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:55:51.4639124Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softmax_utils.cc.o 2022-11-23T00:55:51.5334113Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:51.5428205Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:55:51.5704559Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softmax_with_loss_op.cc.o 2022-11-23T00:55:51.5887426Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softplus_op.cc.o 2022-11-23T00:55:51.6493156Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softsign_op.cc.o 2022-11-23T00:55:51.6571931Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:51.6890549Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:55:51.7919665Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/space_batch_op.cc.o 2022-11-23T00:55:51.7933360Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:51.9106697Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:55:52.0452117Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:52.1387667Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T00:55:52.1945080Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_dropout_with_replacement_op.cc.o 2022-11-23T00:55:52.2266791Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_itemwise_dropout_with_replacement_op.cc.o 2022-11-23T00:55:52.2746217Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:52.3348808Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-11-23T00:55:52.3704911Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:52.4153868Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_lp_regularizer_op.cc.o 2022-11-23T00:55:52.4185992Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_normalize_op.cc.o 2022-11-23T00:55:52.4646358Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_to_dense_mask_op.cc.o 2022-11-23T00:55:52.4710920Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-11-23T00:55:52.6031439Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:52.7132014Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-11-23T00:55:52.7192642Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_to_dense_op.cc.o 2022-11-23T00:55:52.7507277Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:52.8223742Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-11-23T00:55:52.8733497Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/spatial_batch_norm_gradient_op.cc.o 2022-11-23T00:55:52.9569841Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T00:55:53.0842718Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-11-23T00:55:53.1401267Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T00:55:53.1985175Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-11-23T00:55:53.2170058Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:53.2177983Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/spatial_batch_norm_op.cc.o 2022-11-23T00:55:53.2365234Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/spatial_softmax_with_loss_op.cc.o 2022-11-23T00:55:53.2913528Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T00:55:53.2940814Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sqr_op.cc.o 2022-11-23T00:55:53.3550621Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sqrt_op.cc.o 2022-11-23T00:55:53.4147547Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:53.5657303Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T00:55:53.5658310Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:53.6687816Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/square_root_divide_op.cc.o 2022-11-23T00:55:53.6990943Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T00:55:53.7704539Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:53.8067526Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:55:53.8937408Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stats_ops.cc.o 2022-11-23T00:55:53.9188299Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:54.0145840Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:55:54.0589824Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:54.0646248Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stats_put_ops.cc.o 2022-11-23T00:55:54.1424077Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stop_gradient.cc.o 2022-11-23T00:55:54.1972103Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:55:54.2524283Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/string_ops.cc.o 2022-11-23T00:55:54.2784332Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:54.3130146Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stump_func_op.cc.o 2022-11-23T00:55:54.3916496Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:55:54.4338786Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:54.5492049Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stylizer_ops.cc.o 2022-11-23T00:55:54.5498150Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T00:55:54.6586275Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:54.6965636Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/summarize_op.cc.o 2022-11-23T00:55:54.7375260Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:54.7993002Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/swish_op.cc.o 2022-11-23T00:55:54.8716944Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:54.9254267Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:55.0121173Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:55.0153876Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tan_op.cc.o 2022-11-23T00:55:55.0672767Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tanh_gradient_op.cc.o 2022-11-23T00:55:55.1480547Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:55.2346193Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tanh_op.cc.o 2022-11-23T00:55:55.3029840Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:55.4557405Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:55.4868352Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tensor_protos_db_input.cc.o 2022-11-23T00:55:55.5749655Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:55.5812357Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/text_file_reader.cc.o 2022-11-23T00:55:55.7071723Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:55.7090060Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/text_file_reader_utils.cc.o 2022-11-23T00:55:55.7826811Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:55.8267932Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/thresholded_relu_op.cc.o 2022-11-23T00:55:55.9281248Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:55.9510987Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tile_op.cc.o 2022-11-23T00:55:55.9994385Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/top_k.cc.o 2022-11-23T00:55:56.0546585Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:56.0581791Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:56.1951013Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/transpose_op.cc.o 2022-11-23T00:55:56.1970804Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tt_linear_op.cc.o 2022-11-23T00:55:56.2255866Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:56.3622844Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:56.5048271Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:56.5467430Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/unique_ops.cc.o 2022-11-23T00:55:56.6090950Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:56.6238069Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/unsafe_coalesce.cc.o 2022-11-23T00:55:56.6998433Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/upsample_op.cc.o 2022-11-23T00:55:56.7479485Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:56.7785001Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/utility_ops.cc.o 2022-11-23T00:55:56.8713174Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:56.8793660Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.0064948Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.0135971Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/variable_length_sequence_padding.cc.o 2022-11-23T00:55:57.0998024Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.1222579Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/weighted_multi_sampling_op.cc.o 2022-11-23T00:55:57.2129853Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.2344127Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.2914698Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.3511152Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/weighted_sample_op.cc.o 2022-11-23T00:55:57.3590783Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.4398575Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/while_op.cc.o 2022-11-23T00:55:57.4874968Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.5653287Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.6162087Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/workspace_ops.cc.o 2022-11-23T00:55:57.6711958Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.7021261Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/zero_gradient_op.cc.o 2022-11-23T00:55:57.7349797Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.7946277Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rnn/recurrent_network_blob_fetcher_op.cc.o 2022-11-23T00:55:57.8612927Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.9653394Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:57.9663355Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:58.0908142Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:58.1007258Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rnn/recurrent_network_executor.cc.o 2022-11-23T00:55:58.1303132Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rnn/recurrent_network_op.cc.o 2022-11-23T00:55:58.1905976Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:58.2207252Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/activation_distribution_observer.cc.o 2022-11-23T00:55:58.2589368Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:58.3148384Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/batch_matmul_dnnlowp_op.cc.o 2022-11-23T00:55:58.3891124Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:58.3902277Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/caffe2_dnnlowp_utils.cc.o 2022-11-23T00:55:58.5106374Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:58.6142159Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:58.6670269Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:58.7179947Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/channel_shuffle_dnnlowp_op.cc.o 2022-11-23T00:55:58.7851764Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:58.8514043Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-11-23T00:55:58.9320393Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/concat_dnnlowp_op.cc.o 2022-11-23T00:55:59.0152030Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T00:55:59.1525280Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-11-23T00:55:59.1526487Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/conv_dnnlowp_acc16_op.cc.o 2022-11-23T00:55:59.1571671Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-11-23T00:55:59.2465890Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-11-23T00:55:59.2709571Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/conv_dnnlowp_op.cc.o 2022-11-23T00:55:59.3012709Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-11-23T00:55:59.3627759Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-11-23T00:55:59.4191853Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-11-23T00:55:59.4690055Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-11-23T00:55:59.5590043Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/conv_relu_op.cc.o 2022-11-23T00:55:59.6233146Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-11-23T00:55:59.6581157Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-11-23T00:55:59.7393936Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dequantize_dnnlowp_op.cc.o 2022-11-23T00:55:59.7853218Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-11-23T00:55:59.8966382Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-11-23T00:55:59.9059188Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dnnlowp.cc.o 2022-11-23T00:56:00.0004141Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T00:56:00.0465223Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:56:00.1289363Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T00:56:00.1592345Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T00:56:00.1626376Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dnnlowp_partition.cc.o 2022-11-23T00:56:00.2674008Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_add_dnnlowp_op.cc.o 2022-11-23T00:56:00.2705649Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:56:00.3022015Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_linear_dnnlowp_op.cc.o 2022-11-23T00:56:00.3970557Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T00:56:00.4499830Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_mul_dnnlowp_op.cc.o 2022-11-23T00:56:00.5308887Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T00:56:00.5937911Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T00:56:00.6492476Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_sum_dnnlowp_op.cc.o 2022-11-23T00:56:00.7236727Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T00:56:00.8192078Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_sum_relu_op.cc.o 2022-11-23T00:56:00.8467349Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T00:56:00.9946691Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:56:01.1165540Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T00:56:01.2655415Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T00:56:01.2656680Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:56:01.3028767Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T00:56:01.3168102Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T00:56:01.3933969Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fb_fc_packed_op.cc.o 2022-11-23T00:56:01.3995899Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fbgemm_fp16_pack_op.cc.o 2022-11-23T00:56:01.4497848Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T00:56:01.4750167Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T00:56:01.4762274Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fbgemm_pack_matrix_cache.cc.o 2022-11-23T00:56:01.5266009Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:56:01.5545136Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:56:01.6080730Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fbgemm_pack_op.cc.o 2022-11-23T00:56:01.6344680Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fully_connected_dnnlowp_acc16_op.cc.o 2022-11-23T00:56:01.6866639Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T00:56:01.7802071Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:56:01.8022959Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fully_connected_dnnlowp_op.cc.o 2022-11-23T00:56:01.9028686Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:56:02.0342618Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:56:02.0799715Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T00:56:02.1363062Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fully_connected_fake_lowp_op.cc.o 2022-11-23T00:56:02.1944854Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:56:02.2032400Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/group_norm_dnnlowp_op.cc.o 2022-11-23T00:56:02.3079926Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-11-23T00:56:02.4226716Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-11-23T00:56:02.4654179Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/int8_gen_quant_params.cc.o 2022-11-23T00:56:02.5372168Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T00:56:02.6033512Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-11-23T00:56:02.6848992Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/lstm_unit_dnnlowp_op.cc.o 2022-11-23T00:56:02.7174388Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T00:56:02.7793441Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-11-23T00:56:02.8388609Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/pool_dnnlowp_op.cc.o 2022-11-23T00:56:02.8583639Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/quantize_dnnlowp_op.cc.o 2022-11-23T00:56:02.9146073Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-11-23T00:56:03.0444181Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T00:56:03.1231044Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/relu_dnnlowp_op.cc.o 2022-11-23T00:56:03.1640597Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-11-23T00:56:03.2912472Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-11-23T00:56:03.2950248Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-11-23T00:56:03.4057987Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/sigmoid_dnnlowp_op.cc.o 2022-11-23T00:56:03.4100844Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T00:56:03.5294463Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-11-23T00:56:03.6853126Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-11-23T00:56:03.6923710Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-11-23T00:56:03.7731279Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-11-23T00:56:03.8013867Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/spatial_batch_norm_dnnlowp_op.cc.o 2022-11-23T00:56:03.8194188Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-11-23T00:56:03.8298756Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-11-23T00:56:03.8955799Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-11-23T00:56:03.9511069Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/tanh_dnnlowp_op.cc.o 2022-11-23T00:56:03.9716909Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/utility_dnnlowp_ops.cc.o 2022-11-23T00:56:04.0279515Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-11-23T00:56:04.0280403Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dynamic_histogram.cc.o 2022-11-23T00:56:04.1713287Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-11-23T00:56:04.3082951Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-11-23T00:56:04.3552751Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-11-23T00:56:04.4465645Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/kl_minimization.cc.o 2022-11-23T00:56:04.4986122Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-11-23T00:56:04.6269300Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-11-23T00:56:04.6595655Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-11-23T00:56:04.7522413Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-11-23T00:56:04.7818019Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-11-23T00:56:04.8126551Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-11-23T00:56:04.8617645Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-11-23T00:56:04.8733138Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/norm_minimization.cc.o 2022-11-23T00:56:04.9143051Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/p99.cc.o 2022-11-23T00:56:04.9438983Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/sigmoid.cc.o 2022-11-23T00:56:04.9734090Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-11-23T00:56:05.0026769Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/tanh.cc.o 2022-11-23T00:56:05.0095891Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/init_qnnpack.cc.o 2022-11-23T00:56:05.0893441Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-11-23T00:56:05.2045951Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-11-23T00:56:05.2717895Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-11-23T00:56:05.2918888Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-11-23T00:56:05.2965899Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_add_op.cc.o 2022-11-23T00:56:05.3301074Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_average_pool_op.cc.o 2022-11-23T00:56:05.3528156Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-11-23T00:56:05.3738626Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_channel_shuffle_op.cc.o 2022-11-23T00:56:05.4040697Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-11-23T00:56:05.4059771Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-11-23T00:56:05.4753119Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-11-23T00:56:05.5259846Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-11-23T00:56:05.5326382Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_concat_op.cc.o 2022-11-23T00:56:05.5908570Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_conv_op.cc.o 2022-11-23T00:56:05.6447247Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-11-23T00:56:05.7659909Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-11-23T00:56:05.9000729Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T00:56:05.9137418Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-11-23T00:56:05.9225988Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-11-23T00:56:06.0132362Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-11-23T00:56:06.0426601Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_conv_op_relu.cc.o 2022-11-23T00:56:06.0625134Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_conv_transpose_op.cc.o 2022-11-23T00:56:06.0663494Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-11-23T00:56:06.1367495Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_dequantize_op.cc.o 2022-11-23T00:56:06.1571492Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-11-23T00:56:06.1800628Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_fc_op.cc.o 2022-11-23T00:56:06.2149399Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_flatten_op.cc.o 2022-11-23T00:56:06.2632190Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-11-23T00:56:06.3886111Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-11-23T00:56:06.5145574Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-11-23T00:56:06.6276346Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-11-23T00:56:06.6878859Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-11-23T00:56:06.6999777Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-11-23T00:56:06.7440585Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-11-23T00:56:06.7710828Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_given_tensor_fill_op.cc.o 2022-11-23T00:56:06.8026825Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-11-23T00:56:06.8226468Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_leaky_relu_op.cc.o 2022-11-23T00:56:06.8426825Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_max_pool_op.cc.o 2022-11-23T00:56:06.8644579Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_quantize_op.cc.o 2022-11-23T00:56:06.8740891Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-11-23T00:56:06.9125689Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_relu_op.cc.o 2022-11-23T00:56:06.9934043Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-11-23T00:56:07.1796908Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-11-23T00:56:07.2994113Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-11-23T00:56:07.3934250Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-11-23T00:56:07.4379223Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_reshape_op.cc.o 2022-11-23T00:56:07.4640502Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-11-23T00:56:07.5015436Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_resize_nearest_op.cc.o 2022-11-23T00:56:07.5034292Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-11-23T00:56:07.5209481Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_roi_align_op.cc.o 2022-11-23T00:56:07.5435130Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-11-23T00:56:07.6057893Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_slice_op.cc.o 2022-11-23T00:56:07.6177413Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_sigmoid_op.cc.o 2022-11-23T00:56:07.6672221Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-11-23T00:56:07.7917190Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-11-23T00:56:07.9217412Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-11-23T00:56:08.0520261Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-11-23T00:56:08.0770486Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-11-23T00:56:08.0798524Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_softmax_op.cc.o 2022-11-23T00:56:08.1196805Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_transpose_op.cc.o 2022-11-23T00:56:08.1773121Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/annotations.cc.o 2022-11-23T00:56:08.2099268Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-11-23T00:56:08.2202466Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-11-23T00:56:08.2671247Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/backend_cutting.cc.o 2022-11-23T00:56:08.3235768Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/backend_transformer_base.cc.o 2022-11-23T00:56:08.3326529Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-11-23T00:56:08.4545404Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-11-23T00:56:08.5900522Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-11-23T00:56:08.6620961Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/bound_shape_inferencer.cc.o 2022-11-23T00:56:08.6621740Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-11-23T00:56:08.7067903Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/converter.cc.o 2022-11-23T00:56:08.7179374Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-11-23T00:56:08.7238964Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-11-23T00:56:08.7826107Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/dead_code_elim.cc.o 2022-11-23T00:56:08.8366242Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-11-23T00:56:08.8629840Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-11-23T00:56:08.9032211Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/device.cc.o 2022-11-23T00:56:08.9420715Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/distributed.cc.o 2022-11-23T00:56:08.9833947Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-11-23T00:56:09.1087802Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-11-23T00:56:09.1203064Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-11-23T00:56:09.2025896Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/distributed_converter.cc.o 2022-11-23T00:56:09.2306607Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/fakefp16_transform.cc.o 2022-11-23T00:56:09.2493663Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-11-23T00:56:09.2528781Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-11-23T00:56:09.2652570Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-11-23T00:56:09.3170250Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T00:56:09.3580279Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/fusion.cc.o 2022-11-23T00:56:09.3881347Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/glow_net_transform.cc.o 2022-11-23T00:56:09.4052642Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/mobile.cc.o 2022-11-23T00:56:09.4105551Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T00:56:09.5389453Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T00:56:09.6220724Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/onnxifi_op.cc.o 2022-11-23T00:56:09.6624535Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-11-23T00:56:09.7881995Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T00:56:09.8145454Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-11-23T00:56:09.8756975Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-11-23T00:56:09.8797525Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/onnxifi_transformer.cc.o 2022-11-23T00:56:09.8837261Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/optimize_ideep.cc.o 2022-11-23T00:56:09.9173858Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-11-23T00:56:09.9973002Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/optimizer.cc.o 2022-11-23T00:56:10.0350538Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-11-23T00:56:10.0665015Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/passes.cc.o 2022-11-23T00:56:10.1568140Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-11-23T00:56:10.2722628Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-11-23T00:56:10.2873545Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-11-23T00:56:10.3879095Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/shape_info.cc.o 2022-11-23T00:56:10.4201556Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-11-23T00:56:10.4964783Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-11-23T00:56:10.5173289Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/tvm_transformer.cc.o 2022-11-23T00:56:10.5333771Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-11-23T00:56:10.5812211Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-11-23T00:56:10.6048331Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-11-23T00:56:10.6384843Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-11-23T00:56:10.7070106Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-11-23T00:56:10.7081576Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/blobs_queue.cc.o 2022-11-23T00:56:10.7145158Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-11-23T00:56:10.7462726Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/blobs_queue_db.cc.o 2022-11-23T00:56:10.8155538Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/queue_ops.cc.o 2022-11-23T00:56:10.8254919Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-11-23T00:56:10.9473364Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T00:56:10.9905718Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-11-23T00:56:11.0561231Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-11-23T00:56:11.1152870Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/rebatching_queue.cc.o 2022-11-23T00:56:11.1179106Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-11-23T00:56:11.1846488Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/rebatching_queue_ops.cc.o 2022-11-23T00:56:11.1855504Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adadelta_op.cc.o 2022-11-23T00:56:11.2420434Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-11-23T00:56:11.3429496Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-11-23T00:56:11.4399159Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adagrad_fused.cc.o 2022-11-23T00:56:11.4575041Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-11-23T00:56:11.5679354Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-11-23T00:56:11.6157703Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adagrad_op.cc.o 2022-11-23T00:56:11.6854768Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adam_op.cc.o 2022-11-23T00:56:11.7007673Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-11-23T00:56:11.7424431Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-11-23T00:56:11.8278345Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/clip_tensor_op.cc.o 2022-11-23T00:56:11.8282962Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/decay_adagrad_op.cc.o 2022-11-23T00:56:11.8628286Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-11-23T00:56:12.0006884Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-11-23T00:56:12.0305013Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-11-23T00:56:12.1251287Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-11-23T00:56:12.1325396Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-11-23T00:56:12.1662515Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/ftrl_op.cc.o 2022-11-23T00:56:12.2409080Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/gftrl_op.cc.o 2022-11-23T00:56:12.2414221Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-11-23T00:56:12.2610046Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/iter_op.cc.o 2022-11-23T00:56:12.3525670Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-11-23T00:56:12.4640933Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-11-23T00:56:12.4743555Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/lars_op.cc.o 2022-11-23T00:56:12.5504699Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-11-23T00:56:12.5913408Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/learning_rate_adaption_op.cc.o 2022-11-23T00:56:12.6882240Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-11-23T00:56:12.7149932Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-11-23T00:56:12.7572749Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-11-23T00:56:12.8265666Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/learning_rate_op.cc.o 2022-11-23T00:56:12.8528683Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/math_lp.cc.o 2022-11-23T00:56:12.8656799Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-11-23T00:56:12.9934241Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-11-23T00:56:13.0743401Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-11-23T00:56:13.1327541Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/momentum_sgd_op.cc.o 2022-11-23T00:56:13.1350452Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-11-23T00:56:13.1602099Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-11-23T00:56:13.1869976Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-11-23T00:56:13.2652053Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/rmsprop_op.cc.o 2022-11-23T00:56:13.2851345Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/rowwise_adagrad_fused.cc.o 2022-11-23T00:56:13.3069043Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-11-23T00:56:13.3134662Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-11-23T00:56:13.4041321Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-11-23T00:56:13.4067001Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/rowwise_counter.cc.o 2022-11-23T00:56:13.4114000Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-11-23T00:56:13.5090603Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/storm_op.cc.o 2022-11-23T00:56:13.5147137Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-11-23T00:56:13.6138319Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-11-23T00:56:13.6533125Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-11-23T00:56:13.7203180Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-11-23T00:56:13.7666110Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-11-23T00:56:13.8352479Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/weight_scale_op.cc.o 2022-11-23T00:56:13.8574013Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-11-23T00:56:13.8952691Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/wngrad_op.cc.o 2022-11-23T00:56:13.9645483Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-11-23T00:56:14.0328058Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-11-23T00:56:14.0427362Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-11-23T00:56:14.0903545Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-11-23T00:56:14.0961587Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/yellowfin_op.cc.o 2022-11-23T00:56:14.1449852Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/share/contrib/nnpack/conv_op.cc.o 2022-11-23T00:56:14.1772661Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/share/contrib/depthwise/depthwise3x3_conv_op.cc.o 2022-11-23T00:56:14.2224498Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-11-23T00:56:14.3350070Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-11-23T00:56:14.3972969Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-11-23T00:56:14.4495690Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/common_subexpression_elimination.cc.o 2022-11-23T00:56:14.4864929Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-11-23T00:56:14.4993376Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/conv_to_nnpack_transform.cc.o 2022-11-23T00:56:14.5992647Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-11-23T00:56:14.7161204Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-11-23T00:56:14.7438539Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/pattern_net_transform.cc.o 2022-11-23T00:56:14.7443967Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-11-23T00:56:14.8007722Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/single_op_transform.cc.o 2022-11-23T00:56:14.8302961Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-11-23T00:56:14.8662421Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-11-23T00:56:14.9489987Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:14.9682976Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-11-23T00:56:14.9971060Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-11-23T00:56:15.0656692Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:15.1675888Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:56:15.1971921Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-11-23T00:56:15.2860467Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:56:15.3000431Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:56:15.4161644Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:15.4192554Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:56:15.5367291Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-11-23T00:56:15.5425262Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:56:15.6770623Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:56:15.8117983Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:15.8170727Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2022-11-23T00:56:15.9149079Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-11-23T00:56:15.9468558Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:16.0421771Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:16.0946339Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-11-23T00:56:16.2054482Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:56:16.2547313Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:56:16.3535829Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-11-23T00:56:16.3707394Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:56:16.3867585Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:16.4803404Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-11-23T00:56:16.4905512Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:56:16.6037780Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:56:16.7048278Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:56:16.7172851Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-11-23T00:56:16.8186856Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-11-23T00:56:16.8188106Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:16.9134183Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaKernel(const torch::jit::Node*)’: 2022-11-23T00:56:16.9136193Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:106:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-11-23T00:56:16.9164342Z }; 2022-11-23T00:56:16.9165166Z ^ 2022-11-23T00:56:16.9166522Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5:0, 2022-11-23T00:56:16.9167282Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T00:56:16.9168034Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T00:56:16.9168705Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T00:56:16.9209291Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T00:56:16.9235216Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T00:56:16.9235994Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T00:56:16.9237288Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T00:56:16.9237705Z ^~~~~~~~~ 2022-11-23T00:56:16.9238909Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaGuardKernel(const torch::jit::Node*)’: 2022-11-23T00:56:16.9240967Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:171:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaGuardKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-11-23T00:56:16.9242298Z }; 2022-11-23T00:56:16.9242606Z ^ 2022-11-23T00:56:16.9243170Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5:0, 2022-11-23T00:56:16.9248987Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T00:56:16.9249744Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T00:56:16.9250364Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T00:56:16.9251106Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T00:56:16.9251908Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T00:56:16.9252681Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T00:56:16.9253527Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T00:56:16.9253994Z ^~~~~~~~~ 2022-11-23T00:56:16.9254620Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T00:56:16.9624755Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:17.0506373Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:56:17.1052555Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-11-23T00:56:17.1561557Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:17.1912287Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-11-23T00:56:17.2863406Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:56:17.2973358Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:17.4082722Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-11-23T00:56:17.4410837Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:56:17.5368607Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:17.5454763Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:17.6625582Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-11-23T00:56:17.6678111Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:17.7926700Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:17.9263118Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:17.9859756Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-11-23T00:56:18.0448481Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:56:18.2173713Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:56:18.2707098Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-11-23T00:56:18.3531069Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:56:18.4095404Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:18.4864545Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-11-23T00:56:18.5183958Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:56:18.6188965Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:56:18.6417772Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:56:18.7552254Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-11-23T00:56:18.7750574Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:18.8034960Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-11-23T00:56:18.9022444Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:18.9061031Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-11-23T00:56:18.9993374Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:19.0350145Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-11-23T00:56:19.1408090Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:56:19.2119754Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-11-23T00:56:19.2801254Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:56:19.3184078Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-11-23T00:56:19.3225156Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:56:19.4056830Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:19.4111600Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:56:19.4533941Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-11-23T00:56:19.5026218Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:56:19.5369329Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-11-23T00:56:19.5501246Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T00:56:19.6426721Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:56:19.7282464Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:19.7788263Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T00:56:19.8455949Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:56:19.8507849Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T00:56:19.8973425Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T00:56:19.9681982Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T00:56:20.0055194Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:56:20.0183601Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:20.0825232Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T00:56:20.1422133Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T00:56:20.1462138Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:56:20.2809011Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T00:56:20.2852014Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:20.3142430Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:56:20.4026264Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T00:56:20.4383449Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:20.4627871Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T00:56:20.5250871Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:56:20.5584444Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:20.5871935Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T00:56:20.6454658Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T00:56:20.6965579Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:20.7345138Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:20.8331846Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:56:20.8395934Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T00:56:20.8629469Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:56:20.8792150Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T00:56:20.9533540Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T00:56:20.9787127Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T00:56:20.9862619Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T00:56:21.0958689Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T00:56:21.2255727Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:56:21.3014941Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:56:21.3646328Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T00:56:21.3695840Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T00:56:21.4345661Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T00:56:21.4691930Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T00:56:21.4984549Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T00:56:21.6157695Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:21.7289666Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:21.8014194Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:21.8249525Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:21.8484911Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:21.8535684Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T00:56:21.8577994Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T00:56:21.9586885Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T00:56:21.9654173Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T00:56:21.9931248Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:56:22.0384696Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T00:56:22.1024399Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T00:56:22.1460050Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:56:22.2367172Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T00:56:22.2389435Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T00:56:22.3174948Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:56:22.3668656Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:22.4019797Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:22.4306681Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:22.4499978Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T00:56:22.4842777Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T00:56:22.5192226Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T00:56:22.5426620Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:22.6728852Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:22.8021804Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:56:22.9192667Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:56:22.9252351Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T00:56:22.9502864Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:56:23.0321236Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T00:56:23.0386996Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T00:56:23.0585251Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:56:23.0910879Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T00:56:23.1592769Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:56:23.2539559Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-11-23T00:56:23.2902544Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T00:56:23.3705708Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-11-23T00:56:23.3826918Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T00:56:23.4659377Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-11-23T00:56:23.5011493Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T00:56:23.5428984Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T00:56:23.5831160Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-11-23T00:56:23.5858699Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T00:56:23.6562844Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T00:56:23.7345835Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-11-23T00:56:23.7813382Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T00:56:23.8606609Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T00:56:23.8910531Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-11-23T00:56:23.9933195Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T00:56:24.0971008Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-11-23T00:56:24.2177424Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T00:56:24.2489647Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T00:56:24.3390260Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-11-23T00:56:24.4264933Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-11-23T00:56:24.5010893Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-11-23T00:56:24.5083741Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-11-23T00:56:24.5467931Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T00:56:24.5563316Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-11-23T00:56:24.6263704Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T00:56:24.6503443Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T00:56:24.6884808Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-11-23T00:56:24.8210330Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-11-23T00:56:24.8267284Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-11-23T00:56:24.9521564Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T00:56:24.9602125Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.0251006Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.0772103Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.0774606Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.0823200Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T00:56:25.1374346Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.1812495Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.1853993Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T00:56:25.2140757Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T00:56:25.2249362Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T00:56:25.2719044Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T00:56:25.3103673Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.4558660Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.4820035Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.4925048Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T00:56:25.5532314Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.5800051Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T00:56:25.6199382Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T00:56:25.6559753Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.6978838Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T00:56:25.7336707Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T00:56:25.7874414Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.9312272Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:25.9948459Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:26.0376311Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T00:56:26.0964922Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:26.1023501Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T00:56:26.1131424Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:26.1900395Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:26.2225510Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:56:26.2377351Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T00:56:26.2791376Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T00:56:26.3246996Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T00:56:26.3690349Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-11-23T00:56:26.3967067Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T00:56:26.4826708Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T00:56:26.5039369Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T00:56:26.5270914Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:56:26.5679820Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T00:56:26.5940684Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T00:56:26.6444048Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T00:56:26.6945305Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:56:26.7027100Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T00:56:26.7970529Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T00:56:26.8022723Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:56:26.8176823Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T00:56:26.8935153Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T00:56:26.9097725Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T00:56:26.9432098Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T00:56:27.0279413Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T00:56:27.0619298Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:56:27.0649837Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T00:56:27.0982327Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T00:56:27.1428904Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T00:56:27.1841889Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T00:56:27.2352738Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T00:56:27.3398171Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:56:27.3503843Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T00:56:27.3876564Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T00:56:27.4773378Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T00:56:27.5172715Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:56:27.5370725Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T00:56:27.5905969Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T00:56:27.6233306Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T00:56:27.6348627Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T00:56:27.6659686Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T00:56:27.7506719Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:56:27.8311131Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T00:56:27.8789960Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T00:56:27.9125470Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T00:56:27.9505514Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T00:56:28.0467790Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T00:56:28.0907294Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:56:28.1545697Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T00:56:28.2175284Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-11-23T00:56:28.2670363Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-11-23T00:56:28.3432973Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-11-23T00:56:28.3559884Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-11-23T00:56:28.3978523Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T00:56:28.4265649Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T00:56:28.4300515Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-11-23T00:56:28.4710260Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T00:56:28.4820528Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-11-23T00:56:28.5550664Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T00:56:28.5823401Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-11-23T00:56:28.6147234Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T00:56:28.6861208Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-11-23T00:56:28.7559919Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T00:56:28.7579962Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-11-23T00:56:28.8273173Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T00:56:28.8771575Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T00:56:28.8945266Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-11-23T00:56:28.9139986Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-11-23T00:56:28.9975475Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T00:56:29.0542501Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-11-23T00:56:29.0904374Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-11-23T00:56:29.1714930Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T00:56:29.2059117Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-11-23T00:56:29.2347052Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T00:56:29.3263543Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T00:56:29.4240513Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-11-23T00:56:29.4915348Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T00:56:29.5547706Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T00:56:29.6212894Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-11-23T00:56:29.6620257Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T00:56:29.7030480Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-11-23T00:56:29.7555445Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T00:56:29.8022113Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T00:56:29.8088556Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-11-23T00:56:29.8431870Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T00:56:29.8696758Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T00:56:29.8705093Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T00:56:29.9292531Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-11-23T00:56:29.9970722Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T00:56:30.0430865Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T00:56:30.1649340Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-11-23T00:56:30.2846912Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T00:56:30.3501821Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-11-23T00:56:30.3926548Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T00:56:30.4287526Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-11-23T00:56:30.4553174Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T00:56:30.4596993Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T00:56:30.5092142Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T00:56:30.5102576Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T00:56:30.5388468Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T00:56:30.5747152Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-11-23T00:56:30.7026202Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T00:56:30.7488863Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-11-23T00:56:30.8392628Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T00:56:30.8729994Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-11-23T00:56:30.9627785Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T00:56:30.9669229Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T00:56:30.9951982Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T00:56:31.0096643Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T00:56:31.0822752Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-11-23T00:56:31.1993628Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T00:56:31.3153154Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-11-23T00:56:31.4237380Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T00:56:31.4406779Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T00:56:31.5200455Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-11-23T00:56:31.5299721Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T00:56:31.5441885Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-11-23T00:56:31.5537548Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T00:56:31.5658444Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T00:56:31.6341982Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T00:56:31.6378270Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-11-23T00:56:31.6744259Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-11-23T00:56:31.6856807Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T00:56:31.6896834Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-11-23T00:56:31.7939503Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T00:56:31.7945254Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T00:56:31.8045335Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-11-23T00:56:31.9049058Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T00:56:31.9304811Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-11-23T00:56:32.0172969Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T00:56:32.0488732Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-11-23T00:56:32.1123715Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T00:56:32.1215508Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-11-23T00:56:32.1753613Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T00:56:32.2627432Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T00:56:32.2816959Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-11-23T00:56:32.2964512Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T00:56:32.4053628Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-11-23T00:56:32.5080418Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-11-23T00:56:32.5416836Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T00:56:32.6340155Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-11-23T00:56:32.6752470Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-11-23T00:56:32.7371467Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T00:56:32.7581157Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-11-23T00:56:32.7895352Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T00:56:32.8575682Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-11-23T00:56:32.8825291Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T00:56:32.9697057Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-11-23T00:56:33.0092439Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-11-23T00:56:33.0426246Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T00:56:33.0987691Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T00:56:33.1252948Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T00:56:33.2279377Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T00:56:33.2571807Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-11-23T00:56:33.3685184Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T00:56:33.4013886Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-11-23T00:56:33.4977173Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T00:56:33.5221238Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-11-23T00:56:33.5378625Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-11-23T00:56:33.6455274Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T00:56:33.6550883Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T00:56:33.6676041Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T00:56:33.7548514Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-11-23T00:56:33.8759170Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T00:56:33.9970309Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-11-23T00:56:34.0384470Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T00:56:34.1068164Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T00:56:34.1597341Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-11-23T00:56:34.1794653Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T00:56:34.1795584Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T00:56:34.2395091Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-11-23T00:56:34.2933929Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T00:56:34.3137792Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T00:56:34.3717756Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T00:56:34.4098445Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T00:56:34.4837843Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T00:56:34.5165718Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T00:56:34.5349872Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T00:56:34.5961339Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T00:56:34.6587465Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T00:56:34.7068479Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T00:56:34.7889130Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T00:56:34.8381748Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T00:56:34.8422187Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T00:56:34.9068301Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T00:56:34.9388627Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:56:35.0286923Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:56:35.0830179Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T00:56:35.1171760Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T00:56:35.1388874Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:56:35.2602737Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T00:56:35.3454990Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:56:35.3528209Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T00:56:35.4775271Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T00:56:35.5073573Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T00:56:35.5385978Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T00:56:35.5971872Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T00:56:35.6289206Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T00:56:35.6570862Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T00:56:35.6582445Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T00:56:35.6954227Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T00:56:35.8337729Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T00:56:35.8338806Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T00:56:35.9306681Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T00:56:35.9665545Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:56:36.0900235Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:56:36.1401279Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:56:36.1655986Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T00:56:36.2113011Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:56:36.2634624Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T00:56:36.2936197Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T00:56:36.3425475Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x16.c.o 2022-11-23T00:56:36.3603610Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T00:56:36.4238187Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T00:56:36.4737167Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x32.c.o 2022-11-23T00:56:36.5738521Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x48.c.o 2022-11-23T00:56:36.6509456Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T00:56:36.6837935Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x64.c.o 2022-11-23T00:56:36.7515353Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x80.c.o 2022-11-23T00:56:36.7751413Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T00:56:36.8152842Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x96.c.o 2022-11-23T00:56:36.8834148Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T00:56:36.8847808Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T00:56:36.9141904Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x112.c.o 2022-11-23T00:56:36.9537777Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T00:56:37.0346595Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x128.c.o 2022-11-23T00:56:37.0935394Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T00:56:37.1421398Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x16.c.o 2022-11-23T00:56:37.2025353Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T00:56:37.2465008Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x32.c.o 2022-11-23T00:56:37.3903087Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x48.c.o 2022-11-23T00:56:37.4027375Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x64.c.o 2022-11-23T00:56:37.4693443Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x80.c.o 2022-11-23T00:56:37.5292278Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T00:56:37.5356735Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T00:56:37.5669387Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x96.c.o 2022-11-23T00:56:37.5753172Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x112.c.o 2022-11-23T00:56:37.6911681Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x128.c.o 2022-11-23T00:56:37.6949269Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T00:56:37.6998647Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T00:56:37.7501583Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T00:56:37.8741765Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-11-23T00:56:37.9145608Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T00:56:38.0533458Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-11-23T00:56:38.1726677Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-11-23T00:56:38.1796807Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T00:56:38.1858035Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-11-23T00:56:38.2055929Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-11-23T00:56:38.2984673Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T00:56:38.3180727Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-11-23T00:56:38.3221303Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T00:56:38.3631359Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T00:56:38.3936887Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T00:56:38.4458479Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-11-23T00:56:38.5713957Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-11-23T00:56:38.6617822Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-11-23T00:56:38.7005800Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T00:56:38.7941702Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-11-23T00:56:38.8146393Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-11-23T00:56:38.8265430Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T00:56:38.8383004Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-11-23T00:56:38.8984120Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-11-23T00:56:38.9248719Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T00:56:38.9286215Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T00:56:38.9669550Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-11-23T00:56:39.0148027Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T00:56:39.0871364Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-11-23T00:56:39.1861802Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-11-23T00:56:39.2171530Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T00:56:39.3004561Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x16.c.o 2022-11-23T00:56:39.3872263Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x32.c.o 2022-11-23T00:56:39.4186217Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x48.c.o 2022-11-23T00:56:39.4406441Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T00:56:39.4867782Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T00:56:39.4905795Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x80.c.o 2022-11-23T00:56:39.5220314Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x96.c.o 2022-11-23T00:56:39.6157796Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T00:56:39.6189838Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T00:56:39.6413775Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x112.c.o 2022-11-23T00:56:39.7680218Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x128.c.o 2022-11-23T00:56:39.8376212Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x16.c.o 2022-11-23T00:56:39.9028720Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x32.c.o 2022-11-23T00:56:39.9935957Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T00:56:40.0315222Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x48.c.o 2022-11-23T00:56:40.0693925Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x64.c.o 2022-11-23T00:56:40.1226413Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x80.c.o 2022-11-23T00:56:40.1541605Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T00:56:40.1843255Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x96.c.o 2022-11-23T00:56:40.1884712Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T00:56:40.2465852Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T00:56:40.2864847Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x112.c.o 2022-11-23T00:56:40.3912451Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x128.c.o 2022-11-23T00:56:40.4253317Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-11-23T00:56:40.4569677Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-11-23T00:56:40.5143738Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T00:56:40.5542754Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T00:56:40.6064199Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-11-23T00:56:40.6141477Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T00:56:40.6903994Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-11-23T00:56:40.7138184Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-11-23T00:56:40.7422953Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T00:56:40.8049502Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T00:56:40.8104882Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-11-23T00:56:40.8142655Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T00:56:40.9415115Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-11-23T00:56:40.9420375Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T00:56:41.0639244Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-11-23T00:56:41.1791701Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T00:56:41.2828242Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-11-23T00:56:41.2862392Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T00:56:41.3825008Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-11-23T00:56:41.4048632Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T00:56:41.4361580Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T00:56:41.5202905Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T00:56:41.5551020Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-11-23T00:56:41.5663173Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-11-23T00:56:41.5934634Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-11-23T00:56:41.6702416Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T00:56:41.6889463Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-11-23T00:56:41.7387415Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T00:56:41.8192652Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-11-23T00:56:41.8544105Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-11-23T00:56:41.8835922Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T00:56:41.9100642Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T00:56:41.9358059Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T00:56:41.9665480Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-11-23T00:56:42.0944421Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-11-23T00:56:42.1730451Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-11-23T00:56:42.2113565Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T00:56:42.2897029Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-11-23T00:56:42.3636560Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T00:56:42.4226209Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-11-23T00:56:42.5329938Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T00:56:42.5534835Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T00:56:42.5554791Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T00:56:42.6357131Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T00:56:42.7316823Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-11-23T00:56:42.7837529Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T00:56:42.8626141Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T00:56:42.8638259Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T00:56:42.9045323Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T00:56:42.9884908Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-11-23T00:56:43.0172837Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T00:56:43.1226751Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T00:56:43.2145416Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T00:56:43.2741791Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-11-23T00:56:43.3311401Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-11-23T00:56:43.3733662Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T00:56:43.4507403Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-11-23T00:56:43.5528748Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-11-23T00:56:43.5826176Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T00:56:43.6775187Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T00:56:43.8187908Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-11-23T00:56:43.8188987Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T00:56:43.8203822Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T00:56:43.9100752Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T00:56:43.9404478Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T00:56:43.9793948Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T00:56:44.0431897Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T00:56:44.0459216Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-11-23T00:56:44.1035314Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T00:56:44.1428857Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T00:56:44.1486851Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T00:56:44.2023662Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T00:56:44.2102253Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T00:56:44.3185373Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-11-23T00:56:44.4377805Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-11-23T00:56:44.4521321Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-11-23T00:56:44.5541734Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T00:56:44.5597877Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-11-23T00:56:44.5872601Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T00:56:44.6764790Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-11-23T00:56:44.6815643Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T00:56:44.7976004Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-11-23T00:56:44.8580815Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T00:56:44.9021407Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:45.0232459Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:45.1616942Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:45.1937822Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T00:56:45.2907121Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:45.4085609Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:45.5355071Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:45.6874469Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T00:56:45.6934546Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T00:56:45.7107525Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:56:45.7392761Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T00:56:45.8004587Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T00:56:45.8450785Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:45.9147166Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T00:56:45.9707182Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:46.0862119Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T00:56:46.1818641Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T00:56:46.2172180Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:56:46.2545694Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:46.3188800Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T00:56:46.3812782Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:46.3894814Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T00:56:46.4221788Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:46.4731007Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:46.5115799Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T00:56:46.5428498Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:46.5929906Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:46.6691934Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:46.7048761Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T00:56:46.7551852Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T00:56:46.7968451Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:46.8372534Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:46.9352643Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:46.9726689Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:46.9847410Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T00:56:47.0731551Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T00:56:47.0816876Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:47.2077022Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:47.2311870Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:47.3055816Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:47.3098841Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:47.3591596Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:47.4153581Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T00:56:47.4251655Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T00:56:47.4616605Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:47.4775406Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T00:56:47.5378451Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:47.5674602Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T00:56:47.6446871Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T00:56:47.6749117Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:47.7920684Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:47.8106487Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:47.8147834Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T00:56:47.9197285Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T00:56:47.9545448Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:48.0846205Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:48.2457535Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:48.3713814Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:48.4374968Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:48.5031981Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:56:48.5090741Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T00:56:48.5754285Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:56:48.6028392Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T00:56:48.6342148Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T00:56:48.6360137Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:48.6837239Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T00:56:48.7093802Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T00:56:48.7469992Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:48.7743303Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T00:56:48.8386382Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:48.8907936Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T00:56:48.9667325Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:49.1119673Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:49.2329193Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:49.3646797Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T00:56:49.4499095Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:49.4903556Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T00:56:49.5677665Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:49.6350129Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T00:56:49.6589491Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:49.7064355Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T00:56:49.7344581Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:49.7672123Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:49.8064240Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:49.8703637Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:49.9033781Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:49.9487664Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:50.0060822Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T00:56:50.0272598Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T00:56:50.0765076Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:56:50.1894549Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T00:56:50.2078907Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T00:56:50.2853627Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:56:50.3374918Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T00:56:50.3706617Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T00:56:50.3927666Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T00:56:50.4593141Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T00:56:50.5896603Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-11-23T00:56:50.6430266Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-11-23T00:56:50.6564499Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T00:56:50.7310222Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T00:56:50.7623712Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-11-23T00:56:50.8741725Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T00:56:50.9030235Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T00:56:50.9711026Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T00:56:50.9729114Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T00:56:51.0293915Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T00:56:51.0951766Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T00:56:51.1501002Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T00:56:51.1999035Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T00:56:51.2724163Z [ 87%] Built target all_microkernels 2022-11-23T00:56:51.2776979Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T00:56:51.2928018Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T00:56:51.3055353Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T00:56:51.5742658Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T00:56:51.6458355Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T00:56:51.9683780Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T00:56:52.2359869Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T00:56:52.2723163Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T00:56:52.4213636Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T00:56:52.4822941Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T00:56:52.6436499Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T00:56:52.9293157Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T00:56:53.1627222Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T00:56:53.3977681Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T00:56:53.4858411Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T00:56:53.4871954Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T00:56:53.6113723Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T00:56:54.0820867Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T00:56:54.0829949Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T00:56:54.1637171Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T00:56:54.4701192Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T00:56:54.5086686Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T00:56:54.5344811Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T00:56:54.5352987Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T00:56:54.5609240Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T00:56:54.9063395Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T00:56:54.9740174Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T00:56:54.9998796Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T00:56:55.0044388Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T00:56:55.0701293Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T00:56:55.0948435Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T00:56:55.1995123Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T00:56:55.3126444Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T00:56:55.4236069Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T00:56:55.4827637Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T00:56:55.5832708Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T00:56:55.6168853Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T00:56:55.7292552Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T00:56:55.7850820Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T00:56:55.8223495Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T00:56:55.8897559Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T00:56:55.9386395Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T00:56:56.0846465Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T00:56:56.0863858Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T00:56:56.1868985Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T00:56:56.2697209Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T00:56:56.3947377Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T00:56:56.5692353Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T00:56:56.5895621Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T00:56:56.6021339Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T00:56:56.6807662Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T00:56:56.8164740Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T00:56:56.8563243Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T00:56:56.8563763Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T00:56:56.9719593Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T00:56:57.1455246Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T00:56:57.1812441Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T00:56:57.3209198Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T00:56:57.3287016Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T00:56:57.3935494Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T00:56:57.4651132Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T00:56:57.5398532Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T00:56:57.6698715Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T00:56:57.7430897Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T00:56:57.8054242Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T00:56:57.8227814Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T00:56:57.8238198Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T00:56:58.0282073Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T00:56:58.0989592Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T00:56:58.2860410Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T00:56:58.5205780Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T00:56:58.5836286Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T00:56:58.6547721Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T00:56:58.7463263Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T00:56:58.7686398Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-11-23T00:56:58.8639322Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-11-23T00:56:58.9545171Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-11-23T00:56:59.1009838Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-11-23T00:56:59.2907115Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-11-23T00:56:59.3678234Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-11-23T00:56:59.5898570Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-11-23T00:56:59.6197736Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-11-23T00:56:59.8104512Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-11-23T00:56:59.8309898Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-11-23T00:56:59.9105139Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-11-23T00:57:00.0251133Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-11-23T00:57:00.1418525Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-11-23T00:57:00.2886734Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-11-23T00:57:00.4079128Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-11-23T00:57:00.5419819Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-11-23T00:57:00.6013539Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-11-23T00:57:00.6583018Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-11-23T00:57:00.9656494Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-11-23T00:57:00.9944602Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-11-23T00:57:01.0279312Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-11-23T00:57:01.0666702Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-11-23T00:57:01.1968592Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-11-23T00:57:01.2708825Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-11-23T00:57:01.3615049Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-11-23T00:57:01.4889568Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-11-23T00:57:01.5309750Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-11-23T00:57:01.6593338Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-11-23T00:57:01.7635572Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-11-23T00:57:01.8349086Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-11-23T00:57:01.9772204Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T00:57:02.2189770Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T00:57:02.2472420Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-11-23T00:57:02.5102217Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-11-23T00:57:02.6332230Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-11-23T00:57:02.6349878Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2022-11-23T00:57:02.7267150Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-11-23T00:57:02.7335308Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-11-23T00:57:02.8522376Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-11-23T00:57:02.9122091Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-11-23T00:57:03.0180666Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-11-23T00:57:03.1279526Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-11-23T00:57:03.2304289Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-11-23T00:57:03.3590127Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-11-23T00:57:03.5194037Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-11-23T00:57:03.5543804Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-11-23T00:57:03.6152821Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-11-23T00:57:04.0151336Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-11-23T00:57:04.1068958Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_legacy.cpp.o 2022-11-23T00:57:04.2566373Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-11-23T00:57:04.2945027Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-11-23T00:57:04.3267312Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-11-23T00:57:04.4573180Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-11-23T00:57:04.5625622Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-11-23T00:57:04.5951784Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-11-23T00:57:04.7939282Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-11-23T00:57:05.0543588Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-11-23T00:57:05.2347469Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-11-23T00:57:05.3024208Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-11-23T00:57:05.3534417Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-11-23T00:57:05.3935887Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-11-23T00:57:05.4320834Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-11-23T00:57:05.5254455Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-11-23T00:57:05.8567054Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-11-23T00:57:06.1093789Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-11-23T00:57:06.2811877Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-11-23T00:57:06.4132894Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-11-23T00:57:06.4168040Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-11-23T00:57:06.4565900Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-11-23T00:57:06.4865783Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-11-23T00:57:06.5804848Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-11-23T00:57:06.7903852Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-11-23T00:57:07.0494179Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-11-23T00:57:07.2309131Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-11-23T00:57:07.3929491Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-11-23T00:57:07.4274676Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-11-23T00:57:07.5719764Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-11-23T00:57:07.7370315Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-11-23T00:57:07.9326974Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-11-23T00:57:08.0492574Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-11-23T00:57:08.4045445Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-11-23T00:57:08.5792738Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-11-23T00:57:08.6228193Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-11-23T00:57:08.6459445Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-11-23T00:57:08.7652709Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-11-23T00:57:08.8148413Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-11-23T00:57:09.0038812Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-11-23T00:57:09.0804497Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-11-23T00:57:09.5477123Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-11-23T00:57:09.6332158Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-11-23T00:57:09.8046994Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-11-23T00:57:09.8307338Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-11-23T00:57:10.0622515Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-11-23T00:57:10.1505999Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-11-23T00:57:10.2934694Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-11-23T00:57:10.7272915Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-11-23T00:57:10.7505249Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-11-23T00:57:10.7598024Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-11-23T00:57:10.9756707Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-11-23T00:57:11.2454764Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-11-23T00:57:11.3181618Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-11-23T00:57:11.3835438Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-11-23T00:57:11.6173868Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-11-23T00:57:11.7886553Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-11-23T00:57:11.9370785Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-11-23T00:57:12.2101513Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-11-23T00:57:12.5045538Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-11-23T00:57:12.5938082Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-11-23T00:57:12.6602212Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-11-23T00:57:12.8489882Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-11-23T00:57:13.0468489Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-11-23T00:57:13.2716439Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-11-23T00:57:13.4452543Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-11-23T00:57:13.6539227Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-11-23T00:57:13.6595179Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-11-23T00:57:14.0855179Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-11-23T00:57:14.0968889Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-11-23T00:57:14.2389310Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-11-23T00:57:14.4535460Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-11-23T00:57:14.5348684Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-11-23T00:57:14.6228557Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-11-23T00:57:14.9153292Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-11-23T00:57:15.1394369Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-11-23T00:57:15.1713505Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-11-23T00:57:15.3056959Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-11-23T00:57:15.3347399Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-11-23T00:57:15.5066173Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-11-23T00:57:15.5546123Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-11-23T00:57:15.6061466Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-11-23T00:57:16.1826710Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-11-23T00:57:16.2972966Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-11-23T00:57:16.4620033Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-11-23T00:57:16.5149791Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-11-23T00:57:16.7367213Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-11-23T00:57:16.7776713Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-11-23T00:57:17.5089818Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-11-23T00:57:17.5416527Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-11-23T00:57:17.7301436Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-11-23T00:57:17.8014423Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-11-23T00:57:17.8516144Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-11-23T00:57:17.9307453Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-11-23T00:57:18.5472115Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-11-23T00:57:18.7632758Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-11-23T00:57:18.9630049Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-11-23T00:57:19.0460571Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-11-23T00:57:19.1530719Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-11-23T00:57:19.2669290Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-11-23T00:57:19.6882748Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-11-23T00:57:20.0181688Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-11-23T00:57:20.1748116Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-11-23T00:57:20.2664284Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-11-23T00:57:20.3432838Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-11-23T00:57:20.3919781Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-11-23T00:57:20.6297528Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-11-23T00:57:20.9591201Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-11-23T00:57:21.0260405Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-11-23T00:57:21.1864429Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-11-23T00:57:21.2097245Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-11-23T00:57:21.3657604Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-11-23T00:57:21.5611800Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-11-23T00:57:21.9159915Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-11-23T00:57:21.9978854Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-11-23T00:57:22.0384445Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-11-23T00:57:22.1058400Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-11-23T00:57:22.2834408Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-11-23T00:57:22.7002561Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-11-23T00:57:23.0544088Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-11-23T00:57:23.0998945Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-11-23T00:57:23.2452210Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-11-23T00:57:23.3338736Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-11-23T00:57:23.3626589Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-11-23T00:57:23.6781059Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-11-23T00:57:23.6968483Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-11-23T00:57:23.8959693Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-11-23T00:57:24.0470208Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-11-23T00:57:24.1430168Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-11-23T00:57:24.3049311Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-11-23T00:57:24.5592149Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T00:57:24.5852745Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T00:57:24.9150267Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T00:57:24.9865657Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-11-23T00:57:25.1377302Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:25.1623964Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:25.1945513Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:25.2644391Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:25.5346024Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-11-23T00:57:25.6278877Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:25.7720740Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:25.8342181Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:25.8746112Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:25.9350646Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-11-23T00:57:26.0833229Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:26.3260308Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:26.3328566Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:26.3722765Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:26.4110313Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:26.4827815Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:26.6167533Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:26.7871464Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:26.8172870Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:26.8761522Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.0701027Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.0896476Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.0960294Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-11-23T00:57:27.2384910Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.3345040Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.3974458Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.5763665Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.6582906Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.6864499Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.7712184Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.8757559Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:27.9269330Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-11-23T00:57:28.1317194Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:28.1385646Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:28.1784310Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:28.1899378Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:28.3712348Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:28.6328621Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:28.7324304Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:28.9465476Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:29.0042676Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:29.1363854Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:29.1612640Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:29.1709322Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:57:29.3145816Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-11-23T00:57:29.7101294Z [ 91%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-11-23T00:57:49.9124369Z [ 91%] Built target torch_cpu 2022-11-23T00:57:49.9274859Z [ 91%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-11-23T00:57:49.9283518Z [ 91%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-11-23T00:57:49.9303982Z [ 91%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-11-23T00:57:49.9305230Z [ 91%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-11-23T00:57:49.9307628Z [ 91%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-11-23T00:57:49.9321475Z [ 91%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-11-23T00:57:50.0306953Z [ 91%] Linking CXX shared library ../lib/libtorch.so 2022-11-23T00:57:50.3224581Z [ 91%] Built target torch 2022-11-23T00:57:50.3428560Z [ 91%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2022-11-23T00:57:50.3809863Z [ 91%] Linking CXX executable ../bin/HashStoreTest 2022-11-23T00:57:50.3980587Z [ 91%] Linking CXX executable ../bin/FileStoreTest 2022-11-23T00:57:50.4473468Z [ 91%] Linking CXX executable ../bin/TCPStoreTest 2022-11-23T00:57:50.9352214Z [ 91%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-11-23T00:57:50.9709310Z [ 91%] Linking CXX executable ../bin/example_allreduce 2022-11-23T00:57:51.0132123Z [ 91%] Built target HashStoreTest 2022-11-23T00:57:51.0205416Z [ 91%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt_bench.cc.o 2022-11-23T00:57:51.0570814Z [ 91%] Built target FileStoreTest 2022-11-23T00:57:51.0811895Z [ 91%] Built target TCPStoreTest 2022-11-23T00:57:51.0846211Z [ 91%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2022-11-23T00:57:51.1142610Z [ 91%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-11-23T00:57:51.5832596Z [ 91%] Built target ProcessGroupGlooTest 2022-11-23T00:57:51.5837489Z [ 91%] Built target example_allreduce 2022-11-23T00:57:51.5991694Z [ 91%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-11-23T00:57:51.6022677Z [ 91%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-11-23T00:57:51.6604460Z [ 91%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-11-23T00:57:51.9057636Z [ 91%] Linking CXX executable ../bin/Dimname_test 2022-11-23T00:57:51.9629746Z [ 91%] Linking CXX executable ../bin/Dict_test 2022-11-23T00:57:52.2858148Z [ 91%] Linking CXX executable ../bin/static_runtime_bench 2022-11-23T00:57:52.4481650Z [ 91%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_utils.cc.o 2022-11-23T00:57:52.5344343Z [ 91%] Built target Dimname_test 2022-11-23T00:57:52.5404783Z [ 91%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_runtime.cc.o 2022-11-23T00:57:52.5448045Z [ 91%] Linking CXX executable ../bin/MaybeOwned_test 2022-11-23T00:57:52.6345695Z [ 91%] Linking CXX executable ../bin/NamedTensor_test 2022-11-23T00:57:52.7217891Z [ 91%] Built target Dict_test 2022-11-23T00:57:52.7266451Z [ 91%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_module.cc.o 2022-11-23T00:57:52.9529871Z [ 91%] Built target static_runtime_bench 2022-11-23T00:57:52.9729680Z [ 91%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-11-23T00:57:53.1828260Z [ 91%] Built target NamedTensor_test 2022-11-23T00:57:53.2001673Z [ 91%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-11-23T00:57:53.2033730Z [ 91%] Built target MaybeOwned_test 2022-11-23T00:57:53.2089357Z [ 91%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_generated_ops.cc.o 2022-11-23T00:57:53.2451935Z [ 91%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-11-23T00:57:54.0213614Z [ 91%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-11-23T00:57:54.0270292Z [ 91%] Linking CXX executable ../bin/apply_utils_test 2022-11-23T00:57:54.0747197Z [ 91%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-11-23T00:57:54.2085523Z [ 91%] Linking CXX executable ../bin/atest 2022-11-23T00:57:54.3452383Z [ 91%] Linking CXX executable ../bin/basic 2022-11-23T00:57:54.3621501Z [ 91%] Linking CXX executable ../bin/static_runtime_test 2022-11-23T00:57:54.6563818Z [ 91%] Built target apply_utils_test 2022-11-23T00:57:54.6734824Z [ 91%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-11-23T00:57:54.8780531Z [ 91%] Built target atest 2022-11-23T00:57:54.8967748Z [ 91%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-11-23T00:57:54.9224339Z [ 91%] Linking CXX executable ../bin/broadcast_test 2022-11-23T00:57:54.9499782Z [ 91%] Built target basic 2022-11-23T00:57:54.9799892Z [ 91%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-11-23T00:57:55.0904148Z [ 91%] Linking CXX executable ../bin/cpu_generator_test 2022-11-23T00:57:55.1751013Z [ 91%] Built target static_runtime_test 2022-11-23T00:57:55.1926768Z [ 91%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-11-23T00:57:55.4329265Z [ 91%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-11-23T00:57:55.5488642Z [ 91%] Built target broadcast_test 2022-11-23T00:57:55.5746701Z [ 91%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-11-23T00:57:55.7475074Z [ 91%] Built target cpu_generator_test 2022-11-23T00:57:55.7663355Z [ 91%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-11-23T00:57:55.9509821Z [ 91%] Linking CXX executable ../bin/dispatch_key_set_test 2022-11-23T00:57:56.0451501Z [ 91%] Built target cpu_profiling_allocator_test 2022-11-23T00:57:56.0688531Z [ 91%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-11-23T00:57:56.1348380Z [ 91%] Linking CXX executable ../bin/dlconvertor_test 2022-11-23T00:57:56.2693672Z [ 91%] Linking CXX executable ../bin/cpu_rng_test 2022-11-23T00:57:56.4549875Z [ 91%] Linking CXX executable ../bin/extension_backend_test 2022-11-23T00:57:56.5922487Z [ 91%] Linking CXX executable ../bin/half_test 2022-11-23T00:57:56.6102851Z [ 91%] Built target dispatch_key_set_test 2022-11-23T00:57:56.6345560Z [ 91%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-11-23T00:57:56.7192836Z [ 91%] Built target dlconvertor_test 2022-11-23T00:57:56.7431606Z [ 91%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-11-23T00:57:56.9604577Z [ 91%] Built target cpu_rng_test 2022-11-23T00:57:56.9809053Z [ 91%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-11-23T00:57:57.0838347Z [ 91%] Built target extension_backend_test 2022-11-23T00:57:57.1066699Z [ 91%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-11-23T00:57:57.2323430Z [ 91%] Linking CXX executable ../bin/ivalue_test 2022-11-23T00:57:57.2616908Z [ 91%] Built target half_test 2022-11-23T00:57:57.2907781Z [ 91%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-11-23T00:57:57.4943562Z [ 91%] Linking CXX executable ../bin/lazy_tensor_test 2022-11-23T00:57:57.7455790Z [ 91%] Linking CXX executable ../bin/math_kernel_test 2022-11-23T00:57:57.8818804Z [ 91%] Linking CXX executable ../bin/memory_format_test 2022-11-23T00:57:57.9107332Z [ 91%] Built target ivalue_test 2022-11-23T00:57:57.9343518Z [ 91%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-11-23T00:57:58.0462915Z [ 91%] Linking CXX executable ../bin/memory_overlapping_test 2022-11-23T00:57:58.1827591Z [ 91%] Built target lazy_tensor_test 2022-11-23T00:57:58.2067104Z [ 91%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-11-23T00:57:58.2665913Z [ 91%] Built target math_kernel_test 2022-11-23T00:57:58.3047827Z [ 91%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-11-23T00:57:58.4960299Z [ 91%] Linking CXX executable ../bin/operator_name_test 2022-11-23T00:57:58.5302740Z [ 91%] Built target memory_format_test 2022-11-23T00:57:58.5509903Z [ 91%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-11-23T00:57:58.5885470Z [ 91%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-11-23T00:57:58.6692242Z [ 91%] Built target memory_overlapping_test 2022-11-23T00:57:58.7033901Z [ 91%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-11-23T00:57:58.9215635Z [ 91%] Linking CXX executable ../bin/native_test 2022-11-23T00:57:59.0429618Z [ 91%] Built target operator_name_test 2022-11-23T00:57:59.0618938Z [ 91%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-11-23T00:57:59.1936947Z [ 91%] Built target mobile_memory_cleanup 2022-11-23T00:57:59.2143895Z [ 91%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-11-23T00:57:59.3116437Z [ 91%] Linking CXX executable ../bin/operators_test 2022-11-23T00:57:59.5106404Z [ 91%] Built target native_test 2022-11-23T00:57:59.5280446Z [ 91%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-11-23T00:57:59.5312860Z [ 91%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-11-23T00:57:59.8281890Z [ 91%] Linking CXX executable ../bin/pow_test 2022-11-23T00:57:59.9195469Z [ 91%] Built target operators_test 2022-11-23T00:57:59.9442008Z [ 91%] Linking CXX executable ../bin/quantized_test 2022-11-23T00:57:59.9492522Z [ 91%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-11-23T00:58:00.0822984Z [ 91%] Built target packedtensoraccessor_test 2022-11-23T00:58:00.1068595Z [ 91%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-11-23T00:58:00.3699400Z [ 91%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-11-23T00:58:00.3858140Z [ 91%] Linking CXX executable ../bin/reduce_ops_test 2022-11-23T00:58:00.4451773Z [ 91%] Built target quantized_test 2022-11-23T00:58:00.4533521Z [ 91%] Built target pow_test 2022-11-23T00:58:00.4686880Z [ 91%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-11-23T00:58:00.4752354Z [ 91%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-11-23T00:58:00.8491250Z [ 91%] Built target reportMemoryUsage_test 2022-11-23T00:58:00.8637704Z [ 91%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-11-23T00:58:00.8929057Z [ 91%] Linking CXX executable ../bin/scalar_tensor_test 2022-11-23T00:58:01.0369834Z [ 91%] Built target reduce_ops_test 2022-11-23T00:58:01.0560652Z [ 91%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-11-23T00:58:01.1107548Z [ 91%] Linking CXX executable ../bin/scalar_test 2022-11-23T00:58:01.4542349Z [ 91%] Linking CXX executable ../bin/stride_properties_test 2022-11-23T00:58:01.4837655Z [ 91%] Built target scalar_tensor_test 2022-11-23T00:58:01.5062391Z [ 91%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-11-23T00:58:01.5458029Z [ 91%] Linking CXX executable ../bin/tensor_iterator_test 2022-11-23T00:58:01.7861826Z [ 91%] Built target scalar_test 2022-11-23T00:58:01.8028141Z [ 91%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-11-23T00:58:01.9350881Z [ 91%] Linking CXX executable ../bin/type_ptr_test 2022-11-23T00:58:01.9465086Z [ 91%] Linking CXX executable ../bin/thread_init_test 2022-11-23T00:58:02.0866534Z [ 91%] Built target stride_properties_test 2022-11-23T00:58:02.1071141Z [ 91%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-11-23T00:58:02.2600719Z [ 91%] Built target tensor_iterator_test 2022-11-23T00:58:02.2783869Z [ 91%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-11-23T00:58:02.2973995Z [ 91%] Linking CXX executable ../bin/test_parallel 2022-11-23T00:58:02.4506960Z [ 91%] Built target thread_init_test 2022-11-23T00:58:02.4681764Z [ 91%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-11-23T00:58:02.5350998Z [ 91%] Linking CXX executable ../bin/variant_test 2022-11-23T00:58:02.5354420Z [ 91%] Built target type_ptr_test 2022-11-23T00:58:02.5551016Z [ 91%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-11-23T00:58:02.9527908Z [ 91%] Built target test_parallel 2022-11-23T00:58:02.9804078Z [ 91%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-11-23T00:58:03.0291263Z [ 91%] Linking CXX executable ../bin/type_test 2022-11-23T00:58:03.0947170Z [ 91%] Linking CXX executable ../bin/undefined_tensor_test 2022-11-23T00:58:03.1079922Z [ 91%] Built target variant_test 2022-11-23T00:58:03.1345341Z [ 91%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-11-23T00:58:03.3195194Z [ 91%] Linking CXX executable ../bin/verify_api_visibility 2022-11-23T00:58:03.5452542Z [ 91%] Linking CXX executable ../bin/vmap_test 2022-11-23T00:58:03.6666876Z [ 91%] Built target undefined_tensor_test 2022-11-23T00:58:03.6860885Z [ 91%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-11-23T00:58:03.6994562Z [ 91%] Built target type_test 2022-11-23T00:58:03.7274763Z [ 91%] Building CXX object caffe2/CMakeFiles/ExclusivelyOwned_test.dir/__/aten/src/ATen/test/ExclusivelyOwned_test.cpp.o 2022-11-23T00:58:03.8412607Z [ 91%] Built target verify_api_visibility 2022-11-23T00:58:03.8594964Z [ 91%] Building CXX object caffe2/CMakeFiles/tensor_interop_test.dir/__/aten/src/ATen/test/tensor_interop_test.cpp.o 2022-11-23T00:58:04.0251817Z [ 91%] Linking CXX executable ../bin/weakref_test 2022-11-23T00:58:04.0787256Z [ 91%] Linking CXX executable ../bin/wrapdim_test 2022-11-23T00:58:04.1467673Z [ 91%] Built target vmap_test 2022-11-23T00:58:04.1749221Z [ 91%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-11-23T00:58:04.6381862Z [ 92%] Linking CXX executable ../bin/xla_tensor_test 2022-11-23T00:58:04.6802324Z [ 92%] Built target weakref_test 2022-11-23T00:58:04.6911666Z [ 92%] Linking CXX executable ../bin/ExclusivelyOwned_test 2022-11-23T00:58:04.7012918Z [ 92%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-11-23T00:58:04.7533889Z [ 92%] Built target wrapdim_test 2022-11-23T00:58:04.7733820Z [ 92%] Building CXX object caffe2/CMakeFiles/TensorImpl_test.dir/__/aten/src/ATen/core/TensorImpl_test.cpp.o 2022-11-23T00:58:04.8460910Z [ 92%] Linking CXX executable ../bin/IListRef_test 2022-11-23T00:58:05.0816995Z [ 92%] Linking CXX executable ../bin/List_test 2022-11-23T00:58:05.0894541Z [ 92%] Linking CXX executable ../bin/tensor_interop_test 2022-11-23T00:58:05.1761372Z [ 92%] Linking CXX executable ../bin/TensorImpl_test 2022-11-23T00:58:05.2993185Z [ 92%] Built target xla_tensor_test 2022-11-23T00:58:05.3180691Z [ 92%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-11-23T00:58:05.3350774Z [ 92%] Built target ExclusivelyOwned_test 2022-11-23T00:58:05.3588232Z [ 92%] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-11-23T00:58:05.4119755Z [ 92%] Built target IListRef_test 2022-11-23T00:58:05.4359827Z [ 92%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-11-23T00:58:05.6368362Z [ 92%] Built target TensorImpl_test 2022-11-23T00:58:05.6567547Z [ 92%] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-11-23T00:58:05.7767150Z [ 92%] Built target tensor_interop_test 2022-11-23T00:58:05.7923562Z [ 92%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-11-23T00:58:05.8043749Z [ 92%] Built target List_test 2022-11-23T00:58:05.8261803Z [ 92%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-11-23T00:58:05.8750072Z [ 92%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-11-23T00:58:05.8876317Z [ 92%] Linking CXX executable ../bin/kernel_function_test 2022-11-23T00:58:06.1568138Z [ 92%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-11-23T00:58:06.1902410Z [ 92%] Linking CXX executable ../bin/kernel_lambda_test 2022-11-23T00:58:06.2869187Z [ 92%] Linking CXX executable ../bin/kernel_stackbased_test 2022-11-23T00:58:06.3381305Z [ 92%] Linking CXX executable ../bin/KernelFunction_test 2022-11-23T00:58:06.4377018Z [ 92%] Built target kernel_function_legacy_test 2022-11-23T00:58:06.4569366Z [ 92%] 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 2022-11-23T00:58:06.5367113Z [ 92%] Built target kernel_function_test 2022-11-23T00:58:06.5524684Z [ 92%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-11-23T00:58:06.7402114Z [ 92%] Built target kernel_lambda_legacy_test 2022-11-23T00:58:06.7562706Z [ 92%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-11-23T00:58:06.7794368Z [ 92%] Built target kernel_lambda_test 2022-11-23T00:58:06.8059936Z [ 92%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-11-23T00:58:06.8604242Z [ 92%] Built target kernel_stackbased_test 2022-11-23T00:58:06.8658510Z [ 92%] Linking CXX executable ../bin/CppSignature_test 2022-11-23T00:58:06.8820600Z [ 92%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-11-23T00:58:06.9055569Z [ 92%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-11-23T00:58:06.9625422Z [ 92%] Built target KernelFunction_test 2022-11-23T00:58:06.9904514Z [ 92%] Building CXX object caffe2/CMakeFiles/blob_test.dir/core/blob_test.cc.o 2022-11-23T00:58:07.0679907Z [ 92%] Linking CXX executable ../bin/op_allowlist_test 2022-11-23T00:58:07.3007758Z [ 92%] Linking CXX executable ../bin/op_registration_test 2022-11-23T00:58:07.4438846Z [ 92%] Built target CppSignature_test 2022-11-23T00:58:07.4615786Z [ 92%] Building CXX object caffe2/CMakeFiles/common_test.dir/core/common_test.cc.o 2022-11-23T00:58:07.5709888Z [ 92%] Built target make_boxed_from_unboxed_functor_test 2022-11-23T00:58:07.5896535Z [ 92%] Building CXX object caffe2/CMakeFiles/context_test.dir/core/context_test.cc.o 2022-11-23T00:58:07.6307815Z [ 92%] Linking CXX executable ../bin/blob_test 2022-11-23T00:58:07.6575739Z [ 92%] Built target op_allowlist_test 2022-11-23T00:58:07.6889311Z [ 92%] Building CXX object caffe2/CMakeFiles/event_test.dir/core/event_test.cc.o 2022-11-23T00:58:07.7215622Z [ 92%] Linking CXX executable ../bin/backend_fallback_test 2022-11-23T00:58:07.7328363Z [ 92%] Linking CXX executable ../bin/common_test 2022-11-23T00:58:07.9924353Z [ 92%] Built target op_registration_test 2022-11-23T00:58:08.0084299Z [ 92%] Building CXX object caffe2/CMakeFiles/graph_test.dir/core/graph_test.cc.o 2022-11-23T00:58:08.0223976Z [ 92%] Linking CXX executable ../bin/event_test 2022-11-23T00:58:08.0374914Z [ 92%] Linking CXX executable ../bin/context_test 2022-11-23T00:58:08.2342673Z /usr/bin/ld: CMakeFiles/blob_test.dir/core/blob_test.cc.o: in function `caffe2::(anonymous namespace)::TypedTensorTest_BigTensorSerialization_Test::TestBody()': 2022-11-23T00:58:08.2343679Z blob_test.cc:(.text+0x414ea): warning: the use of `tmpnam' is dangerous, better use `mkstemp' 2022-11-23T00:58:08.2413148Z [ 92%] Built target blob_test 2022-11-23T00:58:08.2586707Z [ 92%] Building CXX object caffe2/CMakeFiles/init_test.dir/core/init_test.cc.o 2022-11-23T00:58:08.3996104Z [ 92%] Built target common_test 2022-11-23T00:58:08.4019958Z [ 92%] Built target backend_fallback_test 2022-11-23T00:58:08.4161840Z [ 92%] Building CXX object caffe2/CMakeFiles/module_test.dir/core/module_test.cc.o 2022-11-23T00:58:08.4219968Z [ 92%] Building CXX object caffe2/CMakeFiles/net_async_tracing_test.dir/core/net_async_tracing_test.cc.o 2022-11-23T00:58:08.5290210Z [ 92%] Linking CXX executable ../bin/graph_test 2022-11-23T00:58:08.5785196Z [ 92%] Built target event_test 2022-11-23T00:58:08.5998768Z [ 92%] Building CXX object caffe2/CMakeFiles/net_dag_utils_test.dir/core/net_dag_utils_test.cc.o 2022-11-23T00:58:08.6052543Z [ 92%] Linking CXX executable ../bin/init_test 2022-11-23T00:58:08.6656111Z [ 92%] Built target context_test 2022-11-23T00:58:08.6918234Z [ 92%] Building CXX object caffe2/CMakeFiles/net_simple_refcount_test.dir/core/net_simple_refcount_test.cc.o 2022-11-23T00:58:08.9905583Z [ 92%] Linking CXX executable ../bin/module_test 2022-11-23T00:58:09.0079581Z [ 92%] Linking CXX executable ../bin/net_async_tracing_test 2022-11-23T00:58:09.0852254Z [ 92%] Linking CXX executable ../bin/net_dag_utils_test 2022-11-23T00:58:09.1191506Z [ 92%] Built target graph_test 2022-11-23T00:58:09.1516571Z [ 92%] Building CXX object caffe2/CMakeFiles/net_test.dir/core/net_test.cc.o 2022-11-23T00:58:09.2307173Z [ 92%] Built target init_test 2022-11-23T00:58:09.2518950Z [ 92%] Building CXX object caffe2/CMakeFiles/observer_test.dir/core/observer_test.cc.o 2022-11-23T00:58:09.2679803Z [ 92%] Linking CXX executable ../bin/net_simple_refcount_test 2022-11-23T00:58:09.5896093Z [ 92%] Built target net_async_tracing_test 2022-11-23T00:58:09.6048542Z [ 92%] Building CXX object caffe2/CMakeFiles/operator_schema_test.dir/core/operator_schema_test.cc.o 2022-11-23T00:58:09.6128014Z [ 92%] Built target module_test 2022-11-23T00:58:09.6307512Z [ 92%] Linking CXX executable ../bin/net_test 2022-11-23T00:58:09.6341962Z [ 92%] Building CXX object caffe2/CMakeFiles/operator_test.dir/core/operator_test.cc.o 2022-11-23T00:58:09.6707398Z [ 92%] Built target net_dag_utils_test 2022-11-23T00:58:09.7065660Z [ 92%] Building CXX object caffe2/CMakeFiles/parallel_net_test.dir/core/parallel_net_test.cc.o 2022-11-23T00:58:09.8119787Z [ 92%] Linking CXX executable ../bin/observer_test 2022-11-23T00:58:09.9051717Z [ 92%] Built target net_simple_refcount_test 2022-11-23T00:58:09.9247364Z [ 92%] Building CXX object caffe2/CMakeFiles/plan_executor_test.dir/core/plan_executor_test.cc.o 2022-11-23T00:58:10.1287124Z [ 92%] Linking CXX executable ../bin/operator_schema_test 2022-11-23T00:58:10.1911006Z [ 92%] Built target net_test 2022-11-23T00:58:10.2128633Z [ 92%] Building CXX object caffe2/CMakeFiles/serialization_test.dir/core/serialization_test.cc.o 2022-11-23T00:58:10.2545516Z [ 92%] Linking CXX executable ../bin/operator_test 2022-11-23T00:58:10.3012605Z [ 92%] Linking CXX executable ../bin/parallel_net_test 2022-11-23T00:58:10.4571492Z [ 92%] Built target observer_test 2022-11-23T00:58:10.4750284Z [ 92%] Building CXX object caffe2/CMakeFiles/stats_test.dir/core/stats_test.cc.o 2022-11-23T00:58:10.5023453Z [ 92%] Linking CXX executable ../bin/plan_executor_test 2022-11-23T00:58:10.6617267Z [ 92%] Linking CXX executable ../bin/serialization_test 2022-11-23T00:58:10.7301235Z [ 92%] Linking CXX executable ../bin/stats_test 2022-11-23T00:58:10.7396494Z [ 92%] Built target operator_schema_test 2022-11-23T00:58:10.7583779Z [ 92%] Building CXX object caffe2/CMakeFiles/timer_test.dir/core/timer_test.cc.o 2022-11-23T00:58:10.7743112Z [ 92%] Built target parallel_net_test 2022-11-23T00:58:10.8046420Z [ 92%] Building CXX object caffe2/CMakeFiles/transform_test.dir/core/transform_test.cc.o 2022-11-23T00:58:10.8654637Z [ 92%] Built target operator_test 2022-11-23T00:58:10.8909107Z [ 92%] Building CXX object caffe2/CMakeFiles/workspace_test.dir/core/workspace_test.cc.o 2022-11-23T00:58:11.0830743Z [ 92%] Linking CXX executable ../bin/timer_test 2022-11-23T00:58:11.1747691Z [ 92%] Built target plan_executor_test 2022-11-23T00:58:11.1951655Z [ 92%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-11-23T00:58:11.2308356Z [ 92%] Built target serialization_test 2022-11-23T00:58:11.2586803Z [ 93%] Building CXX object caffe2/CMakeFiles/fixed_divisor_test.dir/utils/fixed_divisor_test.cc.o 2022-11-23T00:58:11.2990961Z [ 93%] Linking CXX executable ../bin/transform_test 2022-11-23T00:58:11.3207190Z [ 93%] Built target stats_test 2022-11-23T00:58:11.3609751Z [ 93%] Building CXX object caffe2/CMakeFiles/math_test.dir/utils/math_test.cc.o 2022-11-23T00:58:11.4383666Z [ 93%] Linking CXX executable ../bin/workspace_test 2022-11-23T00:58:11.5043693Z [ 93%] Linking CXX executable ../bin/inline_container_test 2022-11-23T00:58:11.5729362Z [ 93%] Built target timer_test 2022-11-23T00:58:11.5828812Z [ 93%] Linking CXX executable ../bin/fixed_divisor_test 2022-11-23T00:58:11.5983013Z [ 93%] Building CXX object caffe2/CMakeFiles/fatal_signal_asan_no_sig_test.dir/utils/fatal_signal_asan_no_sig_test.cc.o 2022-11-23T00:58:11.7999531Z [ 93%] Linking CXX executable ../bin/math_test 2022-11-23T00:58:11.8542954Z [ 93%] Built target transform_test 2022-11-23T00:58:11.8731793Z [ 93%] Building CXX object caffe2/CMakeFiles/simple_queue_test.dir/utils/simple_queue_test.cc.o 2022-11-23T00:58:11.9307497Z [ 93%] Linking CXX executable ../bin/fatal_signal_asan_no_sig_test 2022-11-23T00:58:12.0612676Z [ 93%] Built target inline_container_test 2022-11-23T00:58:12.0709477Z [ 93%] Built target workspace_test 2022-11-23T00:58:12.0791159Z [ 93%] Building CXX object caffe2/CMakeFiles/proto_utils_test.dir/utils/proto_utils_test.cc.o 2022-11-23T00:58:12.0892266Z [ 93%] Building CXX object caffe2/CMakeFiles/cpuid_test.dir/utils/cpuid_test.cc.o 2022-11-23T00:58:12.1396026Z [ 93%] Linking CXX executable ../bin/simple_queue_test 2022-11-23T00:58:12.2199192Z [ 93%] Built target fixed_divisor_test 2022-11-23T00:58:12.2444833Z [ 93%] Building CXX object caffe2/CMakeFiles/smart_tensor_printer_test.dir/utils/smart_tensor_printer_test.cc.o 2022-11-23T00:58:12.3273293Z [ 93%] Built target math_test 2022-11-23T00:58:12.3457336Z [ 93%] Building CXX object caffe2/CMakeFiles/cast_test.dir/utils/cast_test.cc.o 2022-11-23T00:58:12.3751186Z [ 93%] Linking CXX executable ../bin/cpuid_test 2022-11-23T00:58:12.4685500Z [ 93%] Built target fatal_signal_asan_no_sig_test 2022-11-23T00:58:12.4787511Z [ 93%] Linking CXX executable ../bin/proto_utils_test 2022-11-23T00:58:12.4890535Z [ 93%] Building CXX object caffe2/CMakeFiles/predictor_test.dir/predictor/predictor_test.cc.o 2022-11-23T00:58:12.6451892Z [ 93%] Linking CXX executable ../bin/cast_test 2022-11-23T00:58:12.7066356Z [ 93%] Linking CXX executable ../bin/smart_tensor_printer_test 2022-11-23T00:58:12.7315929Z [ 93%] Built target simple_queue_test 2022-11-23T00:58:12.7668753Z [ 93%] Building CXX object caffe2/CMakeFiles/data_filler_test.dir/predictor/emulator/data_filler_test.cc.o 2022-11-23T00:58:12.8695294Z [ 93%] Built target cpuid_test 2022-11-23T00:58:12.8903643Z [ 93%] Building CXX object caffe2/CMakeFiles/AlgorithmsTest.dir/core/nomnigraph/tests/AlgorithmsTest.cc.o 2022-11-23T00:58:13.1025357Z [ 93%] Linking CXX executable ../bin/predictor_test 2022-11-23T00:58:13.1105427Z /usr/bin/ld: CMakeFiles/proto_utils_test.dir/utils/proto_utils_test.cc.o: in function `caffe2::ProtoUtilsTest_SimpleReadWrite_Test::TestBody()': 2022-11-23T00:58:13.1106459Z proto_utils_test.cc:(.text+0xa8): warning: the use of `tmpnam' is dangerous, better use `mkstemp' 2022-11-23T00:58:13.1167915Z [ 93%] Built target proto_utils_test 2022-11-23T00:58:13.1547384Z [ 93%] Building CXX object caffe2/CMakeFiles/BinaryMatchImplTest.dir/core/nomnigraph/tests/BinaryMatchImplTest.cc.o 2022-11-23T00:58:13.2135488Z [ 93%] Linking CXX executable ../bin/AlgorithmsTest 2022-11-23T00:58:13.3243911Z [ 93%] Linking CXX executable ../bin/data_filler_test 2022-11-23T00:58:13.3583349Z [ 93%] Built target smart_tensor_printer_test 2022-11-23T00:58:13.3746670Z [ 93%] Building CXX object caffe2/CMakeFiles/GraphTest.dir/core/nomnigraph/tests/GraphTest.cc.o 2022-11-23T00:58:13.3804343Z [ 93%] Built target cast_test 2022-11-23T00:58:13.4004464Z [ 93%] Building CXX object caffe2/CMakeFiles/MatchTest.dir/core/nomnigraph/tests/MatchTest.cc.o 2022-11-23T00:58:13.4137339Z [ 93%] Linking CXX executable ../bin/BinaryMatchImplTest 2022-11-23T00:58:13.6954384Z [ 93%] Linking CXX executable ../bin/GraphTest 2022-11-23T00:58:13.6976564Z [ 93%] Built target predictor_test 2022-11-23T00:58:13.7141776Z [ 93%] Building CXX object caffe2/CMakeFiles/NeuralNetTest.dir/core/nomnigraph/tests/NeuralNetTest.cc.o 2022-11-23T00:58:13.7145294Z [ 93%] Linking CXX executable ../bin/MatchTest 2022-11-23T00:58:13.8072690Z [ 93%] Built target AlgorithmsTest 2022-11-23T00:58:13.8227419Z [ 93%] Built target data_filler_test 2022-11-23T00:58:13.8268732Z [ 93%] Building CXX object caffe2/CMakeFiles/SubgraphMatcherTest.dir/core/nomnigraph/tests/SubgraphMatcherTest.cc.o 2022-11-23T00:58:13.8414825Z [ 93%] Building CXX object caffe2/CMakeFiles/TarjansImplTest.dir/core/nomnigraph/tests/TarjansImplTest.cc.o 2022-11-23T00:58:13.9168142Z [ 93%] Built target BinaryMatchImplTest 2022-11-23T00:58:13.9415567Z [ 93%] Building CXX object caffe2/CMakeFiles/TopoSortTest.dir/core/nomnigraph/tests/TopoSortTest.cc.o 2022-11-23T00:58:14.0888564Z [ 93%] Linking CXX executable ../bin/NeuralNetTest 2022-11-23T00:58:14.1312197Z [ 93%] Linking CXX executable ../bin/SubgraphMatcherTest 2022-11-23T00:58:14.1976172Z [ 93%] Linking CXX executable ../bin/TarjansImplTest 2022-11-23T00:58:14.2159244Z [ 94%] Linking CXX executable ../bin/TopoSortTest 2022-11-23T00:58:14.2952013Z [ 94%] Built target GraphTest 2022-11-23T00:58:14.3150214Z [ 94%] Building CXX object caffe2/CMakeFiles/time_observer_test.dir/observers/time_observer_test.cc.o 2022-11-23T00:58:14.3264217Z [ 94%] Built target MatchTest 2022-11-23T00:58:14.3521079Z [ 94%] Building CXX object caffe2/CMakeFiles/ssa_test.dir/onnx/ssa_test.cc.o 2022-11-23T00:58:14.5549993Z [ 94%] Built target NeuralNetTest 2022-11-23T00:58:14.5704230Z [ 94%] Building CXX object caffe2/CMakeFiles/batch_matmul_op_test.dir/operators/batch_matmul_op_test.cc.o 2022-11-23T00:58:14.6451464Z [ 94%] Built target SubgraphMatcherTest 2022-11-23T00:58:14.6743038Z [ 94%] Building CXX object caffe2/CMakeFiles/boolean_unmask_ops_test.dir/operators/boolean_unmask_ops_test.cc.o 2022-11-23T00:58:14.8108180Z [ 94%] Built target TarjansImplTest 2022-11-23T00:58:14.8283573Z [ 94%] Building CXX object caffe2/CMakeFiles/conv_transpose_op_mobile_test.dir/operators/conv_transpose_op_mobile_test.cc.o 2022-11-23T00:58:14.8355755Z [ 94%] Built target TopoSortTest 2022-11-23T00:58:14.8494641Z [ 94%] Building CXX object caffe2/CMakeFiles/elementwise_op_test.dir/operators/elementwise_op_test.cc.o 2022-11-23T00:58:14.8785525Z [ 94%] Linking CXX executable ../bin/time_observer_test 2022-11-23T00:58:14.8848175Z [ 94%] Linking CXX executable ../bin/ssa_test 2022-11-23T00:58:15.1245436Z [ 94%] Linking CXX executable ../bin/batch_matmul_op_test 2022-11-23T00:58:15.2547445Z [ 94%] Linking CXX executable ../bin/boolean_unmask_ops_test 2022-11-23T00:58:15.4160746Z [ 94%] Built target time_observer_test 2022-11-23T00:58:15.4359726Z [ 94%] Building CXX object caffe2/CMakeFiles/generate_proposals_op_test.dir/operators/generate_proposals_op_test.cc.o 2022-11-23T00:58:15.4466656Z [ 94%] Linking CXX executable ../bin/conv_transpose_op_mobile_test 2022-11-23T00:58:15.5678307Z [ 94%] Built target ssa_test 2022-11-23T00:58:15.5858042Z [ 94%] Building CXX object caffe2/CMakeFiles/generate_proposals_op_util_boxes_test.dir/operators/generate_proposals_op_util_boxes_test.cc.o 2022-11-23T00:58:15.6321913Z [ 94%] Linking CXX executable ../bin/elementwise_op_test 2022-11-23T00:58:15.8159899Z [ 94%] Built target batch_matmul_op_test 2022-11-23T00:58:15.8353609Z [ 94%] Built target boolean_unmask_ops_test 2022-11-23T00:58:15.8403352Z [ 94%] Building CXX object caffe2/CMakeFiles/generate_proposals_op_util_nms_test.dir/operators/generate_proposals_op_util_nms_test.cc.o 2022-11-23T00:58:15.8595055Z [ 94%] Building CXX object caffe2/CMakeFiles/half_float_ops_test.dir/operators/half_float_ops_test.cc.o 2022-11-23T00:58:16.0214278Z [ 94%] Linking CXX executable ../bin/generate_proposals_op_util_boxes_test 2022-11-23T00:58:16.1099182Z [ 94%] Built target conv_transpose_op_mobile_test 2022-11-23T00:58:16.1487422Z [ 94%] Building CXX object caffe2/CMakeFiles/string_ops_test.dir/operators/string_ops_test.cc.o 2022-11-23T00:58:16.2386498Z [ 94%] Built target elementwise_op_test 2022-11-23T00:58:16.2562941Z [ 94%] Building CXX object caffe2/CMakeFiles/text_file_reader_utils_test.dir/operators/text_file_reader_utils_test.cc.o 2022-11-23T00:58:16.2777878Z [ 94%] Linking CXX executable ../bin/generate_proposals_op_util_nms_test 2022-11-23T00:58:16.2783670Z [ 94%] Linking CXX executable ../bin/generate_proposals_op_test 2022-11-23T00:58:16.3508864Z [ 94%] Linking CXX executable ../bin/half_float_ops_test 2022-11-23T00:58:16.5804079Z [ 94%] Built target generate_proposals_op_util_boxes_test 2022-11-23T00:58:16.5983863Z [ 94%] Building CXX object caffe2/CMakeFiles/utility_ops_test.dir/operators/utility_ops_test.cc.o 2022-11-23T00:58:16.7421861Z [ 94%] Linking CXX executable ../bin/text_file_reader_utils_test 2022-11-23T00:58:16.8034599Z [ 94%] Built target generate_proposals_op_util_nms_test 2022-11-23T00:58:16.8221862Z [ 94%] Building CXX object caffe2/CMakeFiles/int8_test.dir/operators/quantized/int8_test.cc.o 2022-11-23T00:58:16.8972340Z [ 94%] Linking CXX executable ../bin/string_ops_test 2022-11-23T00:58:16.9588473Z [ 94%] Built target generate_proposals_op_test 2022-11-23T00:58:16.9826930Z [ 94%] Building CXX object caffe2/CMakeFiles/int8_roi_align_op_test.dir/operators/quantized/int8_roi_align_op_test.cc.o 2022-11-23T00:58:17.0389063Z [ 94%] Built target half_float_ops_test 2022-11-23T00:58:17.0592822Z [ 94%] Building CXX object caffe2/CMakeFiles/backend_cutting_test.dir/opt/backend_cutting_test.cc.o 2022-11-23T00:58:17.1058098Z [ 94%] Linking CXX executable ../bin/utility_ops_test 2022-11-23T00:58:17.2398836Z /usr/bin/ld: CMakeFiles/text_file_reader_utils_test.dir/operators/text_file_reader_utils_test.cc.o: in function `caffe2::TextFileReaderUtilsTest_TokenizeTest_Test::TestBody()': 2022-11-23T00:58:17.2400265Z text_file_reader_utils_test.cc:(.text+0x1a8b): warning: the use of `tmpnam' is dangerous, better use `mkstemp' 2022-11-23T00:58:17.2496491Z [ 94%] Built target text_file_reader_utils_test 2022-11-23T00:58:17.2782492Z [ 94%] Building CXX object caffe2/CMakeFiles/bound_shape_inference_test.dir/opt/bound_shape_inference_test.cc.o 2022-11-23T00:58:17.4674238Z [ 94%] Built target string_ops_test 2022-11-23T00:58:17.4762873Z [ 94%] Linking CXX executable ../bin/backend_cutting_test 2022-11-23T00:58:17.4894090Z [ 94%] Building CXX object caffe2/CMakeFiles/converter_nomigraph_test.dir/opt/converter_nomigraph_test.cc.o 2022-11-23T00:58:17.5849984Z [ 94%] Linking CXX executable ../bin/int8_roi_align_op_test 2022-11-23T00:58:17.6653538Z [ 94%] Linking CXX executable ../bin/int8_test 2022-11-23T00:58:17.7476039Z [ 94%] Built target utility_ops_test 2022-11-23T00:58:17.8465693Z [ 94%] Linking CXX executable ../bin/bound_shape_inference_test 2022-11-23T00:58:17.8478176Z [ 94%] Building CXX object caffe2/CMakeFiles/dead_code_elim_test.dir/opt/dead_code_elim_test.cc.o 2022-11-23T00:58:17.9628292Z [ 94%] Linking CXX executable ../bin/converter_nomigraph_test 2022-11-23T00:58:18.0636529Z [ 94%] Built target backend_cutting_test 2022-11-23T00:58:18.1114185Z [ 94%] Building CXX object caffe2/CMakeFiles/device_test.dir/opt/device_test.cc.o 2022-11-23T00:58:18.1667539Z [ 94%] Built target int8_roi_align_op_test 2022-11-23T00:58:18.2513582Z [ 94%] Built target int8_test 2022-11-23T00:58:18.2583953Z [ 94%] Building CXX object caffe2/CMakeFiles/distributed_test.dir/opt/distributed_test.cc.o 2022-11-23T00:58:18.2602930Z [ 94%] Linking CXX executable ../bin/dead_code_elim_test 2022-11-23T00:58:18.2785845Z [ 94%] Building CXX object caffe2/CMakeFiles/mobile_test.dir/opt/mobile_test.cc.o 2022-11-23T00:58:18.4734902Z [ 94%] Linking CXX executable ../bin/device_test 2022-11-23T00:58:18.4786780Z [ 94%] Built target bound_shape_inference_test 2022-11-23T00:58:18.5467080Z [ 94%] Building CXX object caffe2/CMakeFiles/split_slss_test.dir/opt/split_slss_test.cc.o 2022-11-23T00:58:18.5582384Z [ 94%] Built target converter_nomigraph_test 2022-11-23T00:58:18.5951806Z [ 94%] Building CXX object caffe2/CMakeFiles/nnpack_test.dir/share/contrib/nnpack/nnpack_test.cc.o 2022-11-23T00:58:18.6090323Z [ 94%] Linking CXX executable ../bin/distributed_test 2022-11-23T00:58:18.7092616Z [ 94%] Linking CXX executable ../bin/mobile_test 2022-11-23T00:58:18.9297724Z [ 94%] Built target dead_code_elim_test 2022-11-23T00:58:18.9493385Z [ 94%] Building CXX object caffe2/CMakeFiles/depthwise3x3_conv_op_test.dir/share/contrib/depthwise/depthwise3x3_conv_op_test.cc.o 2022-11-23T00:58:19.0794583Z [ 94%] Linking CXX executable ../bin/split_slss_test 2022-11-23T00:58:19.1303623Z [ 94%] Built target device_test 2022-11-23T00:58:19.1461707Z [ 94%] Building CXX object caffe2/CMakeFiles/common_subexpression_elimination_test.dir/transforms/common_subexpression_elimination_test.cc.o 2022-11-23T00:58:19.1720141Z [ 94%] Linking CXX executable ../bin/nnpack_test 2022-11-23T00:58:19.2800992Z [ 94%] Built target distributed_test 2022-11-23T00:58:19.3052927Z [ 94%] Building CXX object caffe2/CMakeFiles/conv_to_nnpack_transform_test.dir/transforms/conv_to_nnpack_transform_test.cc.o 2022-11-23T00:58:19.3789319Z [ 94%] Built target mobile_test 2022-11-23T00:58:19.4041935Z [ 94%] Building CXX object caffe2/CMakeFiles/pattern_net_transform_test.dir/transforms/pattern_net_transform_test.cc.o 2022-11-23T00:58:19.5275233Z [ 94%] Linking CXX executable ../bin/depthwise3x3_conv_op_test 2022-11-23T00:58:19.6330385Z [ 94%] Linking CXX executable ../bin/common_subexpression_elimination_test 2022-11-23T00:58:19.7119673Z [ 94%] Built target split_slss_test 2022-11-23T00:58:19.7356455Z [ 94%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state.cc.o 2022-11-23T00:58:19.8217939Z [ 94%] Built target nnpack_test 2022-11-23T00:58:19.8313010Z [ 94%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_workspace.cc.o 2022-11-23T00:58:19.9082223Z [ 94%] Linking CXX executable ../bin/conv_to_nnpack_transform_test 2022-11-23T00:58:19.9468970Z [ 94%] Linking CXX executable ../bin/pattern_net_transform_test 2022-11-23T00:58:20.0892416Z [ 94%] Built target depthwise3x3_conv_op_test 2022-11-23T00:58:20.0943965Z [ 94%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_dlpack.cc.o 2022-11-23T00:58:20.2195112Z [ 94%] Built target common_subexpression_elimination_test 2022-11-23T00:58:20.2373142Z [ 94%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-11-23T00:58:20.3132119Z [ 94%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-11-23T00:58:20.5153373Z [ 94%] Built target conv_to_nnpack_transform_test 2022-11-23T00:58:20.5217294Z [ 94%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_nomni.cc.o 2022-11-23T00:58:20.5633662Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-11-23T00:58:20.5926282Z [ 94%] Built target pattern_net_transform_test 2022-11-23T00:58:20.5979048Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-11-23T00:58:20.6349500Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-11-23T00:58:20.6754593Z [ 94%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-11-23T00:58:21.0422987Z [ 94%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_registry.cc.o 2022-11-23T00:58:21.0809741Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-11-23T00:58:21.0890332Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-11-23T00:58:21.0900450Z [ 94%] Built target jitbackend_test 2022-11-23T00:58:21.0959437Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-11-23T00:58:21.1808953Z [ 94%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-11-23T00:58:21.2092639Z [ 94%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-11-23T00:58:21.3808611Z [ 94%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-11-23T00:58:21.3885035Z [ 94%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_int8.cc.o 2022-11-23T00:58:21.5067382Z [ 94%] Built target backend_with_compiler 2022-11-23T00:58:21.5117083Z [ 94%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_ideep.cc.o 2022-11-23T00:58:21.6567434Z [ 94%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-11-23T00:58:21.6988753Z [ 94%] Built target torchbind_test 2022-11-23T00:58:21.7065496Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-11-23T00:58:22.0704473Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-11-23T00:58:22.0993684Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-11-23T00:58:22.2868987Z [ 94%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-11-23T00:58:22.3746953Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-11-23T00:58:22.6078380Z [ 94%] Linking CXX shared module python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so 2022-11-23T00:58:22.6267251Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-11-23T00:58:22.7789048Z [ 94%] Built target tutorial_tensorexpr 2022-11-23T00:58:22.7855247Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-11-23T00:58:22.9598474Z [ 94%] Linking CXX executable ../bin/test_dist_autograd 2022-11-23T00:58:23.0177059Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-11-23T00:58:23.2800928Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-11-23T00:58:23.6834051Z [ 94%] Built target test_dist_autograd 2022-11-23T00:58:23.6899247Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-11-23T00:58:24.0773624Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-11-23T00:58:24.1293239Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-11-23T00:58:24.1569438Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-11-23T00:58:24.5772324Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-11-23T00:58:24.9439807Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-11-23T00:58:25.1152401Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-11-23T00:58:25.5485122Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-11-23T00:58:25.5869319Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-11-23T00:58:25.7585957Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-11-23T00:58:25.9634761Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-11-23T00:58:26.2214486Z [ 94%] Linking CXX executable ../bin/test_cpp_rpc 2022-11-23T00:58:26.7713690Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-11-23T00:58:26.9119113Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-11-23T00:58:26.9184128Z [ 94%] Built target test_cpp_rpc 2022-11-23T00:58:26.9244770Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-11-23T00:58:26.9570175Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-11-23T00:58:27.3406909Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-11-23T00:58:27.5154605Z [ 94%] Built target caffe2_pybind11_state 2022-11-23T00:58:27.5440219Z [ 94%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-11-23T00:58:27.7651121Z [ 94%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-11-23T00:58:28.0228022Z [ 94%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-11-23T00:58:28.2630651Z [ 94%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-11-23T00:58:28.3032944Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-11-23T00:58:28.5711121Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-11-23T00:58:28.6346391Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-11-23T00:58:28.6935267Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-11-23T00:58:28.7839021Z [ 94%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-11-23T00:58:28.8168808Z [ 94%] Linking CXX executable ../bin/parallel_benchmark 2022-11-23T00:58:29.0354522Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-11-23T00:58:29.1040317Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-11-23T00:58:29.2981274Z [ 94%] Built target parallel_benchmark 2022-11-23T00:58:29.3199894Z [ 94%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-11-23T00:58:29.3854347Z [ 94%] Linking CXX executable ../bin/test_mobile_nnc 2022-11-23T00:58:29.4041940Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-11-23T00:58:29.6506377Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-11-23T00:58:29.7096808Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-11-23T00:58:29.8736619Z [ 94%] Built target test_mobile_nnc 2022-11-23T00:58:29.8804977Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-11-23T00:58:30.0436221Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-11-23T00:58:30.0991991Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-11-23T00:58:30.3219570Z [ 94%] Linking CXX executable ../bin/aot_model_compiler_test 2022-11-23T00:58:30.9363291Z [ 94%] Built target aot_model_compiler_test 2022-11-23T00:58:30.9501162Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-11-23T00:58:30.9601190Z [ 94%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-11-23T00:58:31.1104368Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-11-23T00:58:31.1458419Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-11-23T00:58:31.2339648Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-11-23T00:58:31.2344351Z [ 94%] Linking CXX shared library ../../../../lib/libshm.so 2022-11-23T00:58:31.2947838Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-11-23T00:58:31.4556498Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-11-23T00:58:31.6136031Z [ 95%] Built target shm 2022-11-23T00:58:31.6186157Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-11-23T00:58:31.8946585Z [ 95%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/group_spatial_softmax_op.cc.o 2022-11-23T00:58:32.1033443Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-11-23T00:58:32.2402312Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-11-23T00:58:32.4728345Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/ps_roi_pool_op.cc.o 2022-11-23T00:58:32.4908309Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/roi_pool_f_op.cc.o 2022-11-23T00:58:32.4997690Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/sample_as_op.cc.o 2022-11-23T00:58:32.5303692Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-11-23T00:58:32.5475686Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-11-23T00:58:32.6749767Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-11-23T00:58:32.9745617Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-11-23T00:58:33.0446153Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-11-23T00:58:33.0666285Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-11-23T00:58:33.1095191Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/select_smooth_l1_loss_op.cc.o 2022-11-23T00:58:33.3837035Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-11-23T00:58:33.5732722Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/sigmoid_cross_entropy_loss_op.cc.o 2022-11-23T00:58:33.5808054Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/sigmoid_focal_loss_op.cc.o 2022-11-23T00:58:33.7051564Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-11-23T00:58:34.0131877Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-11-23T00:58:34.0220251Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-11-23T00:58:34.0588014Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-11-23T00:58:34.1488573Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/smooth_l1_loss_op.cc.o 2022-11-23T00:58:34.6840504Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/softmax_focal_loss_op.cc.o 2022-11-23T00:58:34.7453343Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-11-23T00:58:34.7455215Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:959:30: warning: ‘bool c10::isIntegralType(c10::ScalarType)’ is deprecated: isIntegralType is deprecated. Please use the overload with 'includeBool' parameter instead. [-Wdeprecated-declarations] 2022-11-23T00:58:34.7456429Z isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-11-23T00:58:34.7456981Z ^ 2022-11-23T00:58:34.7457774Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11:0, 2022-11-23T00:58:34.7458538Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-11-23T00:58:34.7459267Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T00:58:34.7459942Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-11-23T00:58:34.7460679Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-11-23T00:58:34.7461436Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-11-23T00:58:34.7462144Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-11-23T00:58:34.7463011Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-11-23T00:58:34.7463660Z static inline bool isIntegralType(ScalarType t) { 2022-11-23T00:58:34.7464175Z ^~~~~~~~~~~~~~ 2022-11-23T00:58:34.7661599Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-11-23T00:58:34.8774605Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-11-23T00:58:34.9145278Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/spatial_narrow_as_op.cc.o 2022-11-23T00:58:35.1280355Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/upsample_nearest_op.cc.o 2022-11-23T00:58:35.1510764Z [ 96%] Building CXX object modules/module_test/CMakeFiles/caffe2_module_test_dynamic.dir/module_test_dynamic.cc.o 2022-11-23T00:58:35.4383405Z [ 96%] Building CXX object modules/observers/CMakeFiles/caffe2_observers.dir/net_observer_reporter_print.cc.o 2022-11-23T00:58:35.5014198Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-11-23T00:58:35.6932891Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-11-23T00:58:35.6995176Z [ 96%] Linking CXX shared library ../../lib/libcaffe2_module_test_dynamic.so 2022-11-23T00:58:35.8355253Z [ 96%] Linking CXX shared library ../../lib/libcaffe2_detectron_ops.so 2022-11-23T00:58:35.8770705Z [ 96%] Building CXX object modules/observers/CMakeFiles/caffe2_observers.dir/observer_config.cc.o 2022-11-23T00:58:36.1058507Z [ 96%] Linking CXX executable ../bin/test_lazy 2022-11-23T00:58:36.1800943Z [ 96%] Built target caffe2_module_test_dynamic 2022-11-23T00:58:36.2054194Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-11-23T00:58:36.3021616Z [ 96%] Building CXX object modules/observers/CMakeFiles/caffe2_observers.dir/perf_observer.cc.o 2022-11-23T00:58:36.4311064Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-11-23T00:58:36.5968259Z [ 96%] Linking CXX executable ../bin/test_tensorexpr 2022-11-23T00:58:36.7488856Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-11-23T00:58:36.7848906Z [ 96%] Linking CXX shared library ../../lib/libcaffe2_observers.so 2022-11-23T00:58:37.1953862Z [ 96%] Built target test_lazy 2022-11-23T00:58:37.2003702Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-11-23T00:58:37.2542649Z [ 96%] Built target caffe2_observers 2022-11-23T00:58:37.2618468Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-11-23T00:58:37.4293786Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-11-23T00:58:37.9383228Z [ 96%] Built target test_tensorexpr 2022-11-23T00:58:37.9688965Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-11-23T00:58:38.0288703Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-11-23T00:58:38.2471716Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-11-23T00:58:38.4730261Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-11-23T00:58:38.5511208Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-11-23T00:58:39.1586165Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-11-23T00:58:39.1590994Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-11-23T00:58:39.2425277Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-11-23T00:58:39.9326932Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-11-23T00:58:40.2178005Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-11-23T00:58:40.2442859Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-11-23T00:58:40.2495456Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-11-23T00:58:40.2674637Z [ 96%] Built target caffe2_detectron_ops 2022-11-23T00:58:40.2778960Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-11-23T00:58:40.3423068Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-11-23T00:58:41.0268492Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-11-23T00:58:41.1612869Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-11-23T00:58:41.4250648Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-11-23T00:58:41.5644092Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-11-23T00:58:41.6571544Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-11-23T00:58:41.7084677Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-11-23T00:58:41.7504517Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-11-23T00:58:41.8390289Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-11-23T00:58:42.0763777Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-11-23T00:58:42.2776108Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-11-23T00:58:42.3646952Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-11-23T00:58:42.7842488Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-11-23T00:58:42.7883795Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-11-23T00:58:42.8623946Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-11-23T00:58:42.9455795Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-11-23T00:58:43.1228606Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-11-23T00:58:43.2606736Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-11-23T00:58:43.5699197Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-11-23T00:58:43.6113893Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-11-23T00:58:43.6912138Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-11-23T00:58:43.8453964Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-11-23T00:58:44.0537597Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-11-23T00:58:44.1587032Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-11-23T00:58:44.2427155Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-11-23T00:58:44.7635255Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-11-23T00:58:44.8889234Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-11-23T00:58:44.9208775Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-11-23T00:58:44.9342837Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-11-23T00:58:45.0190104Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-11-23T00:58:45.0545521Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-11-23T00:58:45.4192413Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-11-23T00:58:45.5561493Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-11-23T00:58:46.0613350Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-11-23T00:58:46.1006283Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-11-23T00:58:46.1574501Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-11-23T00:58:46.1781648Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-11-23T00:58:46.5469594Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-11-23T00:58:47.1672592Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-11-23T00:58:47.4622610Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-11-23T00:58:47.5324459Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-11-23T00:58:47.6508295Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-11-23T00:58:47.8444802Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-11-23T00:58:48.2714815Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-11-23T00:58:48.6658815Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-11-23T00:58:48.8706972Z [ 97%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-11-23T00:58:48.9228714Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-11-23T00:58:48.9891214Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-11-23T00:58:49.1274565Z [ 97%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-11-23T00:58:49.1838768Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-11-23T00:58:49.7108928Z [ 97%] Built target torch_shm_manager 2022-11-23T00:58:49.7157729Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-11-23T00:58:49.7630798Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-11-23T00:58:49.8786117Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-11-23T00:58:50.1670725Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-11-23T00:58:50.2325592Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-11-23T00:58:50.2970073Z [ 97%] Linking CXX executable ../bin/test_api 2022-11-23T00:58:50.7367068Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-11-23T00:58:50.8955231Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-11-23T00:58:51.0770227Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-11-23T00:58:51.1668736Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-11-23T00:58:51.9034119Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-11-23T00:58:52.0329535Z [ 97%] Built target test_api 2022-11-23T00:58:52.0393763Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-11-23T00:58:52.1029685Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-11-23T00:58:52.2197483Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-11-23T00:58:52.5367102Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-11-23T00:58:52.5376798Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-11-23T00:58:53.0538633Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-11-23T00:58:53.2919663Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-11-23T00:58:53.3344576Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-11-23T00:58:53.5432751Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-11-23T00:58:53.5868929Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-11-23T00:58:53.6504987Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-11-23T00:58:53.8269121Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-11-23T00:58:54.3486430Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-11-23T00:58:54.4567086Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-11-23T00:58:54.6421479Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-11-23T00:58:54.7307475Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-11-23T00:58:54.8419251Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-11-23T00:58:54.9373798Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-11-23T00:58:55.2805059Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-11-23T00:58:55.3184114Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-11-23T00:58:55.3747790Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-11-23T00:58:55.8901145Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-11-23T00:58:55.9474065Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-11-23T00:58:55.9683074Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-11-23T00:58:56.0313774Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-11-23T00:58:56.4178773Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-11-23T00:58:56.4787869Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-11-23T00:58:57.0263420Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-11-23T00:58:57.0264519Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-11-23T00:58:57.0662789Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-11-23T00:58:57.1574491Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-11-23T00:58:57.3736507Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-11-23T00:58:57.5851565Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-11-23T00:58:57.7614759Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-11-23T00:58:58.0735457Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-11-23T00:58:58.2261046Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-11-23T00:58:58.2261843Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-11-23T00:58:58.2788861Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-11-23T00:58:58.4080251Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-11-23T00:58:58.5688375Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-11-23T00:58:58.7520948Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-11-23T00:58:58.8108489Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-11-23T00:58:59.2440067Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-11-23T00:58:59.2857096Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-11-23T00:58:59.3374263Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2022-11-23T00:58:59.7213367Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-11-23T00:59:00.1276687Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-11-23T00:59:00.2308643Z [ 98%] Linking CXX executable ../bin/test_jit 2022-11-23T00:59:00.4019333Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-11-23T00:59:00.4253755Z [ 98%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2022-11-23T00:59:00.6072023Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2022-11-23T00:59:00.8836127Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2022-11-23T00:59:00.9383639Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-11-23T00:59:01.3531771Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-11-23T00:59:01.3698768Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-11-23T00:59:01.3797072Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-11-23T00:59:01.4354700Z [ 98%] Built target test_jit 2022-11-23T00:59:01.4418958Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-11-23T00:59:02.0337793Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-11-23T00:59:02.2293614Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-11-23T00:59:02.5861803Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-11-23T00:59:02.5862657Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-11-23T00:59:02.7086406Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-11-23T00:59:02.7711886Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-11-23T00:59:02.8210233Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-11-23T00:59:02.8790886Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-11-23T00:59:03.3044470Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-11-23T00:59:03.3053988Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-11-23T00:59:03.3571199Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-11-23T00:59:03.3856998Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-11-23T00:59:03.8358485Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-11-23T00:59:03.8991119Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-11-23T00:59:03.8992009Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-11-23T00:59:03.9610849Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-11-23T00:59:03.9611857Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-11-23T00:59:04.0207337Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-11-23T00:59:04.3084748Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-11-23T00:59:04.3924625Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-11-23T00:59:04.4892681Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-11-23T00:59:04.5127438Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-11-23T00:59:04.5549151Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-11-23T00:59:04.6746373Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-11-23T00:59:04.8831076Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-11-23T00:59:04.9950131Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-11-23T00:59:05.0387886Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-11-23T00:59:05.2691728Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-11-23T00:59:05.4857381Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-11-23T00:59:05.5419816Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-11-23T00:59:05.6169090Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-11-23T00:59:06.3261131Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-11-23T00:59:06.4623114Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-11-23T00:59:06.5716600Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-11-23T00:59:06.7199472Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-11-23T00:59:06.7634186Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-11-23T00:59:06.9722962Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-11-23T00:59:07.0205364Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-11-23T00:59:07.4228652Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-11-23T00:59:07.5002392Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-11-23T00:59:07.7953135Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-11-23T00:59:07.9223634Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-11-23T00:59:08.0030643Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-11-23T00:59:08.0101678Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-11-23T00:59:08.1603990Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-11-23T00:59:08.2273132Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-11-23T00:59:08.7478663Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-11-23T00:59:09.1190724Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-11-23T00:59:09.2191847Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-11-23T00:59:09.3747678Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-11-23T00:59:09.4574612Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2022-11-23T00:59:09.7101550Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-11-23T00:59:09.7953621Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-11-23T00:59:09.8389544Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-11-23T00:59:09.9732865Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2022-11-23T00:59:10.0467522Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2022-11-23T00:59:10.2244237Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-11-23T00:59:10.5032146Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-11-23T00:59:10.6059816Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-11-23T00:59:10.7182990Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-11-23T00:59:10.8855162Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-11-23T00:59:10.9868758Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-11-23T00:59:11.0186120Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-11-23T00:59:11.1454226Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-11-23T00:59:11.3976982Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-11-23T00:59:11.5161460Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-11-23T00:59:11.6324208Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-11-23T00:59:11.6342060Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-11-23T00:59:12.0938389Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-11-23T00:59:12.0996167Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-11-23T00:59:12.1495090Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-11-23T00:59:12.1630495Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-11-23T00:59:12.3436845Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-11-23T00:59:12.5698876Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-11-23T00:59:12.7238386Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-11-23T00:59:12.8170918Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-11-23T00:59:13.2101248Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-11-23T00:59:13.3209103Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-11-23T00:59:13.3224583Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-11-23T00:59:14.0320903Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-11-23T00:59:14.0459419Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-11-23T00:59:14.1361974Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-11-23T00:59:14.6149933Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-11-23T00:59:14.6397050Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-11-23T00:59:14.6827150Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-11-23T00:59:15.8636875Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-11-23T00:59:17.4230123Z [100%] Built target torch_python 2022-11-23T00:59:17.4371062Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-11-23T00:59:17.4371725Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-11-23T00:59:17.4385096Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-11-23T00:59:17.4385642Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-11-23T00:59:18.3366146Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-11-23T00:59:18.4465306Z [100%] Linking CXX shared module functorch.so 2022-11-23T00:59:18.6762697Z [100%] Built target nnapi_backend 2022-11-23T00:59:18.7582378Z [100%] Built target functorch 2022-11-23T00:59:18.7857812Z Install the project... 2022-11-23T00:59:18.7909818Z -- Install configuration: "Release" 2022-11-23T00:59:18.8197843Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-11-23T00:59:19.0682036Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-11-23T00:59:19.0895531Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-11-23T00:59:19.0902681Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-11-23T00:59:19.0910557Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-11-23T00:59:19.0919018Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-11-23T00:59:19.0926673Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-11-23T00:59:19.0934049Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-11-23T00:59:19.0942373Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-11-23T00:59:19.0950458Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-11-23T00:59:19.0958531Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-11-23T00:59:19.0965803Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-11-23T00:59:19.0973936Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-11-23T00:59:19.0994017Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-11-23T00:59:19.1001821Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-11-23T00:59:19.1008842Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-11-23T00:59:19.1015731Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-11-23T00:59:19.1024003Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-11-23T00:59:19.1032493Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-11-23T00:59:19.1051109Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-11-23T00:59:19.1057922Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-11-23T00:59:19.1065827Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-11-23T00:59:19.1073253Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-11-23T00:59:19.1080443Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-11-23T00:59:19.1087453Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-11-23T00:59:19.1094665Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-11-23T00:59:19.1102180Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-11-23T00:59:19.1109940Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-11-23T00:59:19.1117356Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-11-23T00:59:19.1131542Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-11-23T00:59:19.1138862Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-11-23T00:59:19.1146283Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-11-23T00:59:19.1168176Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-11-23T00:59:19.1175189Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-11-23T00:59:19.1182955Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-11-23T00:59:19.1192631Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-11-23T00:59:19.1201080Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-11-23T00:59:19.1208998Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-11-23T00:59:19.1216891Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-11-23T00:59:19.1224018Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-11-23T00:59:19.1231779Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-11-23T00:59:19.1246934Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-11-23T00:59:19.5702708Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5705924Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5710170Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5720554Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5729355Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5739962Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5749268Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5758791Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5767646Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5777348Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5786493Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5795868Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5804200Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5816803Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5825396Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5834118Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5842920Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5852334Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5864737Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5873296Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5881806Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5890456Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5900724Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5908667Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5917996Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5926968Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5935482Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5944194Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5953771Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5963206Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5971995Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5980508Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5989329Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.5998782Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6008637Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6020411Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6028812Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6034191Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6043066Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6052513Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6060658Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6069448Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6073965Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6084323Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6092753Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6101610Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6110153Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6119376Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ExclusivelyOwned_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6133678Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_interop_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6142908Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6158019Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6166542Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/TensorImpl_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6175907Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6191401Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6204793Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6220877Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6234578Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6243672Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6256938Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6280504Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6288909Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6296583Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6333695Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6362982Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/blob_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6371662Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/common_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6380199Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/context_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6388719Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/event_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6401590Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/graph_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6409477Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/init_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6418552Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/module_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6426895Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/net_async_tracing_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6435941Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/net_dag_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6448739Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/net_simple_refcount_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6462848Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/net_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6476598Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/observer_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6489534Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_schema_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6503638Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6513342Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/parallel_net_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6526845Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/plan_executor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6535657Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/serialization_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6543894Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stats_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6552265Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/timer_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6565621Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/transform_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6574462Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/workspace_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6582495Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6603657Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/fixed_divisor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6613535Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6622426Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/fatal_signal_asan_no_sig_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6630451Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/simple_queue_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6643780Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/proto_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6652109Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpuid_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6660564Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/smart_tensor_printer_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6683212Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cast_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6692567Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/predictor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6701075Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/data_filler_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6710430Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/AlgorithmsTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6719031Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/BinaryMatchImplTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6728060Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/GraphTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6738525Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MatchTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6746735Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NeuralNetTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6757101Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/SubgraphMatcherTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6766728Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/TarjansImplTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6775480Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/TopoSortTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6788864Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/time_observer_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6801264Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ssa_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6814922Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/batch_matmul_op_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6828268Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/boolean_unmask_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6841558Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/conv_transpose_op_mobile_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6854551Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/elementwise_op_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6868874Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/generate_proposals_op_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6877852Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/generate_proposals_op_util_boxes_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6888399Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/generate_proposals_op_util_nms_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6901137Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_float_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6914309Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/string_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6922987Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/text_file_reader_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6936418Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/utility_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6951011Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/int8_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6964604Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/int8_roi_align_op_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6977378Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_cutting_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.6992060Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/bound_shape_inference_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7004868Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/converter_nomigraph_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7018473Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dead_code_elim_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7031982Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/device_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7045786Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/distributed_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7058376Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7071727Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/split_slss_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7085410Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/nnpack_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7098512Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/depthwise3x3_conv_op_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7111187Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/common_subexpression_elimination_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7120262Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/conv_to_nnpack_transform_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7134203Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pattern_net_transform_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:19.7492873Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/python3.7/site-packages/caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so" to "$ORIGIN/../../torch/lib:/opt/conda/lib" 2022-11-23T00:59:21.2649239Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.2654585Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.2661764Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.2719978Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.2807411Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.2813489Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.2828662Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.2838726Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.2848013Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.2862889Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.2879951Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.3001509Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.3017560Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.3023250Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.3070210Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.3228207Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.3239354Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.3248743Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib" 2022-11-23T00:59:21.3613450Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_detectron_ops.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.3625549Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_module_test_dynamic.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.3640694Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_observers.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:59:21.3660945Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib" 2022-11-23T00:59:21.4269310Z running bdist_wheel 2022-11-23T00:59:21.5754410Z running build 2022-11-23T00:59:21.5754990Z running build_py 2022-11-23T00:59:21.5799130Z creating build/lib.linux-x86_64-cpython-37 2022-11-23T00:59:21.5799701Z creating build/lib.linux-x86_64-cpython-37/caffe2 2022-11-23T00:59:21.5800309Z copying caffe2/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2 2022-11-23T00:59:21.5802528Z creating build/lib.linux-x86_64-cpython-37/functorch 2022-11-23T00:59:21.5803153Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch 2022-11-23T00:59:21.5809351Z creating build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5809969Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5810916Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5812284Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5813541Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5815554Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5816949Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5818544Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5819638Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5821510Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5822723Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5824792Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5825801Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5827358Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5828518Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5829608Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5830863Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5832134Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5833402Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5834386Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5836160Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5837970Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5838842Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5842471Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5843728Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5844328Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5845732Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5846751Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5848912Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5849971Z copying torch/library.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5850945Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5852675Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5853375Z copying torch/random.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5854414Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5855622Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5856753Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5858523Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5859410Z copying torch/types.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5860442Z copying torch/version.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:21.5863266Z creating build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5863729Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5864852Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5865977Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5867143Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5869918Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5870795Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5872343Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5873287Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5874618Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5875829Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5877604Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5878745Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:59:21.5881194Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib 2022-11-23T00:59:21.5881831Z copying caffe2/contrib/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib 2022-11-23T00:59:21.5884637Z creating build/lib.linux-x86_64-cpython-37/caffe2/core 2022-11-23T00:59:21.5885045Z copying caffe2/core/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/core 2022-11-23T00:59:21.5887338Z creating build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-11-23T00:59:21.5887809Z copying caffe2/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-11-23T00:59:21.5888517Z copying caffe2/distributed/file_store_handler_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-11-23T00:59:21.5889704Z copying caffe2/distributed/redis_store_handler_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-11-23T00:59:21.5890553Z copying caffe2/distributed/store_ops_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-11-23T00:59:21.5892366Z creating build/lib.linux-x86_64-cpython-37/caffe2/experiments 2022-11-23T00:59:21.5892847Z copying caffe2/experiments/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments 2022-11-23T00:59:21.5895177Z creating build/lib.linux-x86_64-cpython-37/caffe2/perfkernels 2022-11-23T00:59:21.5895658Z copying caffe2/perfkernels/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/perfkernels 2022-11-23T00:59:21.5896559Z copying caffe2/perfkernels/hp_emblookup_codegen.py -> build/lib.linux-x86_64-cpython-37/caffe2/perfkernels 2022-11-23T00:59:21.5899480Z creating build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:59:21.5899965Z copying caffe2/proto/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:59:21.5900959Z copying caffe2/proto/gen_proto_typestubs_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:59:21.5901571Z copying caffe2/proto/torch_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:59:21.5903106Z copying caffe2/proto/caffe2_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:59:21.5904721Z copying caffe2/proto/caffe2_legacy_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:59:21.5905840Z copying caffe2/proto/hsm_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:59:21.5907182Z copying caffe2/proto/metanet_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:59:21.5908262Z copying caffe2/proto/predictor_consts_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:59:21.5909537Z copying caffe2/proto/prof_dag_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:59:21.5922705Z creating build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5923160Z copying caffe2/python/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5924192Z copying caffe2/python/_import_c_extension.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5925238Z copying caffe2/python/allcompare_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5926719Z copying caffe2/python/attention.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5927718Z copying caffe2/python/benchmark_generator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5929050Z copying caffe2/python/binarysize.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5929513Z copying caffe2/python/brew.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5931176Z copying caffe2/python/brew_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5932038Z copying caffe2/python/build.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5932691Z copying caffe2/python/cached_reader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5933800Z copying caffe2/python/caffe_translator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5935051Z copying caffe2/python/caffe_translator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5935845Z copying caffe2/python/checkpoint.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5937363Z copying caffe2/python/checkpoint_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5938139Z copying caffe2/python/clean_workspace_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5939056Z copying caffe2/python/cnn.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5940158Z copying caffe2/python/context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5941033Z copying caffe2/python/context_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5942006Z copying caffe2/python/control.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5942915Z copying caffe2/python/control_ops_grad.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5944072Z copying caffe2/python/control_ops_grad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5945176Z copying caffe2/python/control_ops_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5946099Z copying caffe2/python/control_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5947478Z copying caffe2/python/convert.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5948383Z copying caffe2/python/convert_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5949333Z copying caffe2/python/convnet_benchmarks.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5950694Z copying caffe2/python/convnet_benchmarks_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5951284Z copying caffe2/python/core.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5953410Z copying caffe2/python/core_gradients_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5954397Z copying caffe2/python/core_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5955759Z copying caffe2/python/crf.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5956932Z copying caffe2/python/crf_predict.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5957893Z copying caffe2/python/crf_viterbi_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5959235Z copying caffe2/python/data_parallel_model.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5960794Z copying caffe2/python/data_parallel_model_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5962598Z copying caffe2/python/data_workers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5963526Z copying caffe2/python/data_workers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5964548Z copying caffe2/python/dataio.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5966337Z copying caffe2/python/dataio_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5967163Z copying caffe2/python/dataset.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5968290Z copying caffe2/python/db_file_reader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5969417Z copying caffe2/python/db_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5970469Z copying caffe2/python/device_checker.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5971609Z copying caffe2/python/dyndep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5972746Z copying caffe2/python/embedding_generation_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5974026Z copying caffe2/python/experiment_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5974953Z copying caffe2/python/extension_loader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5976047Z copying caffe2/python/fakefp16_transform_lib.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5977106Z copying caffe2/python/filler_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5978187Z copying caffe2/python/functional.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5979295Z copying caffe2/python/functional_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5980493Z copying caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5981516Z copying caffe2/python/gradient_check_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5982894Z copying caffe2/python/gradient_checker.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5983830Z copying caffe2/python/gru_cell.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5985006Z copying caffe2/python/hip_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5986148Z copying caffe2/python/hsm_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5987345Z copying caffe2/python/hypothesis_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5989143Z copying caffe2/python/hypothesis_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5990506Z copying caffe2/python/ideep_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5991416Z copying caffe2/python/layer_model_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5993177Z copying caffe2/python/layer_model_instantiator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5994032Z copying caffe2/python/layer_parameter_sharing_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5994751Z copying caffe2/python/layer_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5995944Z copying caffe2/python/layers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5997976Z copying caffe2/python/lazy.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.5998734Z copying caffe2/python/lazy_dyndep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6000646Z copying caffe2/python/lazy_dyndep_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6001498Z copying caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6002443Z copying caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6003230Z copying caffe2/python/lstm_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6004841Z copying caffe2/python/memonger.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6005912Z copying caffe2/python/memonger_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6007205Z copying caffe2/python/mkl_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6009292Z copying caffe2/python/model_device_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6010107Z copying caffe2/python/model_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6010901Z copying caffe2/python/model_helper_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6012045Z copying caffe2/python/modifier_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6012935Z copying caffe2/python/muji.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6014011Z copying caffe2/python/muji_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6015157Z copying caffe2/python/net_builder.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6016246Z copying caffe2/python/net_builder_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6017349Z copying caffe2/python/net_drawer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6018432Z copying caffe2/python/net_printer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6019693Z copying caffe2/python/net_printer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6020523Z copying caffe2/python/nomnigraph.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6021355Z copying caffe2/python/nomnigraph_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6022556Z copying caffe2/python/nomnigraph_transformations.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6023511Z copying caffe2/python/nomnigraph_transformations_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6024589Z copying caffe2/python/normalizer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6025724Z copying caffe2/python/normalizer_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6026528Z copying caffe2/python/normalizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6027827Z copying caffe2/python/numa_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6028539Z copying caffe2/python/numa_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6029496Z copying caffe2/python/observer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6031215Z copying caffe2/python/operator_fp_exceptions_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6031904Z copying caffe2/python/optimizer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6033153Z copying caffe2/python/optimizer_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6034195Z copying caffe2/python/optimizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6035570Z copying caffe2/python/optimizer_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6036416Z copying caffe2/python/parallel_workers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6037823Z copying caffe2/python/parallel_workers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6038834Z copying caffe2/python/parallelize_bmuf_distributed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6040157Z copying caffe2/python/pipeline.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6041566Z copying caffe2/python/pipeline_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6042309Z copying caffe2/python/predictor_constants.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6044606Z copying caffe2/python/python_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6045374Z copying caffe2/python/queue_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6046361Z copying caffe2/python/record_queue.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6047125Z copying caffe2/python/recurrent.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6048429Z copying caffe2/python/regularizer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6049857Z copying caffe2/python/regularizer_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6051226Z copying caffe2/python/regularizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6052556Z copying caffe2/python/rnn_cell.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6054698Z copying caffe2/python/schema.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6056252Z copying caffe2/python/schema_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6057699Z copying caffe2/python/scope.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6059025Z copying caffe2/python/scope_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6060371Z copying caffe2/python/session.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6061696Z copying caffe2/python/session_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6063089Z copying caffe2/python/sparse_to_dense_mask_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6064383Z copying caffe2/python/sparse_to_dense_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6065795Z copying caffe2/python/task.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6067329Z copying caffe2/python/task_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6068819Z copying caffe2/python/test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6070201Z copying caffe2/python/text_file_reader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6071516Z copying caffe2/python/timeout_guard.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6072884Z copying caffe2/python/toy_regression_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6074317Z copying caffe2/python/transformations.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6075417Z copying caffe2/python/transformations_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6076687Z copying caffe2/python/tt_core.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6078030Z copying caffe2/python/tt_core_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6079370Z copying caffe2/python/utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6080966Z copying caffe2/python/utils_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6082162Z copying caffe2/python/visualize.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6084324Z copying caffe2/python/workspace.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6085696Z copying caffe2/python/workspace_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:21.6088866Z creating build/lib.linux-x86_64-cpython-37/caffe2/quantization 2022-11-23T00:59:21.6089622Z copying caffe2/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization 2022-11-23T00:59:21.6091940Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-11-23T00:59:21.6092648Z copying caffe2/contrib/aten/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-11-23T00:59:21.6093523Z copying caffe2/contrib/aten/aten_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-11-23T00:59:21.6094760Z copying caffe2/contrib/aten/gen_op.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-11-23T00:59:21.6097366Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo 2022-11-23T00:59:21.6097832Z copying caffe2/contrib/gloo/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo 2022-11-23T00:59:21.6098752Z copying caffe2/contrib/gloo/gloo_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo 2022-11-23T00:59:21.6101685Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl 2022-11-23T00:59:21.6102423Z copying caffe2/contrib/nccl/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl 2022-11-23T00:59:21.6103193Z copying caffe2/contrib/nccl/nccl_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl 2022-11-23T00:59:21.6105678Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack 2022-11-23T00:59:21.6106436Z copying caffe2/contrib/nnpack/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack 2022-11-23T00:59:21.6107274Z copying caffe2/contrib/nnpack/nnpack_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack 2022-11-23T00:59:21.6110526Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6111002Z copying caffe2/contrib/playground/AnyExp.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6111900Z copying caffe2/contrib/playground/AnyExpOnTerm.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6112950Z copying caffe2/contrib/playground/ModuleRegister.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6114118Z copying caffe2/contrib/playground/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6114934Z copying caffe2/contrib/playground/checkpoint.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6116010Z copying caffe2/contrib/playground/compute_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6117364Z copying caffe2/contrib/playground/compute_topk_accuracy.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6118229Z copying caffe2/contrib/playground/meter.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6119359Z copying caffe2/contrib/playground/module_map.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6120160Z copying caffe2/contrib/playground/output_generator.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:59:21.6122260Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof 2022-11-23T00:59:21.6122700Z copying caffe2/contrib/prof/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof 2022-11-23T00:59:21.6123489Z copying caffe2/contrib/prof/cuda_profile_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof 2022-11-23T00:59:21.6125433Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/script 2022-11-23T00:59:21.6125907Z copying caffe2/contrib/script/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/script 2022-11-23T00:59:21.6128165Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:59:21.6128673Z copying caffe2/contrib/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:59:21.6129427Z copying caffe2/contrib/tensorboard/tensorboard.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:59:21.6130641Z copying caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:59:21.6131696Z copying caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:59:21.6132893Z copying caffe2/contrib/tensorboard/tensorboard_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:59:21.6134590Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc 2022-11-23T00:59:21.6135292Z copying caffe2/contrib/warpctc/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc 2022-11-23T00:59:21.6136077Z copying caffe2/contrib/warpctc/ctc_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc 2022-11-23T00:59:21.6138035Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs 2022-11-23T00:59:21.6138804Z copying caffe2/contrib/aten/docs/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs 2022-11-23T00:59:21.6139726Z copying caffe2/contrib/aten/docs/sample.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs 2022-11-23T00:59:21.6141945Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6142477Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6143777Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6144918Z copying caffe2/contrib/playground/resnetdemo/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6146028Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6147082Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6148329Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6149528Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6150709Z copying caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6152043Z copying caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6152916Z copying caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:21.6155136Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/examples 2022-11-23T00:59:21.6155615Z copying caffe2/contrib/script/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/examples 2022-11-23T00:59:21.6157500Z creating build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph 2022-11-23T00:59:21.6158569Z copying caffe2/core/nomnigraph/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph 2022-11-23T00:59:21.6159763Z copying caffe2/core/nomnigraph/op_gen.py -> build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph 2022-11-23T00:59:21.6162762Z creating build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6163613Z copying caffe2/experiments/python/SparseTransformer.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6164460Z copying caffe2/experiments/python/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6165462Z copying caffe2/experiments/python/convnet_benchmarks.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6167741Z copying caffe2/experiments/python/device_reduce_sum_bench.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6168504Z copying caffe2/experiments/python/funhash_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6169591Z copying caffe2/experiments/python/net_construct_bench.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6170785Z copying caffe2/experiments/python/sparse_funhash_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6171586Z copying caffe2/experiments/python/sparse_reshape_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6172751Z copying caffe2/experiments/python/tt_contraction_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6173918Z copying caffe2/experiments/python/tt_pad_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:59:21.6176293Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:59:21.6178102Z copying caffe2/python/docs/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:59:21.6178636Z copying caffe2/python/docs/formatter.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:59:21.6179084Z copying caffe2/python/docs/generator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:59:21.6179760Z copying caffe2/python/docs/github.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:59:21.6180432Z copying caffe2/python/docs/parser.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:59:21.6182691Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:59:21.6183258Z copying caffe2/python/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:59:21.6184027Z copying caffe2/python/examples/char_rnn.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:59:21.6185156Z copying caffe2/python/examples/imagenet_trainer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:59:21.6186495Z copying caffe2/python/examples/lmdb_create_example.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:59:21.6187648Z copying caffe2/python/examples/resnet50_trainer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:59:21.6190120Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-11-23T00:59:21.6190864Z copying caffe2/python/fakelowp/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-11-23T00:59:21.6191687Z copying caffe2/python/fakelowp/init_shared_libs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-11-23T00:59:21.6192694Z copying caffe2/python/fakelowp/test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-11-23T00:59:21.6195727Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6196202Z copying caffe2/python/helpers/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6197186Z copying caffe2/python/helpers/algebra.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6198418Z copying caffe2/python/helpers/arg_scope.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6199398Z copying caffe2/python/helpers/array_helpers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6200534Z copying caffe2/python/helpers/control_ops.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6201679Z copying caffe2/python/helpers/conv.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6202754Z copying caffe2/python/helpers/db_input.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6203861Z copying caffe2/python/helpers/dropout.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6205023Z copying caffe2/python/helpers/elementwise_linear.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6206289Z copying caffe2/python/helpers/fc.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6207920Z copying caffe2/python/helpers/nonlinearity.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6208527Z copying caffe2/python/helpers/normalization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6210173Z copying caffe2/python/helpers/pooling.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6210720Z copying caffe2/python/helpers/quantization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6212189Z copying caffe2/python/helpers/tools.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6213739Z copying caffe2/python/helpers/train.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:59:21.6217693Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6218216Z copying caffe2/python/ideep/LRN_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6219418Z copying caffe2/python/ideep/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6220079Z copying caffe2/python/ideep/adam_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6221234Z copying caffe2/python/ideep/blobs_queue_db_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6222650Z copying caffe2/python/ideep/channel_shuffle_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6223550Z copying caffe2/python/ideep/concat_split_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6224556Z copying caffe2/python/ideep/conv_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6226434Z copying caffe2/python/ideep/conv_transpose_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6226971Z copying caffe2/python/ideep/convfusion_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6227880Z copying caffe2/python/ideep/copy_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6229083Z copying caffe2/python/ideep/dropout_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6230232Z copying caffe2/python/ideep/elementwise_sum_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6230940Z copying caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6232484Z copying caffe2/python/ideep/fc_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6233303Z copying caffe2/python/ideep/leaky_relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6234108Z copying caffe2/python/ideep/moment_sgd_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6235319Z copying caffe2/python/ideep/operator_fallback_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6236296Z copying caffe2/python/ideep/order_switch_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6237103Z copying caffe2/python/ideep/pool_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6238103Z copying caffe2/python/ideep/pre_convert_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6239082Z copying caffe2/python/ideep/relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6240245Z copying caffe2/python/ideep/reshape_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6241270Z copying caffe2/python/ideep/shape_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6242308Z copying caffe2/python/ideep/sigmoid_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6243463Z copying caffe2/python/ideep/softmax_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6244558Z copying caffe2/python/ideep/spatial_bn_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6245761Z copying caffe2/python/ideep/test_ideep_net.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6246860Z copying caffe2/python/ideep/transform_ideep_net.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6248018Z copying caffe2/python/ideep/transpose_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6249364Z copying caffe2/python/ideep/weightedsum_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:59:21.6254997Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6255520Z copying caffe2/python/layers/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6256608Z copying caffe2/python/layers/adaptive_weight.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6257894Z copying caffe2/python/layers/add_bias.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6259030Z copying caffe2/python/layers/arc_cosine_feature_map.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6259673Z copying caffe2/python/layers/batch_huber_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6260746Z copying caffe2/python/layers/batch_lr_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6261709Z copying caffe2/python/layers/batch_mse_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6262617Z copying caffe2/python/layers/batch_normalization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6264184Z copying caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6264729Z copying caffe2/python/layers/batch_softmax_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6266031Z copying caffe2/python/layers/blob_weighted_sum.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6268146Z copying caffe2/python/layers/bpr_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6268729Z copying caffe2/python/layers/bucket_weighted.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6269558Z copying caffe2/python/layers/build_index.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6270409Z copying caffe2/python/layers/concat.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6271280Z copying caffe2/python/layers/constant_weight.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6272330Z copying caffe2/python/layers/conv.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6274121Z copying caffe2/python/layers/dropout.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6274770Z copying caffe2/python/layers/fc.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6275330Z copying caffe2/python/layers/fc_with_bootstrap.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6276546Z copying caffe2/python/layers/fc_without_bias.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6277589Z copying caffe2/python/layers/feature_sparse_to_dense.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6278881Z copying caffe2/python/layers/functional.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6279757Z copying caffe2/python/layers/gather_record.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6280845Z copying caffe2/python/layers/homotopy_weight.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6282176Z copying caffe2/python/layers/label_smooth.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6283259Z copying caffe2/python/layers/last_n_window_collector.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6284186Z copying caffe2/python/layers/layer_normalization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6285203Z copying caffe2/python/layers/layers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6286889Z copying caffe2/python/layers/margin_rank_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6287575Z copying caffe2/python/layers/merge_id_lists.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6289028Z copying caffe2/python/layers/pairwise_similarity.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6289953Z copying caffe2/python/layers/position_weighted.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6291091Z copying caffe2/python/layers/random_fourier_features.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6291977Z copying caffe2/python/layers/reservoir_sampling.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6293105Z copying caffe2/python/layers/sampling_train.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6294146Z copying caffe2/python/layers/sampling_trainable_mixin.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6296036Z copying caffe2/python/layers/select_record_by_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6296545Z copying caffe2/python/layers/semi_random_features.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6297783Z copying caffe2/python/layers/sparse_dropout_with_replacement.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6298912Z copying caffe2/python/layers/sparse_feature_hash.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6299924Z copying caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6301270Z copying caffe2/python/layers/sparse_lookup.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6302383Z copying caffe2/python/layers/split.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6303495Z copying caffe2/python/layers/tags.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6304762Z copying caffe2/python/layers/uniform_sampling.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:59:21.6307287Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/mint 2022-11-23T00:59:21.6307797Z copying caffe2/python/mint/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mint 2022-11-23T00:59:21.6308390Z copying caffe2/python/mint/app.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mint 2022-11-23T00:59:21.6312027Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6312490Z copying caffe2/python/mkl/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6313353Z copying caffe2/python/mkl/mkl_LRN_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6314145Z copying caffe2/python/mkl/mkl_LRN_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6315938Z copying caffe2/python/mkl/mkl_concat_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6316777Z copying caffe2/python/mkl/mkl_conv_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6317617Z copying caffe2/python/mkl/mkl_copy_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6318692Z copying caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6319673Z copying caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6320714Z copying caffe2/python/mkl/mkl_fc_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6321747Z copying caffe2/python/mkl/mkl_fc_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6322726Z copying caffe2/python/mkl/mkl_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6323709Z copying caffe2/python/mkl/mkl_pool_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6325277Z copying caffe2/python/mkl/mkl_pool_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6326364Z copying caffe2/python/mkl/mkl_relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6327183Z copying caffe2/python/mkl/mkl_sbn_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6328788Z copying caffe2/python/mkl/mkl_sbn_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6329717Z copying caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6330742Z copying caffe2/python/mkl/mkl_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6331795Z copying caffe2/python/mkl/mkl_squeeze_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6333393Z copying caffe2/python/mkl/rewrite_graph.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6334653Z copying caffe2/python/mkl/rewrite_graph_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:59:21.6337683Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6338456Z copying caffe2/python/modeling/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6339452Z copying caffe2/python/modeling/compute_histogram_for_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6340233Z copying caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6341410Z copying caffe2/python/modeling/compute_norm_for_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6342328Z copying caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6343287Z copying caffe2/python/modeling/compute_statistics_for_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6344621Z copying caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6345429Z copying caffe2/python/modeling/get_entry_from_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6346312Z copying caffe2/python/modeling/get_entry_from_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6347865Z copying caffe2/python/modeling/gradient_clipping.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6349933Z copying caffe2/python/modeling/gradient_clipping_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6350561Z copying caffe2/python/modeling/initializers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6351385Z copying caffe2/python/modeling/initializers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6352075Z copying caffe2/python/modeling/net_modifier.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6353079Z copying caffe2/python/modeling/parameter_info.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6354134Z copying caffe2/python/modeling/parameter_sharing.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6355265Z copying caffe2/python/modeling/parameter_sharing_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:59:21.6357901Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:59:21.6358544Z copying caffe2/python/models/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:59:21.6359193Z copying caffe2/python/models/__sym_init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:59:21.6360283Z copying caffe2/python/models/download.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:59:21.6361398Z copying caffe2/python/models/imagenet_trainer_test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:59:21.6362206Z copying caffe2/python/models/resnet.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:59:21.6363252Z copying caffe2/python/models/resnet_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:59:21.6364208Z copying caffe2/python/models/shufflenet.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:59:21.6365216Z copying caffe2/python/models/shufflenet_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:59:21.6368352Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6368755Z copying caffe2/python/onnx/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6369600Z copying caffe2/python/onnx/backend.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6371113Z copying caffe2/python/onnx/backend_cpp_rep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6372148Z copying caffe2/python/onnx/backend_rep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6373156Z copying caffe2/python/onnx/error.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6374657Z copying caffe2/python/onnx/frontend.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6375773Z copying caffe2/python/onnx/helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6376662Z copying caffe2/python/onnx/onnxifi.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6377919Z copying caffe2/python/onnx/test_onnxifi.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6378904Z copying caffe2/python/onnx/workspace.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:59:21.6397574Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6398268Z copying caffe2/python/operator_test/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6398921Z copying caffe2/python/operator_test/_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6399952Z copying caffe2/python/operator_test/activation_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6400902Z copying caffe2/python/operator_test/adadelta_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6402112Z copying caffe2/python/operator_test/adagrad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6402852Z copying caffe2/python/operator_test/adagrad_test_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6404445Z copying caffe2/python/operator_test/adam_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6405317Z copying caffe2/python/operator_test/affine_channel_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6406523Z copying caffe2/python/operator_test/alias_with_name_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6407529Z copying caffe2/python/operator_test/apmeter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6408910Z copying caffe2/python/operator_test/arg_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6409888Z copying caffe2/python/operator_test/assert_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6411163Z copying caffe2/python/operator_test/async_net_barrier_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6412149Z copying caffe2/python/operator_test/atomic_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6413998Z copying caffe2/python/operator_test/basic_rnn_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6415192Z copying caffe2/python/operator_test/batch_box_cox_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6416510Z copying caffe2/python/operator_test/batch_bucketize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6417677Z copying caffe2/python/operator_test/batch_moments_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6418889Z copying caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6420216Z copying caffe2/python/operator_test/bbox_transform_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6421648Z copying caffe2/python/operator_test/bisect_percentile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6422907Z copying caffe2/python/operator_test/blobs_queue_db_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6424167Z copying caffe2/python/operator_test/boolean_mask_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6425661Z copying caffe2/python/operator_test/boolean_unmask_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6426992Z copying caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6428394Z copying caffe2/python/operator_test/bucketize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6429754Z copying caffe2/python/operator_test/cast_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6431080Z copying caffe2/python/operator_test/ceil_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6432472Z copying caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6433736Z copying caffe2/python/operator_test/channel_shuffle_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6434977Z copying caffe2/python/operator_test/channel_stats_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6436274Z copying caffe2/python/operator_test/checkpoint_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6437477Z copying caffe2/python/operator_test/clip_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6438826Z copying caffe2/python/operator_test/clip_tensor_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6440158Z copying caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6441460Z copying caffe2/python/operator_test/concat_op_cost_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6442761Z copying caffe2/python/operator_test/concat_split_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6444067Z copying caffe2/python/operator_test/conditional_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6445322Z copying caffe2/python/operator_test/conftest.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6446721Z copying caffe2/python/operator_test/conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6449236Z copying caffe2/python/operator_test/conv_transpose_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6465461Z copying caffe2/python/operator_test/copy_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6466514Z copying caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6467525Z copying caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6468548Z copying caffe2/python/operator_test/counter_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6469423Z copying caffe2/python/operator_test/crf_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6470346Z copying caffe2/python/operator_test/cross_entropy_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6471318Z copying caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6472297Z copying caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6473252Z copying caffe2/python/operator_test/cudnn_recurrent_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6474170Z copying caffe2/python/operator_test/data_couple_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6475073Z copying caffe2/python/operator_test/dataset_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6475989Z copying caffe2/python/operator_test/decay_adagrad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6477061Z copying caffe2/python/operator_test/deform_conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6478023Z copying caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6478959Z copying caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6487420Z copying caffe2/python/operator_test/detectron_keypoints.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6488366Z copying caffe2/python/operator_test/distance_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6489341Z copying caffe2/python/operator_test/dropout_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6490332Z copying caffe2/python/operator_test/duplicate_operands_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6491271Z copying caffe2/python/operator_test/elementwise_linear_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6491848Z copying caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6492380Z copying caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6492894Z copying caffe2/python/operator_test/elementwise_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6493556Z copying caffe2/python/operator_test/emptysample_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6494097Z copying caffe2/python/operator_test/enforce_finite_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6494678Z copying caffe2/python/operator_test/ensure_clipped_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6495216Z copying caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6495812Z copying caffe2/python/operator_test/erf_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6496287Z copying caffe2/python/operator_test/expand_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6498410Z copying caffe2/python/operator_test/fc_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6499355Z copying caffe2/python/operator_test/feature_maps_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6499995Z copying caffe2/python/operator_test/filler_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6500508Z copying caffe2/python/operator_test/find_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6501073Z copying caffe2/python/operator_test/flatten_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6501559Z copying caffe2/python/operator_test/flexible_top_k_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6502177Z copying caffe2/python/operator_test/floor_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6502850Z copying caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6503425Z copying caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6504183Z copying caffe2/python/operator_test/gather_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6506400Z copying caffe2/python/operator_test/gather_ranges_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6507241Z copying caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6507865Z copying caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6508499Z copying caffe2/python/operator_test/glu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6508988Z copying caffe2/python/operator_test/group_conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6509504Z copying caffe2/python/operator_test/group_norm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6510221Z copying caffe2/python/operator_test/gru_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6510774Z copying caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6511395Z copying caffe2/python/operator_test/histogram_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6511978Z copying caffe2/python/operator_test/hsm_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6512586Z copying caffe2/python/operator_test/hyperbolic_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6513097Z copying caffe2/python/operator_test/im2col_col2im_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6513700Z copying caffe2/python/operator_test/image_input_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6514329Z copying caffe2/python/operator_test/index_hash_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6514864Z copying caffe2/python/operator_test/index_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6515520Z copying caffe2/python/operator_test/instance_norm_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6516490Z copying caffe2/python/operator_test/integral_image_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6517072Z copying caffe2/python/operator_test/jsd_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6518703Z copying caffe2/python/operator_test/key_split_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6519518Z copying caffe2/python/operator_test/lars_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6520497Z copying caffe2/python/operator_test/layer_norm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6521534Z copying caffe2/python/operator_test/leaky_relu_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6522637Z copying caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6523700Z copying caffe2/python/operator_test/learning_rate_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6524675Z copying caffe2/python/operator_test/load_save_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6526193Z copying caffe2/python/operator_test/length_split_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6527446Z copying caffe2/python/operator_test/lengths_pad_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6528767Z copying caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6529871Z copying caffe2/python/operator_test/lengths_tile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6531022Z copying caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6532203Z copying caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6533211Z copying caffe2/python/operator_test/locally_connected_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6534429Z copying caffe2/python/operator_test/loss_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6535205Z copying caffe2/python/operator_test/lpnorm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6536163Z copying caffe2/python/operator_test/map_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6537206Z copying caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6538391Z copying caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6539232Z copying caffe2/python/operator_test/math_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6540265Z copying caffe2/python/operator_test/matmul_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6541249Z copying caffe2/python/operator_test/mean_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6542323Z copying caffe2/python/operator_test/merge_id_lists_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6543743Z copying caffe2/python/operator_test/mkl_conv_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6544790Z copying caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6545801Z copying caffe2/python/operator_test/mod_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6546688Z copying caffe2/python/operator_test/moments_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6547586Z copying caffe2/python/operator_test/momentum_sgd_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6548788Z copying caffe2/python/operator_test/mpi_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6549895Z copying caffe2/python/operator_test/mul_gradient_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6550697Z copying caffe2/python/operator_test/negate_gradient_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6551787Z copying caffe2/python/operator_test/ngram_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6552821Z copying caffe2/python/operator_test/normalize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6553871Z copying caffe2/python/operator_test/numpy_tile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6554917Z copying caffe2/python/operator_test/one_hot_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6556052Z copying caffe2/python/operator_test/onnx_while_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6557119Z copying caffe2/python/operator_test/order_switch_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6558214Z copying caffe2/python/operator_test/pack_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6559397Z copying caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6560301Z copying caffe2/python/operator_test/pad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6561495Z copying caffe2/python/operator_test/partition_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6562186Z copying caffe2/python/operator_test/percentile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6563366Z copying caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6564256Z copying caffe2/python/operator_test/pooling_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6565883Z copying caffe2/python/operator_test/prepend_dim_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6566802Z copying caffe2/python/operator_test/python_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6567897Z copying caffe2/python/operator_test/quantile_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6568794Z copying caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6569819Z copying caffe2/python/operator_test/rank_loss_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6570945Z copying caffe2/python/operator_test/rebatching_queue_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6571781Z copying caffe2/python/operator_test/record_queue_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6572789Z copying caffe2/python/operator_test/recurrent_net_executor_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6573911Z copying caffe2/python/operator_test/recurrent_network_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6574883Z copying caffe2/python/operator_test/reduce_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6576036Z copying caffe2/python/operator_test/reduction_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6577007Z copying caffe2/python/operator_test/reshape_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6578143Z copying caffe2/python/operator_test/resize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6579074Z copying caffe2/python/operator_test/rmac_regions_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6580144Z copying caffe2/python/operator_test/rms_norm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6581099Z copying caffe2/python/operator_test/rnn_cell_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6582742Z copying caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6584224Z copying caffe2/python/operator_test/rowwise_counter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6584886Z copying caffe2/python/operator_test/scale_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6585721Z copying caffe2/python/operator_test/segment_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6586950Z copying caffe2/python/operator_test/self_binning_histogram_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6588540Z copying caffe2/python/operator_test/selu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6589193Z copying caffe2/python/operator_test/sequence_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6590839Z copying caffe2/python/operator_test/shape_inference_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6592117Z copying caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6592946Z copying caffe2/python/operator_test/softmax_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6594618Z copying caffe2/python/operator_test/softplus_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6595313Z copying caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6597165Z copying caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6597749Z copying caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6598902Z copying caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6600133Z copying caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6600956Z copying caffe2/python/operator_test/sparse_normalize_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6602052Z copying caffe2/python/operator_test/sparse_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6603048Z copying caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6604022Z copying caffe2/python/operator_test/spatial_bn_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6606335Z copying caffe2/python/operator_test/specialized_segment_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6607011Z copying caffe2/python/operator_test/split_op_cost_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6607981Z copying caffe2/python/operator_test/square_root_divide_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6608712Z copying caffe2/python/operator_test/stats_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6609695Z copying caffe2/python/operator_test/stats_put_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6611190Z copying caffe2/python/operator_test/storm_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6612080Z copying caffe2/python/operator_test/string_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6613670Z copying caffe2/python/operator_test/text_file_reader_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6614903Z copying caffe2/python/operator_test/thresholded_relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6615672Z copying caffe2/python/operator_test/tile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6616835Z copying caffe2/python/operator_test/top_k_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6617768Z copying caffe2/python/operator_test/torch_integration_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6618882Z copying caffe2/python/operator_test/transpose_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6619938Z copying caffe2/python/operator_test/trigonometric_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6620757Z copying caffe2/python/operator_test/unique_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6621789Z copying caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6622794Z copying caffe2/python/operator_test/unsafe_coalesce_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6624001Z copying caffe2/python/operator_test/upsample_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6624912Z copying caffe2/python/operator_test/utility_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6626200Z copying caffe2/python/operator_test/video_input_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6627264Z copying caffe2/python/operator_test/weight_scale_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6628337Z copying caffe2/python/operator_test/weighted_multi_sample_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6629371Z copying caffe2/python/operator_test/weighted_sample_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6630369Z copying caffe2/python/operator_test/weighted_sum_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6631338Z copying caffe2/python/operator_test/wngrad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:59:21.6634484Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:59:21.6635041Z copying caffe2/python/predictor/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:59:21.6635740Z copying caffe2/python/predictor/mobile_exporter.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:59:21.6636804Z copying caffe2/python/predictor/mobile_exporter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:59:21.6637893Z copying caffe2/python/predictor/predictor_exporter.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:59:21.6638887Z copying caffe2/python/predictor/predictor_exporter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:59:21.6639934Z copying caffe2/python/predictor/predictor_py_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:59:21.6640964Z copying caffe2/python/predictor/predictor_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:59:21.6641964Z copying caffe2/python/predictor/serde.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:59:21.6644463Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-11-23T00:59:21.6644998Z copying caffe2/python/rnn/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-11-23T00:59:21.6645642Z copying caffe2/python/rnn/lstm_comparison.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-11-23T00:59:21.6646902Z copying caffe2/python/rnn/rnn_cell_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-11-23T00:59:21.6649879Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-11-23T00:59:21.6650484Z copying caffe2/python/serialized_test/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-11-23T00:59:21.6651175Z copying caffe2/python/serialized_test/coverage.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-11-23T00:59:21.6652517Z copying caffe2/python/serialized_test/serialized_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-11-23T00:59:21.6655817Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:59:21.6656557Z copying caffe2/python/test/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:59:21.6657481Z copying caffe2/python/test/blob_deallocation_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:59:21.6658476Z copying caffe2/python/test/do_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:59:21.6659786Z copying caffe2/python/test/executor_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:59:21.6661017Z copying caffe2/python/test/executor_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:59:21.6662353Z copying caffe2/python/test/fakefp16_transform_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:59:21.6663596Z copying caffe2/python/test/gpu_context_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:59:21.6664895Z copying caffe2/python/test/inference_lstm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:59:21.6666134Z copying caffe2/python/test/python_protobuf_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:59:21.6669024Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-11-23T00:59:21.6669730Z copying caffe2/python/trt/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-11-23T00:59:21.6670840Z copying caffe2/python/trt/test_pt_onnx_trt.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-11-23T00:59:21.6672136Z copying caffe2/python/trt/test_trt.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-11-23T00:59:21.6673596Z copying caffe2/python/trt/transform.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-11-23T00:59:21.6676938Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:59:21.6677753Z copying caffe2/python/models/seq2seq/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:59:21.6678636Z copying caffe2/python/models/seq2seq/beam_search.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:59:21.6679855Z copying caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:59:21.6681160Z copying caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:59:21.6682432Z copying caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:59:21.6683681Z copying caffe2/python/models/seq2seq/seq2seq_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:59:21.6685100Z copying caffe2/python/models/seq2seq/train.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:59:21.6686784Z copying caffe2/python/models/seq2seq/translate.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:59:21.6689761Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin 2022-11-23T00:59:21.6690536Z copying caffe2/python/onnx/bin/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin 2022-11-23T00:59:21.6691479Z copying caffe2/python/onnx/bin/conversion.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin 2022-11-23T00:59:21.6694495Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:59:21.6695251Z copying caffe2/python/onnx/tests/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:59:21.6696083Z copying caffe2/python/onnx/tests/c2_ref_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:59:21.6697484Z copying caffe2/python/onnx/tests/conversion_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:59:21.6698917Z copying caffe2/python/onnx/tests/helper_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:59:21.6700203Z copying caffe2/python/onnx/tests/onnx_backend_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:59:21.6701545Z copying caffe2/python/onnx/tests/ssa_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:59:21.6702922Z copying caffe2/python/onnx/tests/test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:59:21.6709753Z creating build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6710366Z copying caffe2/quantization/server/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6711077Z copying caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6712379Z copying caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6713192Z copying caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6714868Z copying caffe2/quantization/server/compute_equalization_scale_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6715895Z copying caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6716842Z copying caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6717960Z copying caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6718891Z copying caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6720111Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6721330Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6722439Z copying caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6723324Z copying caffe2/quantization/server/dnnlowp_test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6724467Z copying caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6725406Z copying caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6726632Z copying caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6727658Z copying caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6728966Z copying caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6729846Z copying caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6730980Z copying caffe2/quantization/server/fully_connected_fp16_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6731844Z copying caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6732779Z copying caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6733802Z copying caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6734790Z copying caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6735769Z copying caffe2/quantization/server/int8_gen_quant_params_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6736908Z copying caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6737918Z copying caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6738551Z copying caffe2/quantization/server/observer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6739573Z copying caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6740610Z copying caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6741498Z copying caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6742652Z copying caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6743820Z copying caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6744894Z copying caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6745951Z copying caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6747053Z copying caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6747795Z copying caffe2/quantization/server/utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:59:21.6751070Z creating build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6751660Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6759911Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6761334Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6762221Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6763504Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6764869Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6765929Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6768197Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6769628Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6771216Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6771714Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6772514Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6773439Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6774520Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6776337Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:59:21.6777952Z creating build/lib.linux-x86_64-cpython-37/functorch/compile 2022-11-23T00:59:21.6778369Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/compile 2022-11-23T00:59:21.6784471Z creating build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:59:21.6785009Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:59:21.6786221Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:59:21.6787380Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:59:21.6789052Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:59:21.6789837Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:59:21.6790961Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:59:21.6792417Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:59:21.6793595Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:59:21.6794461Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:59:21.6796692Z creating build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:59:21.6797175Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:59:21.6804544Z copying functorch/experimental/_map.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:59:21.6805549Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:59:21.6806598Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:59:21.6807681Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:59:21.6808739Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:59:21.6810970Z creating build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:59:21.6811347Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:59:21.6820960Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:59:21.6822738Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:59:21.6824855Z creating build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-11-23T00:59:21.6825789Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-11-23T00:59:21.6826530Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-11-23T00:59:21.6830738Z creating build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6831155Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6835922Z copying torch/_dynamo/allowed_functions.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6836780Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6837977Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6839226Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6839988Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6841490Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6842423Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6843970Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6845034Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6846390Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6847837Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6848789Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6850395Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6851348Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6852375Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6854109Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6854939Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6856349Z copying torch/_dynamo/skipfiles.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6857292Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6858720Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6860387Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6861155Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6862570Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6863387Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:59:21.6866104Z creating build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:59:21.6866577Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:59:21.6867636Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:59:21.6868779Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:59:21.6872446Z creating build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6872934Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6873859Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6875332Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6876322Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6877633Z copying torch/_inductor/cuda_properties.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6878803Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6880240Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6881569Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6882914Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6884170Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6885581Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6888702Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6890604Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6891668Z copying torch/_inductor/overrides.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6893657Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6896129Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6897198Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6898583Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:59:21.6902395Z creating build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6903017Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6908046Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6908953Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6910512Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6911280Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6912751Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6913539Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6915093Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6915804Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6916908Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6917906Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:59:21.6920171Z creating build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:59:21.6920830Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:59:21.6940897Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:59:21.6941437Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:59:21.6942591Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:59:21.6944049Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:59:21.6946379Z creating build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-11-23T00:59:21.6946980Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-11-23T00:59:21.6969171Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-11-23T00:59:21.6970855Z creating build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:59:21.6971534Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:59:21.6999651Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:59:21.7000580Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:59:21.7002666Z creating build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:59:21.7003151Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:59:21.7009224Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:59:21.7010917Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:59:21.7012172Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:59:21.7014549Z creating build/lib.linux-x86_64-cpython-37/torch/amp 2022-11-23T00:59:21.7014983Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/amp 2022-11-23T00:59:21.7020570Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/amp 2022-11-23T00:59:21.7022402Z creating build/lib.linux-x86_64-cpython-37/torch/ao 2022-11-23T00:59:21.7023495Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao 2022-11-23T00:59:21.7030424Z creating build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7030821Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7043025Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7043921Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7044718Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7046470Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7048074Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7049084Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7050621Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7052035Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7053278Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7054134Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7055665Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:59:21.7057662Z creating build/lib.linux-x86_64-cpython-37/torch/backends 2022-11-23T00:59:21.7058031Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends 2022-11-23T00:59:21.7063936Z creating build/lib.linux-x86_64-cpython-37/torch/contrib 2022-11-23T00:59:21.7064481Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/contrib 2022-11-23T00:59:21.7065219Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-37/torch/contrib 2022-11-23T00:59:21.7067256Z creating build/lib.linux-x86_64-cpython-37/torch/cpu 2022-11-23T00:59:21.7067655Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cpu 2022-11-23T00:59:21.7077401Z creating build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7077849Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7089831Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7090654Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7091981Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7093071Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7094295Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7095357Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7096447Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7097799Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7098900Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7099997Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7101035Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7102774Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7103669Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7104863Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7105935Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:59:21.7109057Z creating build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7109776Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7110799Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7111750Z copying torch/distributed/c10d_error_logger.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7112913Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7113911Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7116055Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7117076Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7118044Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7119034Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7120078Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7121230Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:59:21.7126908Z creating build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7127354Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7133061Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7134158Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7135242Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7135986Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7137703Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7138597Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7139622Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7141052Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7142197Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7143464Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7145866Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7147185Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7147722Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7148432Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7149184Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7151264Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7151727Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7152441Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7153513Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7154415Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7155680Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7156978Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7158017Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7158917Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7160124Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7160895Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7161955Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7162968Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7163940Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7164962Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7165929Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7167341Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7168956Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7169842Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7171698Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7172277Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7172968Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7173868Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7175338Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7176141Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7177482Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7178333Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7179541Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7180578Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7181398Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:59:21.7183196Z creating build/lib.linux-x86_64-cpython-37/torch/fft 2022-11-23T00:59:21.7183902Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fft 2022-11-23T00:59:21.7198553Z creating build/lib.linux-x86_64-cpython-37/torch/futures 2022-11-23T00:59:21.7199097Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/futures 2022-11-23T00:59:21.7208570Z creating build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7209852Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7210808Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7211908Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7213347Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7214772Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7215604Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7217010Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7218068Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7219118Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7220212Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7221559Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7222390Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7223560Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7224555Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7225652Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:59:21.7229502Z creating build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7229873Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7236069Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7236854Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7237684Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7238969Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7239742Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7240950Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7242107Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7242898Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7244129Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7245140Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7246265Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7247307Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7248507Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7249622Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7251391Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7252430Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7253693Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7254700Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7256350Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7257252Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7258720Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7259534Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7260740Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7261963Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:59:21.7263782Z creating build/lib.linux-x86_64-cpython-37/torch/linalg 2022-11-23T00:59:21.7264212Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/linalg 2022-11-23T00:59:21.7291107Z creating build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:59:21.7291359Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:59:21.7300096Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:59:21.7301376Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:59:21.7304164Z creating build/lib.linux-x86_64-cpython-37/torch/monitor 2022-11-23T00:59:21.7304395Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/monitor 2022-11-23T00:59:21.7312312Z creating build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:59:21.7312712Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:59:21.7318990Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:59:21.7319876Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:59:21.7320906Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:59:21.7322019Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:59:21.7323254Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:59:21.7325400Z creating build/lib.linux-x86_64-cpython-37/torch/nested 2022-11-23T00:59:21.7325698Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nested 2022-11-23T00:59:21.7334832Z creating build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:21.7335265Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:21.7340748Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:21.7342055Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:21.7342722Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:21.7344068Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:21.7347314Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:21.7347850Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:21.7349370Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:21.7353469Z creating build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7353907Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7355364Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7356876Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7357469Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7358744Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7360532Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7361368Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7362631Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7363548Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7365049Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7365834Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7367586Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7369049Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7369980Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7371529Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7372973Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7374146Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7375494Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7376169Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7377391Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7378181Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7379355Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7380467Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7381514Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7383989Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7385428Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:59:21.7388809Z creating build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7389262Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7395201Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7396093Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7397218Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7398113Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7399496Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7400578Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7402174Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7402841Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7404197Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7405709Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7407194Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7408145Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7409371Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7410181Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7411440Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7412316Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7413550Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:21.7416846Z creating build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7417075Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7424789Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7425907Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7426769Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7427596Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7428567Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7429977Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7430904Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7431647Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7433331Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7434188Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7435139Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7436328Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7437446Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7438986Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:59:21.7441576Z creating build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:59:21.7441853Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:59:21.7452268Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:59:21.7453129Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:59:21.7454674Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:59:21.7455258Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:59:21.7456495Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:59:21.7457793Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:59:21.7460891Z creating build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7461829Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7466958Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7467781Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7468972Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7470126Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7471075Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7472225Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7473227Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7474388Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7475539Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7476581Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7477607Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7478573Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7479891Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7480683Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:59:21.7482954Z creating build/lib.linux-x86_64-cpython-37/torch/signal 2022-11-23T00:59:21.7483479Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/signal 2022-11-23T00:59:21.7489320Z creating build/lib.linux-x86_64-cpython-37/torch/sparse 2022-11-23T00:59:21.7489549Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/sparse 2022-11-23T00:59:21.7501730Z creating build/lib.linux-x86_64-cpython-37/torch/special 2022-11-23T00:59:21.7502399Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/special 2022-11-23T00:59:21.7518222Z creating build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:59:21.7518634Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:59:21.7523415Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:59:21.7524916Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:59:21.7526650Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:59:21.7530542Z creating build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7530773Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7537011Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7537929Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7539676Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7540207Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7541165Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7541945Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7542831Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7544047Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7544622Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7545551Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7547035Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7547912Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7549175Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7549967Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7551929Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7552927Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7553781Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7555767Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7556006Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7557240Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7558138Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7558989Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:59:21.7561683Z creating build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7562236Z copying torch/_dynamo/optimizations/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7568818Z copying torch/_dynamo/optimizations/analysis.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7570142Z copying torch/_dynamo/optimizations/backends.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7571459Z copying torch/_dynamo/optimizations/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7572765Z copying torch/_dynamo/optimizations/inference.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7573559Z copying torch/_dynamo/optimizations/log_args.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7574498Z copying torch/_dynamo/optimizations/normalize.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7575505Z copying torch/_dynamo/optimizations/subgraph.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7576569Z copying torch/_dynamo/optimizations/torchxla_integration.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7577481Z copying torch/_dynamo/optimizations/training.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:59:21.7580572Z creating build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7581013Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7588603Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7589822Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7591413Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7592392Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7593257Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7595238Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7596023Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7597132Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7598719Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7599753Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7601055Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7602305Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:59:21.7604444Z creating build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:21.7604856Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:21.7606499Z copying torch/_inductor/codegen/autotuner.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:21.7607389Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:21.7608919Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:21.7610146Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:21.7611979Z copying torch/_inductor/codegen/triton_template.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:21.7612991Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:21.7615296Z creating build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:59:21.7615855Z copying torch/_inductor/triton_ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:59:21.7623489Z copying torch/_inductor/triton_ops/autotune.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:59:21.7624733Z copying torch/_inductor/triton_ops/batched_matmul.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:59:21.7625675Z copying torch/_inductor/triton_ops/conv.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:59:21.7627090Z copying torch/_inductor/triton_ops/conv1x1.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:59:21.7628038Z copying torch/_inductor/triton_ops/conv_perf_model.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:59:21.7629142Z copying torch/_inductor/triton_ops/matmul.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:59:21.7630233Z copying torch/_inductor/triton_ops/mm_perf_model.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:59:21.7631217Z copying torch/_inductor/triton_ops/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:59:21.7632975Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/linalg 2022-11-23T00:59:21.7633456Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/linalg 2022-11-23T00:59:21.7641028Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/nn 2022-11-23T00:59:21.7641258Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/nn 2022-11-23T00:59:21.7649039Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/special 2022-11-23T00:59:21.7649282Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/special 2022-11-23T00:59:21.7656847Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/nn/functional 2022-11-23T00:59:21.7657094Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/nn/functional 2022-11-23T00:59:21.7673623Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn 2022-11-23T00:59:21.7673865Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn 2022-11-23T00:59:21.7684216Z creating build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:59:21.7684661Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:59:21.7686157Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:59:21.7687003Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:59:21.7689315Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning 2022-11-23T00:59:21.7689549Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning 2022-11-23T00:59:21.7698409Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning 2022-11-23T00:59:21.7701799Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7702309Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7708263Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7709241Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7710840Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7711289Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7712756Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7713570Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7714817Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7716322Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7717579Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7718481Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7719820Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7721054Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7721937Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7723383Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7724965Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7725940Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7726978Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:59:21.7729242Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic 2022-11-23T00:59:21.7729507Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic 2022-11-23T00:59:21.7734198Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat 2022-11-23T00:59:21.7734687Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat 2022-11-23T00:59:21.7741302Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable 2022-11-23T00:59:21.7741653Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable 2022-11-23T00:59:21.7747411Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-11-23T00:59:21.7747679Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-11-23T00:59:21.7754044Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-11-23T00:59:21.7756057Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse 2022-11-23T00:59:21.7756320Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse 2022-11-23T00:59:21.7762428Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules 2022-11-23T00:59:21.7763014Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules 2022-11-23T00:59:21.7769848Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules 2022-11-23T00:59:21.7771933Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat 2022-11-23T00:59:21.7772218Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat 2022-11-23T00:59:21.7777886Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized 2022-11-23T00:59:21.7778312Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized 2022-11-23T00:59:21.7784679Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:59:21.7784980Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:59:21.7790564Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:59:21.7791877Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:59:21.7792980Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:59:21.7795637Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T00:59:21.7795974Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T00:59:21.7805041Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:59:21.7805358Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:59:21.7814457Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:59:21.7815631Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:59:21.7816768Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:59:21.7819353Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:21.7819735Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:21.7825262Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:21.7826793Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic 2022-11-23T00:59:21.7827334Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic 2022-11-23T00:59:21.7833547Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:59:21.7833816Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:59:21.7843506Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:59:21.7844543Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:59:21.7845406Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:59:21.7848135Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:59:21.7848846Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:59:21.7853875Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:59:21.7855835Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:59:21.7861614Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:59:21.7861957Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:59:21.7863053Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:59:21.7864911Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic 2022-11-23T00:59:21.7865329Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic 2022-11-23T00:59:21.7871834Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7872179Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7878961Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7880325Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7881107Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7882589Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7883125Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7884744Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7885734Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7887054Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7888043Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7889276Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:59:21.7890936Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference 2022-11-23T00:59:21.7891876Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference 2022-11-23T00:59:21.7897740Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:59:21.7898047Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:59:21.7902700Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:59:21.7904049Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:59:21.7904983Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:59:21.7907531Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:21.7908197Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:21.7914785Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:21.7915726Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:21.7916540Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:21.7917874Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:21.7918926Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:21.7921042Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:59:21.7921316Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:59:21.7929559Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:59:21.7930479Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:59:21.7932962Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:59:21.7933267Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:59:21.7938345Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:59:21.7941320Z creating build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7941584Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7942425Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7943642Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7944803Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7946216Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7947182Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7948681Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7949277Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7950856Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7951855Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:59:21.7953651Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental 2022-11-23T00:59:21.7953946Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental 2022-11-23T00:59:21.7956144Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:59:21.7956515Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:59:21.7957444Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:59:21.7958949Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:59:21.7959896Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:59:21.7962227Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:59:21.7962560Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:59:21.7963849Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:59:21.7965036Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:59:21.7965869Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:59:21.7967023Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:59:21.7969011Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:59:21.7969764Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:59:21.7970651Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:59:21.7972449Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:59:21.7972944Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:59:21.7974152Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:59:21.7976198Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:59:21.7976865Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:59:21.7977922Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:59:21.7978983Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:59:21.7980609Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:59:21.7982162Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:59:21.7982489Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:59:21.7984001Z copying torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:59:21.7984936Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:59:21.7986960Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T00:59:21.7987421Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T00:59:21.7990178Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:59:21.7990886Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:59:21.7991974Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:59:21.7992556Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:59:21.7995453Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.7995932Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.7996538Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.7997913Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.7999237Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.8000270Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.8001627Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.8002556Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.8003012Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.8004912Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.8005729Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.8006837Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:59:21.8011156Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8011639Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8012580Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8014810Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8016203Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8018066Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8019230Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8021212Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8022351Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8023822Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8025069Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8026409Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8027811Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8029088Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8030606Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8032279Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8034504Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8035555Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8036861Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8038245Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:59:21.8041602Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:21.8042188Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:21.8043129Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:21.8045277Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:21.8046841Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:21.8048628Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:21.8051281Z creating build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:59:21.8051566Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:59:21.8057555Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:59:21.8058026Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:59:21.8060534Z creating build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-11-23T00:59:21.8060801Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-11-23T00:59:21.8062020Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-11-23T00:59:21.8063957Z creating build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:59:21.8064289Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:59:21.8065552Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:59:21.8066497Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:59:21.8069097Z creating build/lib.linux-x86_64-cpython-37/torch/backends/cuda 2022-11-23T00:59:21.8069339Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cuda 2022-11-23T00:59:21.8079022Z creating build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-11-23T00:59:21.8079316Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-11-23T00:59:21.8084365Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-11-23T00:59:21.8086342Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mkl 2022-11-23T00:59:21.8092330Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mkl 2022-11-23T00:59:21.8092632Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn 2022-11-23T00:59:21.8093200Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn 2022-11-23T00:59:21.8102544Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mps 2022-11-23T00:59:21.8102801Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mps 2022-11-23T00:59:21.8108381Z creating build/lib.linux-x86_64-cpython-37/torch/backends/openmp 2022-11-23T00:59:21.8108863Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/openmp 2022-11-23T00:59:21.8114830Z creating build/lib.linux-x86_64-cpython-37/torch/backends/opt_einsum 2022-11-23T00:59:21.8115402Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/opt_einsum 2022-11-23T00:59:21.8120518Z creating build/lib.linux-x86_64-cpython-37/torch/backends/quantized 2022-11-23T00:59:21.8120791Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/quantized 2022-11-23T00:59:21.8129776Z creating build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-11-23T00:59:21.8130999Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-11-23T00:59:21.8131239Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-11-23T00:59:21.8133348Z creating build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack 2022-11-23T00:59:21.8133601Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack 2022-11-23T00:59:21.8140116Z creating build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-11-23T00:59:21.8140342Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-11-23T00:59:21.8145880Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-11-23T00:59:21.8147918Z creating build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:59:21.8148260Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:59:21.8152831Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:59:21.8154230Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:59:21.8154889Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:59:21.8157273Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:59:21.8157615Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:59:21.8163259Z copying torch/distributed/_composable/_ddp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:59:21.8165056Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:59:21.8165813Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:59:21.8167320Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:59:21.8168535Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:59:21.8171040Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:59:21.8171327Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:59:21.8176250Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:59:21.8177610Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:59:21.8178382Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:59:21.8179045Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:59:21.8180246Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:59:21.8181208Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:59:21.8182483Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:59:21.8183424Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:59:21.8185909Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_sharded_tensor 2022-11-23T00:59:21.8186421Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_sharded_tensor 2022-11-23T00:59:21.8191226Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_sharding_spec 2022-11-23T00:59:21.8191557Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_sharding_spec 2022-11-23T00:59:21.8197348Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-11-23T00:59:21.8197859Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-11-23T00:59:21.8198998Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-11-23T00:59:21.8201265Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:59:21.8201849Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:59:21.8203478Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:59:21.8204555Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:59:21.8206158Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:59:21.8207078Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:59:21.8208649Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:59:21.8209672Z copying torch/distributed/_tensor/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:59:21.8211642Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-11-23T00:59:21.8212299Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-11-23T00:59:21.8222186Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-11-23T00:59:21.8224121Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/autograd 2022-11-23T00:59:21.8224478Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/autograd 2022-11-23T00:59:21.8231948Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8233428Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8237029Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8238773Z copying torch/distributed/checkpoint/dedup_tensors.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8239144Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8240465Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8241243Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8242580Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8243579Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8244558Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8246126Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8247040Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8248302Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8249285Z copying torch/distributed/checkpoint/traverse.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8250610Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:59:21.8252564Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic 2022-11-23T00:59:21.8253082Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic 2022-11-23T00:59:21.8261732Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8262012Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8266767Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8267996Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8269336Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8270059Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8271708Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8272916Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8274364Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8275782Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8277056Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8278859Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8279583Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8280785Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8281553Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8283087Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8284621Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8286650Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8288536Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8289489Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:59:21.8291496Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-11-23T00:59:21.8292143Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-11-23T00:59:21.8296131Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-11-23T00:59:21.8298156Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-11-23T00:59:21.8298644Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-11-23T00:59:21.8306257Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-11-23T00:59:21.8309957Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8310243Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8314965Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8316112Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8317242Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8318502Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8319903Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8321269Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8322599Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8323970Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8325181Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8326662Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8328351Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8329696Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8331161Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:59:21.8334309Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline 2022-11-23T00:59:21.8334815Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline 2022-11-23T00:59:21.8337712Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8337978Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8344708Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8345550Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8347313Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8349432Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8350578Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8351806Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8353321Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8354616Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8355901Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:59:21.8358584Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-11-23T00:59:21.8358888Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-11-23T00:59:21.8365284Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-11-23T00:59:21.8365715Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-11-23T00:59:21.8371053Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-11-23T00:59:21.8373174Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.8373546Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.8385856Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.8386887Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.8388057Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.8388965Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.8390285Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.8392759Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-11-23T00:59:21.8393073Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-11-23T00:59:21.8398497Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-11-23T00:59:21.8400966Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:59:21.8401321Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:59:21.8407110Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:59:21.8407824Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:59:21.8409148Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:59:21.8412421Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8413000Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8419081Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8419987Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8421018Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8422021Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8423079Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8424198Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8425085Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8426047Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8426886Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:21.8429675Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:21.8430459Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:21.8431324Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:21.8432974Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:21.8433737Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:21.8435357Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:21.8436294Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:21.8437170Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:21.8438442Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:21.8440812Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:59:21.8441169Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:59:21.8448620Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:59:21.8450042Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:59:21.8450619Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:59:21.8451856Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:59:21.8452957Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:59:21.8454562Z copying torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:59:21.8455480Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:59:21.8456564Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:59:21.8459040Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:59:21.8459715Z copying torch/distributed/_tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:59:21.8464732Z copying torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:59:21.8465660Z copying torch/distributed/_tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:59:21.8466728Z copying torch/distributed/_tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:59:21.8468380Z copying torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:59:21.8469225Z copying torch/distributed/_tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:59:21.8470350Z copying torch/distributed/_tensor/parallel/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:59:21.8472456Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-11-23T00:59:21.8472903Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-11-23T00:59:21.8473706Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-11-23T00:59:21.8475704Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:59:21.8476089Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:59:21.8480466Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:59:21.8482264Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:59:21.8482894Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:59:21.8487881Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:59:21.8489506Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-11-23T00:59:21.8490060Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-11-23T00:59:21.8491114Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-11-23T00:59:21.8493379Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:21.8493791Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:21.8502171Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:21.8503458Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:21.8504386Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:21.8505718Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:21.8506807Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:21.8509010Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:21.8509371Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:21.8511964Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:59:21.8512350Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:59:21.8513380Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:59:21.8514672Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:59:21.8516215Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:59:21.8517695Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent 2022-11-23T00:59:21.8517983Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent 2022-11-23T00:59:21.8520082Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:59:21.8520446Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:59:21.8528802Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:59:21.8529710Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:59:21.8532190Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-11-23T00:59:21.8532508Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-11-23T00:59:21.8538669Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-11-23T00:59:21.8540912Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:59:21.8541260Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:59:21.8551851Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:59:21.8553323Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:59:21.8553887Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:59:21.8556750Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8557055Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8562034Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8563459Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8564439Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8565829Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8567555Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8568216Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8570111Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8570520Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8571540Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8572499Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:59:21.8574885Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:59:21.8575378Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:59:21.8579743Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:59:21.8580959Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:59:21.8582033Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:59:21.8584367Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:59:21.8584675Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:59:21.8593342Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:59:21.8594162Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:59:21.8595601Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:59:21.8596432Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:59:21.8597618Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:59:21.8599576Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:59:21.8600048Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:59:21.8605067Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:59:21.8607037Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:59:21.8609104Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:59:21.8609470Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:59:21.8620704Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:59:21.8622052Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:59:21.8624442Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:59:21.8624867Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:59:21.8633421Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:59:21.8634436Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:59:21.8636204Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-11-23T00:59:21.8636474Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-11-23T00:59:21.8637947Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-11-23T00:59:21.8639841Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-11-23T00:59:21.8640154Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-11-23T00:59:21.8641339Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-11-23T00:59:21.8643228Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-11-23T00:59:21.8643704Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-11-23T00:59:21.8644926Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-11-23T00:59:21.8647739Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8648312Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8649548Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8650818Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8652531Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8652887Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8653715Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8654656Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8656166Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8657373Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8658800Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8659643Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8660918Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:59:21.8662779Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:59:21.8663375Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:59:21.8669049Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:59:21.8669992Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:59:21.8672202Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:21.8672506Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:21.8682755Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:21.8684002Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:21.8684857Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:21.8686584Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:21.8688098Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:21.8690226Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-11-23T00:59:21.8690510Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-11-23T00:59:21.8696966Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-11-23T00:59:21.8699826Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8700400Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8701775Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8703452Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8704082Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8705310Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8706688Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8707960Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8709018Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8710424Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8711842Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8712418Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8713890Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8714704Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8715935Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8717362Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8718461Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:59:21.8721483Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8721721Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8723702Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8724862Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8726261Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8727701Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8729273Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8730299Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8731543Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8732019Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8733895Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8735134Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8736772Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8737347Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8738988Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:59:21.8741655Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:21.8742262Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:21.8743785Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:21.8745195Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:21.8746182Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:21.8747591Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:21.8748331Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:21.8749854Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:21.8750928Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:21.8753363Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:59:21.8753915Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:59:21.8754749Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:59:21.8756025Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:59:21.8756748Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:59:21.8758629Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:59:21.8758949Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:59:21.8760522Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:59:21.8761246Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:59:21.8764050Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:21.8764413Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:21.8770159Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:21.8771218Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:21.8772008Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:21.8773817Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:21.8774650Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:21.8777016Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-11-23T00:59:21.8777746Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-11-23T00:59:21.8778784Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-11-23T00:59:21.8781301Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect 2022-11-23T00:59:21.8781805Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect 2022-11-23T00:59:21.8784261Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:59:21.8784566Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:59:21.8789055Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:59:21.8790338Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:59:21.8791226Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:59:21.8793367Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-11-23T00:59:21.8793832Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-11-23T00:59:21.8795024Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-11-23T00:59:21.8797040Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:59:21.8797303Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:59:21.8803504Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:59:21.8804674Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:59:21.8805874Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:59:21.8808454Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-11-23T00:59:21.8808951Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-11-23T00:59:21.8809997Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-11-23T00:59:21.8811718Z creating build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-11-23T00:59:21.8812067Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-11-23T00:59:21.8813221Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-11-23T00:59:21.8814989Z creating build/lib.linux-x86_64-cpython-37/torch/jit/mobile 2022-11-23T00:59:21.8815415Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit/mobile 2022-11-23T00:59:21.8822426Z creating build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:59:21.8822698Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:59:21.8832044Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:59:21.8833433Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:59:21.8834772Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:59:21.8835980Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:59:21.8837510Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:59:21.8838916Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:59:21.8840094Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:59:21.8842509Z creating build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-11-23T00:59:21.8843189Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-11-23T00:59:21.8845235Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-11-23T00:59:21.8847265Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic 2022-11-23T00:59:21.8848002Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic 2022-11-23T00:59:21.8856653Z creating build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8857239Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8864272Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8865796Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8866963Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8868137Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8869686Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8870540Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8871959Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8873704Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8874832Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8875974Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8877622Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8878571Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8879702Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8881240Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8882001Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8883685Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8885310Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8886858Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8888031Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8889147Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8890516Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8892030Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8893069Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8894289Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8895473Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:59:21.8898318Z creating build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8898773Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8904661Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8906272Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8907715Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8908558Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8909756Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8910892Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8912374Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8913581Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8914286Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:21.8916267Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat 2022-11-23T00:59:21.8916740Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat 2022-11-23T00:59:21.8924970Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantizable 2022-11-23T00:59:21.8925504Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable 2022-11-23T00:59:21.8932112Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-11-23T00:59:21.8932505Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-11-23T00:59:21.8937301Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-11-23T00:59:21.8940229Z creating build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8940610Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8951447Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8952228Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8953428Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8954328Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8955734Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8956576Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8957674Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8958957Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8960085Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8961508Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8962802Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8964314Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8965796Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8967948Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8968365Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:59:21.8970710Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-11-23T00:59:21.8971171Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-11-23T00:59:21.8976672Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-11-23T00:59:21.8978124Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat 2022-11-23T00:59:21.8978801Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat 2022-11-23T00:59:21.8985125Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized 2022-11-23T00:59:21.8985589Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized 2022-11-23T00:59:21.8991701Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:59:21.8992256Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:59:21.9001842Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:59:21.9002738Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:59:21.9004130Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:59:21.9006162Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:59:21.9006745Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:59:21.9012301Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:59:21.9012792Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:59:21.9017912Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:59:21.9019024Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:59:21.9019546Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:59:21.9021745Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:21.9022260Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:21.9027079Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:21.9028703Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic 2022-11-23T00:59:21.9029319Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic 2022-11-23T00:59:21.9037199Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:59:21.9037689Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:59:21.9042928Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:59:21.9044352Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:59:21.9045204Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:59:21.9047519Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-11-23T00:59:21.9047983Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-11-23T00:59:21.9052748Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-11-23T00:59:21.9054601Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:59:21.9055062Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:59:21.9061033Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:59:21.9061976Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:59:21.9063787Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference 2022-11-23T00:59:21.9064243Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference 2022-11-23T00:59:21.9071374Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic 2022-11-23T00:59:21.9071830Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic 2022-11-23T00:59:21.9078493Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9079265Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9083617Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9084670Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9085448Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9086525Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9087550Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9088694Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9089793Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9091047Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9092281Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9093516Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:59:21.9096652Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:59:21.9097161Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:59:21.9105058Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:59:21.9106167Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:59:21.9107199Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:59:21.9108481Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:59:21.9109648Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:59:21.9111424Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:59:21.9111976Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:59:21.9120945Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:59:21.9122259Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:59:21.9123217Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:59:21.9126371Z creating build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9126847Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9132589Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9133620Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9134645Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9135626Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9136424Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9137763Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9138536Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9139592Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9140235Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:59:21.9142522Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:59:21.9143165Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:59:21.9143939Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:59:21.9144929Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:59:21.9146016Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:59:21.9147115Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:59:21.9149898Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:59:21.9150423Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:59:21.9151327Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:59:21.9153386Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:59:21.9155067Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:21.9155591Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:21.9161442Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:21.9162608Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:21.9163485Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:21.9164450Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:21.9171494Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9172093Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9179336Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9180129Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9181112Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9182267Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9183424Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9184658Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9185663Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9187035Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9188233Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9189164Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9190299Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9191486Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9192386Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9193781Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9195353Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9196454Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9197427Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9198651Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9199708Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9200827Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9201953Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9203201Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9204216Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9205325Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9206526Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9207551Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9208717Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9210040Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9211030Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9211912Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9212829Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9214076Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9215319Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9216289Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9217348Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9218352Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9219666Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9220738Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9222068Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9222964Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9223742Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9225063Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9226161Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9227161Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9228410Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9229262Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9230488Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9231704Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9232740Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9233767Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9234682Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9236272Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9236961Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9238939Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:21.9240901Z creating build/lib.linux-x86_64-cpython-37/torch/optim/_multi_tensor 2022-11-23T00:59:21.9241319Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/optim/_multi_tensor 2022-11-23T00:59:21.9247815Z creating build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:59:21.9248230Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:59:21.9255056Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:59:21.9256174Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:59:21.9257129Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:59:21.9260228Z creating build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9260644Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9265233Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9266162Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9267160Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9268444Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9269468Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9270533Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9271419Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9272407Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9273552Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9274446Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9275401Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:59:21.9277412Z creating build/lib.linux-x86_64-cpython-37/torch/signal/windows 2022-11-23T00:59:21.9277891Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/signal/windows 2022-11-23T00:59:21.9287174Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-37/torch/signal/windows 2022-11-23T00:59:21.9290948Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9291907Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9292939Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9294437Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9295724Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9297041Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9298992Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9300512Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9301869Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9303516Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9305024Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9312740Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9314046Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9317673Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9319831Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9321122Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9322548Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9325689Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9327355Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9329421Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9330730Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9332085Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9333722Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9335392Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9336913Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9338180Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:59:21.9340825Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-11-23T00:59:21.9341659Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-11-23T00:59:21.9342550Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-11-23T00:59:21.9345292Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:59:21.9346092Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:59:21.9347289Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:59:21.9348954Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:59:21.9352273Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:59:21.9353123Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:59:21.9354130Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:59:21.9355571Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:59:21.9360125Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:59:21.9361130Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:59:21.9362241Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:59:21.9363186Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:59:21.9365764Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-11-23T00:59:21.9366441Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-11-23T00:59:21.9367927Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-11-23T00:59:21.9372408Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:59:21.9388055Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:59:21.9388728Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:59:21.9389197Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:59:21.9389688Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:59:21.9390107Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:59:21.9390754Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:59:21.9391406Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:59:21.9391931Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:59:21.9392599Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-11-23T00:59:21.9393084Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-11-23T00:59:21.9393772Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-11-23T00:59:21.9394237Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:59:21.9394803Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:59:21.9395453Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:59:21.9396137Z copying torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:59:21.9396862Z copying torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:59:21.9397769Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn 2022-11-23T00:59:21.9398260Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn 2022-11-23T00:59:21.9400175Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipeline 2022-11-23T00:59:21.9400693Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipeline 2022-11-23T00:59:21.9403411Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:21.9404147Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:21.9405125Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:21.9407054Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:21.9408321Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:21.9409550Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:21.9410441Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:21.9411871Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:21.9414398Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:21.9416597Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.9417185Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.9422548Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.9423489Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:59:21.9425498Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api 2022-11-23T00:59:21.9426018Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api 2022-11-23T00:59:21.9427087Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api 2022-11-23T00:59:21.9429751Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:59:21.9430476Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:59:21.9431451Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:59:21.9432422Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:59:21.9434493Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:59:21.9435165Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:59:21.9436260Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:59:21.9437086Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:59:21.9438948Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:59:21.9441237Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:21.9441768Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:21.9448777Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:21.9450135Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:21.9451466Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:21.9452967Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:21.9453953Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:21.9456219Z creating build/lib.linux-x86_64-cpython-37/torch/utils/backcompat 2022-11-23T00:59:21.9456737Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/backcompat 2022-11-23T00:59:21.9467022Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark 2022-11-23T00:59:21.9467720Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark 2022-11-23T00:59:21.9469759Z creating build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-11-23T00:59:21.9470237Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-11-23T00:59:21.9471155Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-11-23T00:59:21.9473968Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:59:21.9474417Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:59:21.9481009Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:59:21.9481641Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:59:21.9483246Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:59:21.9484234Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:59:21.9485761Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:59:21.9486987Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:59:21.9488502Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:59:21.9491127Z creating build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:59:21.9491661Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:59:21.9497667Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:59:21.9498546Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:59:21.9502698Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:59:21.9503712Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:59:21.9506227Z creating build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-11-23T00:59:21.9506622Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-11-23T00:59:21.9511386Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-11-23T00:59:21.9513439Z creating build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:59:21.9513873Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:59:21.9527933Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:59:21.9531351Z creating build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9532075Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9538316Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9539446Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9540469Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9541438Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9542598Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9543555Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9544692Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9546099Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9547119Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:59:21.9550385Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:59:21.9550885Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:59:21.9551776Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:59:21.9553513Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:59:21.9554384Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:59:21.9555236Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:59:21.9556240Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:59:21.9558256Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:59:21.9559034Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:59:21.9560073Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:59:21.9561787Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:21.9562804Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:21.9563736Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:21.9565137Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:21.9566526Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:21.9568032Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:21.9569214Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:21.9572952Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:59:21.9573766Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:59:21.9574620Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:59:21.9575466Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:59:21.9576588Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:59:21.9577891Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:59:21.9579194Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:59:21.9580686Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:59:21.9582018Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:59:21.9585003Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:21.9587154Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:21.9587737Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:21.9589056Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:59:21.9589844Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:59:21.9595367Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:59:21.9596487Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:59:21.9597382Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:59:21.9598251Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:59:21.9599220Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:59:21.9600162Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:59:21.9602563Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:59:21.9603434Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:59:21.9604323Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:59:21.9605249Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:59:21.9606533Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:59:21.9607617Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:59:21.9609503Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:59:21.9611702Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:21.9612555Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:21.9613302Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:21.9614264Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:21.9615337Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:21.9616506Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:21.9619102Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9619597Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9620866Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9621899Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9623126Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9624395Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9625522Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9626280Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9627409Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9628494Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9629802Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9630588Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:59:21.9632987Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:59:21.9633441Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:59:21.9634843Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:59:21.9635785Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:59:21.9637055Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:59:21.9638736Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:59:21.9639286Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:59:21.9641319Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:59:21.9642101Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:59:21.9642774Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:59:21.9644225Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:59:21.9645019Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:59:21.9647883Z creating build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9648314Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9649455Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9650486Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9651605Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9652470Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9653549Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9654615Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9655831Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9656744Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9658275Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9659229Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9660237Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9661271Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9662391Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:59:21.9664724Z creating build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:59:21.9665196Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:59:21.9666063Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:59:21.9667722Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:59:21.9668397Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:59:21.9669845Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:59:21.9671165Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:59:21.9673853Z creating build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:59:21.9674419Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:59:21.9675059Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:59:21.9676160Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:59:21.9678597Z creating build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:59:21.9679448Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:59:21.9680806Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:59:21.9681953Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:59:21.9684473Z creating build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:59:21.9685033Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:59:21.9686305Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:59:21.9687180Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:59:21.9688150Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:59:22.1425865Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data 2022-11-23T00:59:22.1426403Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1427021Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1428074Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1429201Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1430702Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1431939Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1433170Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1434351Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1435589Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1437117Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1438535Z copying caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1439748Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1441045Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1442190Z copying caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1444329Z copying caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1445386Z copying caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1446925Z copying caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1448178Z copying caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1449576Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1451021Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1452263Z copying caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1453618Z copying caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1455091Z copying caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1456575Z copying caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1457890Z copying caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1460030Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1461828Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1462561Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1463814Z copying caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1465394Z copying caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1466765Z copying caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1469115Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1469827Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1470580Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1471544Z copying caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1472412Z copying caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1474144Z copying caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1474732Z copying caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1476595Z copying caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1477151Z copying caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1478212Z copying caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1479435Z copying caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1480700Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1481747Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1482699Z copying caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1483578Z copying caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1484575Z copying caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1485453Z copying caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1486841Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1488032Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1488918Z copying caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1490144Z copying caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1490898Z copying caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1491928Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1492852Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1493885Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1494828Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1495704Z copying caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1496705Z copying caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1497681Z copying caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1498607Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1499613Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1500473Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1501489Z copying caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1502906Z copying caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1503824Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1504702Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1505718Z copying caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1506639Z copying caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1507737Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1508705Z copying caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1509651Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1510706Z copying caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1511877Z copying caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1512919Z copying caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1513772Z copying caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1514733Z copying caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1515845Z copying caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1516699Z copying caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1517768Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1518644Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1519673Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1520989Z copying caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1522170Z copying caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1523131Z copying caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1524032Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1525093Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1526409Z copying caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1527454Z copying caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1529097Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1530101Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1531382Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1532334Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1533650Z copying caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1534827Z copying caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1535984Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1537238Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1538388Z copying caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1539445Z copying caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1540463Z copying caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1541398Z copying caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1542453Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1543392Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1544432Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1545403Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1546408Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1547407Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1548534Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1549537Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1550726Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1551762Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1552866Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1553994Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1555097Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1556192Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1557216Z copying caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1558603Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1559884Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1560820Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1561937Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1563027Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1564214Z copying caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1565263Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1566499Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1567584Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1568762Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1569940Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1571051Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1572149Z copying caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1573472Z copying caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1574591Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1575546Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1576811Z copying caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1577924Z copying caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1578810Z copying caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1580151Z copying caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1581333Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1582280Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1583273Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1584338Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1585364Z copying caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1586482Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1587476Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1588722Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1589854Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1590979Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1592048Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1593223Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1594207Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1595265Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1596427Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1597548Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1598574Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1600165Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1601129Z copying caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1602320Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1603369Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:22.1604182Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:59:22.1605276Z creating build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1605744Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1638716Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1672138Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1713094Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1769666Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1771653Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1776010Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1781035Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1785429Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1790023Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1795327Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1881641Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1886780Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1889012Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1917576Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:59:22.1919063Z creating build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1919566Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1923962Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1928887Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1933259Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1938566Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1942516Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1946895Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1951818Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1956727Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1961621Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1965832Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1970687Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1975439Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1979811Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1984141Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1989090Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1994091Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.1999579Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2012854Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2017169Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2022083Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2026579Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2031203Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2035517Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2040034Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2044753Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2049765Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2054454Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2064025Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2068636Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2073120Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2088247Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2092631Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2097426Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2103630Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2108999Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2113906Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2118785Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2123276Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2128304Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2132914Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2138966Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2143539Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2149223Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2154092Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2158977Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2163894Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2169270Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2173682Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2178651Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2183069Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2190371Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2194760Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2199039Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2203803Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2208804Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2215957Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2220203Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2224828Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2229421Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2233891Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2238401Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2243113Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2247623Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2252148Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2256543Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2261940Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2266797Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2271239Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2275563Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2280291Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2285205Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2290022Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2296818Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2301324Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2302796Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2307345Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2312749Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2317201Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2322114Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2323404Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2329130Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2333599Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2337867Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2342495Z copying torch/test/ExclusivelyOwned_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2346827Z copying torch/test/tensor_interop_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2355127Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2360086Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2369592Z copying torch/test/TensorImpl_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2373856Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2379291Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2388935Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2396661Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2407338Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2415748Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2421098Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2428440Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2433067Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2438043Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2441815Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2467741Z copying torch/test/blob_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2488967Z copying torch/test/common_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2493453Z copying torch/test/context_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2497593Z copying torch/test/event_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2502045Z copying torch/test/graph_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2510421Z copying torch/test/init_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2514739Z copying torch/test/module_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2519646Z copying torch/test/net_async_tracing_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2524111Z copying torch/test/net_dag_utils_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2529400Z copying torch/test/net_simple_refcount_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2537088Z copying torch/test/net_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2545838Z copying torch/test/observer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2553791Z copying torch/test/operator_schema_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2561806Z copying torch/test/operator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2571193Z copying torch/test/parallel_net_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2576278Z copying torch/test/plan_executor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2584558Z copying torch/test/serialization_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2589336Z copying torch/test/stats_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2594000Z copying torch/test/timer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2598276Z copying torch/test/transform_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2606776Z copying torch/test/workspace_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2611534Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2616012Z copying torch/test/math_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2621129Z copying torch/test/fixed_divisor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2625558Z copying torch/test/fatal_signal_asan_no_sig_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2630124Z copying torch/test/simple_queue_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2634510Z copying torch/test/proto_utils_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2642190Z copying torch/test/cpuid_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2646600Z copying torch/test/smart_tensor_printer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2650830Z copying torch/test/cast_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2666131Z copying torch/test/predictor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2671070Z copying torch/test/data_filler_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2675430Z copying torch/test/AlgorithmsTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2680426Z copying torch/test/BinaryMatchImplTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2685352Z copying torch/test/GraphTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2690204Z copying torch/test/MatchTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2694644Z copying torch/test/NeuralNetTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2699459Z copying torch/test/SubgraphMatcherTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2704393Z copying torch/test/TarjansImplTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2709651Z copying torch/test/TopoSortTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2714279Z copying torch/test/time_observer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2722071Z copying torch/test/ssa_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2729891Z copying torch/test/batch_matmul_op_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2738218Z copying torch/test/boolean_unmask_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2746093Z copying torch/test/conv_transpose_op_mobile_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2754279Z copying torch/test/elementwise_op_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2762143Z copying torch/test/generate_proposals_op_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2770755Z copying torch/test/generate_proposals_op_util_boxes_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2775390Z copying torch/test/generate_proposals_op_util_nms_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2780805Z copying torch/test/half_float_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2788826Z copying torch/test/string_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2796922Z copying torch/test/text_file_reader_utils_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2801445Z copying torch/test/utility_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2809492Z copying torch/test/int8_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2818691Z copying torch/test/int8_roi_align_op_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2826544Z copying torch/test/backend_cutting_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2834232Z copying torch/test/bound_shape_inference_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2843042Z copying torch/test/converter_nomigraph_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2851109Z copying torch/test/dead_code_elim_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2858759Z copying torch/test/device_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2866388Z copying torch/test/distributed_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2874441Z copying torch/test/mobile_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2881864Z copying torch/test/split_slss_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2889927Z copying torch/test/nnpack_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2897956Z copying torch/test/depthwise3x3_conv_op_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2905838Z copying torch/test/common_subexpression_elimination_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2913717Z copying torch/test/conv_to_nnpack_transform_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2918892Z copying torch/test/pattern_net_transform_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:59:22.2926933Z creating build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2927356Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2928683Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2929807Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2930858Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2932228Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2933335Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2934869Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2935728Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2937019Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2937870Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2939164Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2940058Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2941366Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2942623Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2943518Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2945484Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2945848Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2948677Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2950364Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:59:22.2951941Z creating build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer 2022-11-23T00:59:22.2952414Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer 2022-11-23T00:59:22.2963558Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2964609Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2965605Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2966730Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2968003Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2969121Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2969865Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2971193Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2972040Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2973360Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2974307Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2975344Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2976492Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2978385Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2978809Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2979703Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2981337Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:59:22.2981537Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:22.2983104Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:59:22.2984180Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:22.2985196Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:22.2986033Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:22.2987424Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:22.2989017Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:22.2989938Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:59:22.2991231Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:59:22.2991951Z creating build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.2992402Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.2998939Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.4770657Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.4771445Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.4772397Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.4778060Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.4781054Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.4784408Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.4896810Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.4897781Z copying torch/lib/libcaffe2_detectron_ops.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.5155687Z copying torch/lib/libcaffe2_module_test_dynamic.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.5156190Z copying torch/lib/libcaffe2_observers.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:59:22.5161681Z creating build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5162624Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5163676Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5165201Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5166619Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5167440Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5168948Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5171684Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5172123Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5172707Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5173779Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5175937Z copying torch/include/dnnl.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5176979Z copying torch/include/dnnl_config.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5178175Z copying torch/include/dnnl_debug.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5179160Z copying torch/include/dnnl_ocl.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5180869Z copying torch/include/dnnl_sycl.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5181624Z copying torch/include/dnnl_sycl_types.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5182708Z copying torch/include/dnnl_threadpool.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5183783Z copying torch/include/dnnl_types.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5185336Z copying torch/include/dnnl_version.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5186753Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5189427Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:59:22.5190498Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5191292Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5192275Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5194216Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5195031Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5196055Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5197029Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5198161Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5199891Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5200353Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5201415Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5202869Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5203711Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5205143Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5206212Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5207325Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5208817Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5209584Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5211018Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5212080Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5213899Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5215272Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5215971Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5218035Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5218651Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5219420Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5220573Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5221700Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5222822Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5223945Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5225464Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5226327Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5227398Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5228636Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5229579Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5231003Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5232130Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5233076Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5234596Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5235731Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5237692Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5238956Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5240262Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5241679Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5242976Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5244351Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5245711Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5247187Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5248615Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5249860Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5251198Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5252610Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5253812Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5255138Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5256463Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5257996Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5259318Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5260584Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5263384Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5264241Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5265241Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5267564Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5268656Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5270075Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5271460Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5273101Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5274898Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5276659Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5277428Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5278827Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5279971Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5281366Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5283597Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5284210Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5287937Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5288437Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5288879Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5289991Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5291331Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5292263Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5293158Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5294233Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5295513Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5296618Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5297493Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5298934Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5300467Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5301570Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5302623Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5303828Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5304997Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5306686Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5307669Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5308674Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5309957Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5310800Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5312647Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5313751Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5315006Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5315787Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5317056Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5318480Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5319405Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5320978Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5322067Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5324161Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5325152Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5327607Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5328385Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5329931Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5342077Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5347902Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5359522Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5361024Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:59:22.5362275Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-11-23T00:59:22.5362770Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-11-23T00:59:22.5363995Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-11-23T00:59:22.5365286Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:59:22.5365854Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5366482Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5367740Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5368863Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5370939Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5371589Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5372901Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5373954Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5375064Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5376510Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5378096Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5379495Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:22.5380846Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:22.5381367Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:22.5382483Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:22.5384023Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:22.5385163Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:22.5386703Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:22.5387816Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:22.5389479Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:22.5390907Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:22.5392414Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:59:22.5393827Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:59:22.5394858Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:59:22.5396118Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:59:22.5397453Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:59:22.5398383Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:59:22.5400716Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5401502Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5402349Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5403425Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5405502Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5406464Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5407500Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5409068Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5410466Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5411825Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5413197Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5414723Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5416051Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5417468Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5418764Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5420127Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5421804Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5423505Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5426089Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5427134Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5428504Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5430074Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5431521Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5432925Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5434888Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5436179Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5437500Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5438694Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5439990Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5441428Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5442736Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5444240Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5445386Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5446908Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5448316Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5450362Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5451535Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5452960Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5454332Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5455801Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5457009Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5458451Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5459775Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5461018Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5462606Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5463823Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5465285Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5466691Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5468157Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5469642Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5471060Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5472672Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5474072Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5475463Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5476821Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5478262Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5479731Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5481760Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5483794Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5485051Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5487396Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5488902Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5490241Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5491657Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5493050Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5494426Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5495822Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5497291Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5498687Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5500099Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5503852Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5505115Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:59:22.5506360Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5507157Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5508698Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5510076Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5511570Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5514082Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5515261Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5516331Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5517701Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5519642Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5520589Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5522083Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5523371Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5525342Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5526641Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5528171Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5529875Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5531254Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5532711Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5534158Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5535686Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5537112Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5538602Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5539951Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5541323Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5542573Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5544282Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5545564Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5547640Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5548983Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5550303Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5551620Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5553047Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5554511Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5555776Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:59:22.5557662Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5558581Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5559635Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5561187Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5562546Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5564085Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5565289Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5566735Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5568104Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5569506Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5571642Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:59:22.5572745Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:59:22.5573334Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:59:22.5574778Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:59:22.5575792Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:59:22.5576858Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:59:22.5577820Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:59:22.5578885Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:59:22.5579746Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:59:22.5580757Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5581597Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5582637Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5584039Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5586093Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5586799Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5587471Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5588681Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5589701Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5590891Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5592719Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5593710Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5594969Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5596054Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:59:22.5597244Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5597849Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5599021Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5600049Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5601740Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5602591Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5603922Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5604954Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5605891Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5607216Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5608864Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5609762Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5610920Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5612596Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5613621Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5614442Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5615657Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5616620Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5617526Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5618377Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5619366Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5620340Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5621360Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5622337Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5623321Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5624149Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5625129Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5625963Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5627180Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5627978Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5629053Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5629894Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5631170Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5632193Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5633023Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5634497Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5635250Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5636213Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5637459Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5638549Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5639735Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5640749Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5641925Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5642948Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5644546Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5645318Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5648550Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5649136Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5650019Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5650902Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5651943Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5653208Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5654373Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5655538Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5656503Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5658060Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5658871Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5660148Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5661041Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5662195Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5663177Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5664575Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5665408Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5666756Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5667745Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5668776Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5670001Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5670960Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5672999Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5673951Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5674808Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5675705Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5677735Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5678743Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5679655Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5680634Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5682084Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5683292Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5684285Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5685166Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5686542Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5687749Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5688709Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5690028Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5691366Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5692518Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5693535Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5694514Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5695598Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5696601Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5697514Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5698219Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5700573Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5701406Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5702214Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5703201Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5704121Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5705252Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5706105Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5707329Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5708510Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5709618Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5710783Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5711886Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5713094Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5713962Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5715361Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5716421Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5717628Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5718867Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5720285Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5721266Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5722949Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5723818Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5724654Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5725622Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5726796Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5727925Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5728871Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5730139Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5731008Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5732229Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5733757Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5734638Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5735789Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5736878Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5737855Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5739003Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5740050Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5741150Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5742344Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5743307Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5744311Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5745370Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5746574Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5747558Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5748925Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5750041Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5751297Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5752375Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5753367Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5754330Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5755461Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5757066Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5757898Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5758939Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5760173Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5761269Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5762416Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5763682Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5764549Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5765744Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5766994Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5768332Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5769199Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5770467Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5771563Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5772803Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5774014Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5775298Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5776361Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5777888Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5778887Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5780186Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5781190Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5782252Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5784000Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5784901Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5786052Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5787384Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5788712Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5790038Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5791525Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5792987Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5795205Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5800953Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5801794Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5802352Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5803368Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5804460Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5805374Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5806453Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5807120Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5807951Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5808442Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5809227Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5810437Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5811156Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5812495Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5813873Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5814773Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5815719Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5817260Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5818569Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5819221Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5820967Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5822681Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5822982Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5824474Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5825891Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5826701Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5828378Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5829219Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5830664Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5831412Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5832968Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5833892Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5835418Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5837093Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5837977Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5838415Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5839770Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5840723Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5841672Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5842729Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5844649Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5845030Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5846243Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5847291Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5848900Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5850016Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5850946Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5851747Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5853049Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5854013Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5855305Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5856468Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5857794Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5858710Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5859343Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5860562Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5861788Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5863157Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5864705Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5865466Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5866810Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5868235Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5870021Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5870953Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5871797Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5873227Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5874333Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5875222Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5876041Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5877425Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5878559Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5879361Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5880198Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5882079Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5882933Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5884178Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5885459Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5886394Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5887813Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5888751Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5890173Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5891531Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5892705Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5894037Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5896095Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5896643Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5897203Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5899405Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5899837Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5900835Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5901622Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5902926Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5904096Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5905076Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5906239Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5907618Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5908203Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5909683Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5910718Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5911855Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5912843Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5913911Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5915378Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5916249Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5917560Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5918822Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5919347Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5920970Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5921874Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5924099Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5924357Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5926341Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5927183Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5928055Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5929294Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5930552Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5932505Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5933415Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5934265Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5935187Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5936271Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5937064Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5937967Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5939316Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5940259Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5941500Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5942686Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5944106Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5945443Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5946326Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5947645Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5948501Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5949705Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5950966Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5951970Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5953532Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5954120Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5955331Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5956182Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5957633Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5958457Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5959660Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5960673Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5962035Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5963177Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5964142Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5965771Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5966433Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5968869Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5969563Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5971451Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5972673Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5974176Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5975326Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5976780Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5978160Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5979521Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5980949Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5982516Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5983980Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5985381Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5986728Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5988225Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5990308Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5991506Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5992659Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5994339Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5995549Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5997375Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5998587Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.5999804Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6001275Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6002567Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6004125Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6005345Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6006904Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6008715Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6010051Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6011495Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6012775Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6014239Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6015733Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6017089Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6018576Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6019831Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6021248Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6022570Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6024166Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6025457Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6026871Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6028238Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6030211Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6032100Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6033594Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6034981Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6036336Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6038371Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6039921Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6041704Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6043007Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6044320Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6045693Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6047175Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6048581Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6050163Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6051374Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6052699Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6054103Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6055600Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6056949Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6058480Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6059729Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6061000Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6062369Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6063938Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6065476Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6066801Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6068226Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6069607Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6070974Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6072559Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6074032Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6075316Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6076406Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6078335Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6079856Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6081046Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6082395Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6083683Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6085440Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6086561Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6088019Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6089497Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6091600Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6092405Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6093637Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6094954Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6096309Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6097607Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6099050Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6100434Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6101747Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6103045Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6104348Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6106243Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6107622Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6109287Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6110523Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6112091Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6113385Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6114714Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6116099Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6117662Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6118897Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6120239Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6122169Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6123491Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6124885Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6126497Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6128556Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6129921Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6131422Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6132715Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6134102Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6135599Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6136895Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6138353Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6139675Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6141154Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6142504Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6144005Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6145341Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6146617Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6148054Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6149463Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6150943Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6152417Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6153602Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6154870Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6156155Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6157619Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6158940Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6160614Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6161816Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6163134Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6164497Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6165761Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6167437Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6168919Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6170289Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6171500Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6172886Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6174208Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6175539Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6178159Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6179347Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6180588Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6181957Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6183303Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6184609Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6186237Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6187497Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6189001Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6190394Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6191765Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6193092Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6194569Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6195889Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6197189Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6198514Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6199789Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6201188Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6202705Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6203919Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6205308Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6206819Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6208654Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6209474Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6211414Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6213055Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6214383Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6215868Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6217127Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6218803Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6220122Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6221414Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6223676Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6224233Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6225613Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6227249Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6228634Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6229908Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6231313Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6232247Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6233615Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6234952Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6235932Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6237550Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6238310Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6239583Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6240391Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6241791Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6242926Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6244150Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6245183Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6247216Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6247561Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6248242Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6249552Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6250499Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6252392Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6262905Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6263909Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6265045Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6266031Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6267487Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6268701Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6269974Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6271572Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6271846Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6273263Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6275081Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6276024Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6279619Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6281512Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6282639Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6283735Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6284795Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6286274Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6287220Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6288986Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6290919Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6291517Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6295049Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6295988Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6297023Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6298983Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6299263Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6300802Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6301837Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6302797Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6304285Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6306344Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6307912Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6309241Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6310499Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6311453Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6314182Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6316862Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6317652Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6319783Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6320956Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6322679Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6324400Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6325817Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6326741Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6330585Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6332101Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6333271Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6334523Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6335872Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6338124Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6339265Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6340851Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6342046Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6343215Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6344500Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6345688Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6347331Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6348684Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6350082Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6351028Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6352351Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6353327Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6354768Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6355679Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6357008Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6358397Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6359736Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6361375Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6362375Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6363297Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6364899Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6365834Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6367134Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6368304Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6369459Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6370425Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6371696Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6372591Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6374007Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6374972Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6376315Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6377349Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6378409Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6379391Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6380403Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6381436Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6384340Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6384769Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6385229Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6385511Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6387080Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6387916Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6389449Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6390616Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6391655Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6393770Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6394387Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6396203Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6397002Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6398165Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6399556Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6400800Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6401957Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6402947Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6403796Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6405200Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6406389Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6407585Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6408646Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6409467Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6410445Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6411837Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6412739Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6414214Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6415007Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6417031Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6418113Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6419177Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6420180Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6421347Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6422789Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6423764Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6425136Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6425948Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6426975Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6428182Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6429463Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6430977Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6431785Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6433317Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6434415Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6435489Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6436745Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6437570Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6439063Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6440469Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6441445Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6443011Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6443832Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6445790Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6446325Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6447874Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6448777Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6449714Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6450952Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6452047Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6452994Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6454534Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6455955Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6456984Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6458224Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6459103Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6460404Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6461384Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6462716Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6463715Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6464408Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6465638Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6467069Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6468628Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6469522Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6470433Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6471789Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6472528Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6473513Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6474521Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6475554Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6476624Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6477652Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6478639Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6479685Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6480635Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6481800Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6482672Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6484741Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6485103Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6485761Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6487316Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6487906Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6489565Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6490493Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6491323Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6492736Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6493470Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6494652Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6496165Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6496683Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6498184Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6499015Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6500199Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6501433Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6502392Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6503805Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6504942Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6505839Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6507435Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6508371Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6509539Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6510477Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6512371Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6512970Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6514265Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6515527Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6516461Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6517844Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6519248Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6520419Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6521947Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6522692Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6524280Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6525456Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6527042Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6528260Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6530114Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6531107Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6533025Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6534033Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6535698Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6537002Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6538328Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6539738Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6541098Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6542692Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6545033Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6546117Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6547738Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6549110Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6550609Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6552282Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6553442Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6555054Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6556595Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6557825Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6559596Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6561572Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6562769Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6583436Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6584179Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6584647Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6585136Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6585682Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6586316Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6586838Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6587349Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6587814Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6588406Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6589127Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6589787Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6590351Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6590871Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6591434Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6591954Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6592427Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6593077Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6593595Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6594104Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6594880Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6595385Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6595883Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6596858Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6598221Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6599764Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6601155Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6602843Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6604197Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6605793Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6607147Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6609516Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6610481Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6612092Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6613655Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6614954Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6616574Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6617778Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6619581Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6620664Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6622353Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6623780Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6625056Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6626479Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6627911Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6629339Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6630953Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6632457Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6633737Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6635228Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6636789Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6638731Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6639600Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6641140Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6642374Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6643790Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6645191Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6646829Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6648481Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6649909Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6651175Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6652902Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6654058Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6655368Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6656843Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6658577Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6659907Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6661244Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6662905Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6664459Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6665786Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6667073Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6668723Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6670071Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6671792Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6673034Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6675195Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6676056Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6677267Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6678556Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6680366Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6681566Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6683232Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6684408Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6685751Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6687713Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6688784Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6690338Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6691939Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6693429Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6694708Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6696154Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6697500Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6699251Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6700397Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6701959Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6703296Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6705072Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6706317Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6707809Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6709254Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6710714Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6712432Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6713853Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6715180Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6716797Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6718081Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6719626Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6720900Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6721979Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6723295Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6725101Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6726232Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6727540Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6728513Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6730406Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6732079Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6732599Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6734291Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6735169Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6736737Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6737609Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6739032Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6740054Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6741232Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6742459Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6743512Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6744966Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6746419Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6747432Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6748785Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6750090Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6751148Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6752413Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6754124Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6754715Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6756332Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6756899Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6757968Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6759014Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6760120Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6761053Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6762697Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6763672Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6764854Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6766225Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6767078Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6768615Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6769858Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6770797Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6771843Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6773307Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6774350Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6775219Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6776135Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6777030Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6778571Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6779487Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6780773Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6782174Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6783157Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6784151Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6785726Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6786672Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6787613Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6789015Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6790018Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6791021Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6792031Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6793114Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6794438Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6795409Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6796668Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6797867Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6798919Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6800123Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6801008Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6802430Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6803360Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6805398Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6806693Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6807847Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6809633Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6810318Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6811468Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6812524Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6813658Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6814818Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6816141Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6817240Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6818395Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6819355Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6820429Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6821601Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6823026Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6824223Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6825036Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6826349Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6827474Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6828657Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6829980Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6831118Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6831942Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6833141Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6834717Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6836050Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6836769Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6838103Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6839387Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6840064Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6841459Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6842442Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6843477Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6844843Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6846358Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6848008Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6848553Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6850049Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6850672Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6852099Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6853117Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6855123Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6855615Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6857016Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6857509Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6858847Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6859889Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6861085Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6862058Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6863325Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6864347Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6866002Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6866770Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6867752Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6869033Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6869964Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6871496Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6872262Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6875158Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6875681Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6876226Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6877644Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6878694Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6880636Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6881516Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6882990Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6884234Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6885601Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6887345Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6889984Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6890903Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6892203Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6893830Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6895032Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6896726Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6898321Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6899624Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6901906Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6903243Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6904643Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6906133Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6907829Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6909009Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6910534Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6912598Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6912901Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6914621Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6916412Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6916783Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6917943Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6919117Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6920434Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6921287Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6922471Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6923318Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6924417Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6925293Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6926968Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6927934Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6929465Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6929876Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6931507Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6932146Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6933291Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6934321Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6935636Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6936521Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6937557Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6938946Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6939921Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6940918Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6941988Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6942754Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6944280Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6945384Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6946278Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6948061Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6948969Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6950166Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6951243Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6952235Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6953254Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6954332Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6955697Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6956709Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6958517Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6959274Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6961076Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6962272Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6963992Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6965192Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6967078Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6968233Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6970008Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6971157Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6972543Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6974196Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6975667Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6977099Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6978499Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6980093Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6981611Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6982814Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6984161Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6985685Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6986995Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6988685Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6990458Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6991722Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6993162Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6994546Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6996232Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6997561Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.6998925Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7000655Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7001930Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7003235Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7004777Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7006285Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7007868Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7009418Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7011085Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7012510Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7013682Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7015040Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7016693Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7018055Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7019756Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7021225Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7022378Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7024127Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7025379Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7026671Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7028214Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7029784Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7031201Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7032596Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7034256Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7035653Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7036984Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7038371Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7039855Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7041696Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7042924Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7044265Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7045648Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7047301Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7049527Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7050454Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7052041Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7052974Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7055234Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7056422Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7058173Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7059009Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7059960Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7061175Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7062060Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7063146Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7064171Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7065138Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7066756Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7067342Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7069264Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7070450Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7071072Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7072741Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7073939Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7075179Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7076181Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7077447Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7078623Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7080460Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7081848Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7083030Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7084300Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7085626Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7087756Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7088934Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7090400Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7091330Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7092630Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7093781Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7094958Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7095989Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7096841Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7098871Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7100197Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7101521Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7102928Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7103674Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7104624Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7105630Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7106665Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7108306Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7109328Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7110346Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7111920Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7113288Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7114507Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7115369Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7117030Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7117682Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7119129Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7119925Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7121443Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7122305Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7123747Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7124609Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7126181Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7127698Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7129086Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7130419Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7131331Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7132937Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7134329Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7135861Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7137161Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7138213Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7139678Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7141222Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7142947Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7143638Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7145280Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7146140Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7147413Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7148467Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7149736Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7150987Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7152223Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7153260Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7154279Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7156115Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7157006Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7158125Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7159691Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7160892Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7161780Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7162842Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7163728Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7165615Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7166226Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7167453Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7168484Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7169872Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7170921Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7172163Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7173264Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7173991Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7175422Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7176223Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7177875Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7179879Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7180444Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7181472Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7182221Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7183610Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7185472Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7186073Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7187043Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7188341Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7189898Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7191445Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7193607Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7194150Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7195082Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7196014Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7197091Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7197961Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7199252Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7200660Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7201468Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7202793Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7203846Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7205180Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7206171Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7207595Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7208523Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7209535Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7211149Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7213064Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7214205Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7215046Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7216526Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7217189Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7218613Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7219615Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7220916Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7222387Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7223605Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7225091Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7226469Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7227541Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7229237Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7229983Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7231699Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7232678Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7234145Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7235029Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7236893Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7238630Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7239545Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7241073Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7242072Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7243734Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7244576Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7246287Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7247423Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7250290Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7250789Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7251684Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7253120Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7254981Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7255894Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7257090Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7257726Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7259187Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7260022Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7262015Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7262390Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7263606Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7264715Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7265897Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7267633Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7269055Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7270639Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7272470Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7273576Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7274822Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7276487Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7277693Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7279206Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7280597Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7281999Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7283937Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7284911Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7286734Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7288569Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7289838Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7291233Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7292668Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7294120Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7295819Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7297736Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7298339Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7299807Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7300747Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7302296Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7303403Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7304881Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7307033Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7307425Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7309374Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7310376Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7311832Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7312753Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7314154Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7314908Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7316300Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7317600Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7318535Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7319535Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7321100Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7322279Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7323114Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7324983Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7325751Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7326940Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7327740Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7329468Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7330552Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7331631Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7333067Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7333918Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7335116Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7336227Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7337651Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7338594Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7339712Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7340782Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7342094Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7343418Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7344240Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7345328Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7346600Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7348178Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7349137Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7350678Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7351706Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7353033Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7354160Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7355167Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7357109Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7357979Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7358751Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7359781Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7361323Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7362072Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7363207Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7364388Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7365352Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7367242Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7368303Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7369628Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7370666Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7371762Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7372945Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7374472Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7375608Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7376884Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7378013Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7379625Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7380946Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7382093Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7383571Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7384771Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7385855Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7386974Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7388353Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7389685Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7390822Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7392062Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7393402Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7394418Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7395854Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7397052Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7398402Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7400028Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7400549Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7402298Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7403671Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7404739Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7405733Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7406911Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7408945Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7409869Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7411817Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7412594Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7413607Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7415130Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7416314Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7417118Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7418314Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7419927Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7420778Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7422152Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7422946Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7423946Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7425208Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7426422Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7426940Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7428509Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7429477Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7430648Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7431597Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7432777Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7433639Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7435117Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7435992Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7437619Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7438592Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7440266Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7441140Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7442757Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7443459Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7444501Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7445169Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7446674Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7447713Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7448492Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7449681Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7451249Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7452089Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7453156Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7454217Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7455393Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7456638Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7457649Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7458981Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7460155Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7461158Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7462594Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7464129Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7465151Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7466171Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7467305Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7468691Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7469673Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7470694Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7471905Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7473282Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7474263Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7475827Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7477124Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7478239Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7479441Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7480616Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7481553Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7482857Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7484093Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7485015Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7486166Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7487281Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7488655Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7489567Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7490847Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7492150Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7493675Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7494389Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7495727Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7497304Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7498284Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7499265Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7500561Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7501608Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7502536Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7503333Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7504902Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7505984Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7506736Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7508310Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7509189Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7510535Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7511503Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7513000Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7514176Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7515164Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7516096Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7517931Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7518661Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7520398Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7521344Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7522572Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7523412Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7524915Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7526584Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7528311Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7529182Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7530680Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7531697Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7532901Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7534274Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7535208Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7536414Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7537639Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7539624Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7539896Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7541402Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7542402Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7543445Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7544956Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7545822Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7547143Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7548619Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7549422Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7550571Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7552398Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7553338Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7554506Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7555890Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7557126Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7557927Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7559888Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7560485Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7562546Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7562904Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7564242Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7565287Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7566492Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7568129Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7568871Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7570250Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7571187Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7572220Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7573682Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7574535Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7575577Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7576845Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7577705Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7579054Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7580046Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7581554Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7583256Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7583650Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7584389Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7585672Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7586545Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7587907Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7588926Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7591185Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7591678Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7592471Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7593369Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7595030Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7596093Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7597493Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7598736Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7600094Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7601343Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7602896Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7604143Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7605062Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7606830Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7607827Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7609036Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7609749Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7611277Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7612607Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7613502Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7614848Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7616176Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7617139Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7618681Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7619979Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7621632Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7622145Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7623581Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7624947Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7626052Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7627119Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7628190Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7629445Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7630782Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7631804Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7632646Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7633707Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7634980Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7636028Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7637497Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7638495Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7639857Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7641146Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7642160Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7643392Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7645257Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7645764Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7647183Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7648215Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7649257Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7650456Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7651404Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7653287Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7653970Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7655305Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7656508Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7657498Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7658624Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7660239Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7661139Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7662620Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7663804Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7665038Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7666275Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7667429Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7669165Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7669807Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7671349Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7672264Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7673447Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7674401Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7676162Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7678073Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7678909Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7681221Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7681878Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7683591Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7684517Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7685643Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7687085Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7688990Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7690120Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7691205Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7693361Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7694557Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7696438Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7696763Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7698297Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7699515Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7701037Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7702239Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7703658Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7704624Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7706004Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7707392Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7708467Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7710136Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7711177Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7712697Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7713698Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7715219Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7716253Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7718503Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7719544Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7720729Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7722413Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7724058Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7725376Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7726931Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7728639Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7730367Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7731690Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7733026Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7734631Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7736025Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7737731Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7738834Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7740444Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7742134Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7743383Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7744745Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7746194Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7747724Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7749151Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7750778Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7752062Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7753700Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7755132Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7756469Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7758007Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7759377Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7761159Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7762322Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7763940Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7765198Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7767240Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7768240Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7769681Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7771869Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7773203Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7774480Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7775790Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7777318Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7779205Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7780245Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7781873Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7783215Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7784822Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7786126Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7787749Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7789040Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7790837Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7792101Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7793439Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7795061Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7796429Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7797820Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7799403Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7800301Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7802017Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7802649Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7804475Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7805246Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7807154Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7808132Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7809755Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7810922Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7812426Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7814172Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7815623Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7816925Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7818249Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7819894Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7821004Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7822550Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7823401Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7824631Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7826191Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7827166Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7828768Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7829753Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7832009Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7832357Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7833502Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7834745Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7835881Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7836874Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7838240Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7839831Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7840519Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7841621Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7842788Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7844073Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7845229Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7846448Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7848063Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7849277Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7850098Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7851456Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7852429Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7853692Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7854898Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7856707Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7857673Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7858831Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7860213Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7861066Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7861819Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7863144Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7864326Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7865167Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7866695Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7867944Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7868839Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7870037Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7871769Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7872525Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7873710Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7875051Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7876108Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7877500Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7878268Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7879389Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7880352Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7882067Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7882763Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7883983Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7884893Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7886472Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7887714Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7888927Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7890484Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7891172Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7893210Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7893702Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7894587Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7895285Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7896505Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7897394Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7898694Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7900352Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7900681Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7902143Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7903055Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7904634Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7905683Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7907013Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7908509Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7909374Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7911152Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7912001Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7913151Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7914663Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7915656Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7916954Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7918226Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7919431Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7920909Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7922092Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7923035Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7924281Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7925690Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7926979Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7928607Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7929424Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7930792Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7932296Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7933233Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7934813Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7935538Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7936585Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7938140Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7938843Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7940238Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7941155Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7942575Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7943355Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7944683Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7945839Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7947200Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7948179Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7949543Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7950464Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7951918Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7952742Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7954109Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7955056Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7956702Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7957480Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7958785Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7960027Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7961231Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7962171Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7963445Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7964598Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7965860Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7967313Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7968516Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7969776Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7970816Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7971917Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7973211Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7974521Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7975651Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7976600Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7977796Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7978755Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7980317Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7981144Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7982504Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7983992Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7984763Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7986357Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7987709Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7988859Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7990124Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7991280Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7993081Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7993704Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7996074Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7996496Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7997892Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.7998511Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8000047Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8000580Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8002207Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8003035Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8004350Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8005675Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8006765Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8008723Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8009856Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8010681Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8012672Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8013354Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8014478Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8015133Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8016457Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8017414Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8018611Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8019920Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8020710Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8022046Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8023449Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8024404Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8025769Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8026960Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8028372Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8029583Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8031025Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8032073Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8033839Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8034729Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8036022Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8037408Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8038686Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8040099Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8041023Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8042423Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8044230Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8044958Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8046413Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8047563Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8048864Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8050045Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8051286Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8052542Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8053409Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8054410Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8055805Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8057067Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8058337Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8059953Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8060680Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8062315Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8063072Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8064506Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8065666Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8066946Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8068195Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8069370Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8071153Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8072350Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8073387Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8074845Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8075814Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8076995Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8078426Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8079567Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8080410Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8081750Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8083030Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8084032Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8085142Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8087042Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8088132Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8089420Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8090709Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8091774Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8092640Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8093834Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8094698Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8096080Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8097020Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8097909Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8098934Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8099998Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8100993Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8102101Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8102995Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8104542Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8105472Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8106725Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8107601Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8109065Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8110263Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8111321Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8112225Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8113267Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8114525Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8115676Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8116495Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8117512Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8118926Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8120186Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8121074Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8122666Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8123568Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8125116Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8126311Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8127598Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8129072Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8130363Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8131852Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8132715Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8134195Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8136151Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8136429Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8138013Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8138883Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8140151Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8141366Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8142602Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8144225Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8144854Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8146360Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8147689Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8149259Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8150898Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8151439Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8152982Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8154454Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8154984Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8156437Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8158083Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8158576Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8159994Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8174125Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8174438Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8174799Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8175255Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8175730Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8176143Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8176558Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8176947Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8177344Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8177650Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8177910Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8178226Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8178613Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8179102Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8179617Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8180184Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8180563Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8181038Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8181567Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8182548Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8183807Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8184989Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8186286Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8187443Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8188646Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8190335Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8191365Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8192756Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8194122Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8195410Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8196718Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8198114Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8199326Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8200680Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8202370Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8203926Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8204784Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8206401Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8208085Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8209562Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8210904Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8212272Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8213545Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8215263Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8216498Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8217958Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8219167Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8220614Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8221432Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8223216Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8224004Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8225303Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8226203Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8227697Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8228982Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8230247Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8231742Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8232509Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8233943Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8235102Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8236862Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8237925Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8238771Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8240140Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8241121Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8242937Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8243875Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8245034Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8246343Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8247754Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8248825Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8249877Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8251106Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8252220Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8253632Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8254680Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8255793Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8257495Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8258371Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8259866Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8260772Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8261936Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8263526Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8264155Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8265241Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8266427Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8267409Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8270255Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8270795Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8271212Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8272866Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8273595Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8274507Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8275569Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8276985Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8278364Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8280180Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8280670Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8282034Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8283029Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8284290Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8285300Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8286744Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8288254Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8289234Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8290447Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8291673Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8292611Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8293920Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8295239Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8296187Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8297072Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8298255Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8299435Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8300722Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8301480Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8302729Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8303907Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8305120Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8306618Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8307393Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8308814Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8310176Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8310754Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8312330Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8313357Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8315442Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8315821Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8316976Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8318667Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8319543Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8321125Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8321971Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8323372Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8324663Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8325864Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8326956Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8328481Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8329750Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8331038Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8331927Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8332887Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8333772Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8335140Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8335995Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8337342Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8338468Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8339376Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8340426Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8341689Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8342554Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8343819Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8345027Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8346430Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8347347Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8349111Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8350110Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8351378Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8352220Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8353630Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8354838Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8355787Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8356823Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8358205Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8359066Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8360431Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8361262Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8362290Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8363610Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8364589Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8365843Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8367462Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8368734Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8370980Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8371326Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8372082Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8373800Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8374640Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8376080Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8377007Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8378476Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8379658Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8381143Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8382248Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8383688Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8384429Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8386014Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8387133Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8388546Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8389943Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8390979Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8392356Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8393324Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8395667Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8396301Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8398071Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8398851Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8400437Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8401677Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8402933Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8404205Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8405857Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8407364Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8409652Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8411113Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8411399Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8412720Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8414222Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8414826Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8416200Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8417165Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8418427Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8419623Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8420873Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8422132Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8423351Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8424565Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8425962Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8427048Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8427884Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8429200Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8430514Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8431533Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8432710Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8433785Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8435404Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8436402Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8437964Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8439044Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8440386Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8442026Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8442815Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8444277Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8445489Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8447385Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8448589Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8450640Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8451621Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8452827Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8454366Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8455794Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8457363Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8458725Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8460085Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8461941Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8463297Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8471690Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8472266Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8472864Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8473328Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8473789Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8474147Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8474428Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8474692Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8475254Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8476343Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8477293Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8479228Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8480173Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8481688Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8482779Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8484068Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8484889Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8486194Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8487423Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8489324Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8490275Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8494830Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8495355Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8495696Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8496037Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8496310Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8497087Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8498361Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8499945Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8500882Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8502091Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8502940Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8504313Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8505682Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8506972Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8508057Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8509592Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8510232Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8511264Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8512458Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8513641Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8514648Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8515922Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8516792Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8518111Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8519282Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8520172Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8521128Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8522466Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8523754Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8524706Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8526367Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8527690Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8528556Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8529660Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8531025Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8532084Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8533471Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8533944Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8535462Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8536363Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8537819Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8538914Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8540589Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8541795Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8542974Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8544141Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8545484Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8546376Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8547882Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8548825Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8550274Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8550957Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8552499Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8553387Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8555354Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8556616Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8557695Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8558875Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8560281Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8561442Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8562754Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8563716Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8565504Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8566703Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8567623Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8569163Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8570532Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8571267Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8572597Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8573684Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8575267Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8576098Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8577372Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8578261Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8579715Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8580824Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8582140Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8582983Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8584259Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8585431Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8586497Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8587550Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8588729Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8590142Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8591477Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8592914Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8594166Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8595540Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8596476Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8598949Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8599683Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8600246Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8601543Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8603134Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8604290Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8605927Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8607593Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8609321Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8610713Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8612531Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8613896Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8615460Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8616899Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8618299Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8620055Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8621334Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8622720Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8624374Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8625748Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8627049Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8628993Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8630981Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8631388Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8632362Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8633548Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8635145Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8635866Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8637131Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8638654Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8639832Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8640705Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8642429Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8643276Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8644405Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8647828Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8648464Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8649011Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8649549Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8650220Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8651722Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8652975Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8653806Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8654808Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8656019Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8657025Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8658083Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8659357Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8660310Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8661694Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8662646Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8663770Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8665291Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8665969Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8668176Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8668502Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8669813Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8670953Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8672198Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8673365Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8674696Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8676159Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8677383Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8678618Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8679852Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8681127Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8682435Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8683476Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8684826Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8686419Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8687743Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8688860Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8690277Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8691487Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8692874Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8694347Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8695545Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8696734Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8698131Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8699668Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8700780Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8702375Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8703113Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8704600Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8705437Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8706502Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8707884Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8708950Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8709692Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8711004Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8711783Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8712872Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8715240Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8715569Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8717081Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8718487Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8719267Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8720453Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8721419Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8723037Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8723844Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8725437Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8726400Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8727387Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8728170Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8729719Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8730619Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8731735Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8733032Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8734612Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8735569Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8736833Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8737994Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8740148Z copying torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8740613Z copying torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8741435Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8742431Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8743271Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8744632Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8745513Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8746473Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8747407Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8748465Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8749821Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8751018Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8751996Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8753622Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8754336Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8755706Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8757043Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8758514Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8760023Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8761185Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8762898Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8767653Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8768061Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8768311Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8768748Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8769260Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8770208Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8771217Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8772095Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8773045Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8774302Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8775279Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8776381Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8777994Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8779286Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8780422Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8781780Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8783047Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8784432Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8785860Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8787390Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8788730Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8789881Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8791000Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8792698Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8794164Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8795256Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8796662Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8798224Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8799481Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8800820Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8802234Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8803482Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8804785Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8806174Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8808253Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8809573Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8810781Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8811965Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8813402Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8814382Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8815806Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8816985Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8818810Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8820366Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8822620Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8822891Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8824436Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8825110Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8826625Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8827697Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8828746Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8830340Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8830965Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8832507Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8833056Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8834695Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8836657Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8836980Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8837828Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8838961Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8839989Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8841056Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8842297Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8843159Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8844012Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8845196Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8847088Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8847926Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8848381Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8850420Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8851063Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8851970Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8853674Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8854896Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8855917Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8856994Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8858290Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8861080Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8862171Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8863051Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8863591Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8864201Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8866339Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8869241Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8869779Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8870727Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8872163Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8873503Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8874785Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8876979Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8878864Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8879478Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8880341Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8881908Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8883028Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8884463Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8885889Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8887511Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8888522Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8889845Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8891357Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8892468Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8893501Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8895228Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8896303Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8897124Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8898718Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8899738Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8900897Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8902757Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8903908Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8905064Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8906344Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8907563Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8908819Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8910719Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8912565Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8913830Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8914513Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8915302Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8916127Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8917246Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8918425Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8919392Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8920316Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8921619Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8922750Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8923658Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8924705Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8925482Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8926858Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8928805Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8929545Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8930735Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8931960Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8933130Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8934108Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8934989Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8936136Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8937799Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8938684Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8939928Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8941048Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8941966Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8943338Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8944180Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8945069Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8945998Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8947319Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8947995Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8949233Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8951040Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8951879Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8953225Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8954472Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8956108Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8957365Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8958619Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8959670Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8960321Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8962214Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8962927Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8964074Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8965186Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8966272Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8967426Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8971036Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8972786Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8973910Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8975216Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8976012Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8977250Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8978265Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8979633Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8980688Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8981739Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8982895Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8984243Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8985213Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8986644Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8987580Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8989519Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8990441Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8991561Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.8992996Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9009180Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9010434Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9011622Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9012804Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9013908Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9015234Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9016316Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9017733Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9018745Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9020040Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9021416Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9022651Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9024187Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9026072Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9027332Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9028964Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9030384Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9031829Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9033281Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9034583Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9036233Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9037515Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9039128Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9044093Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9045112Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9046969Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9048228Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9049833Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9051411Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9052620Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9054872Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9056148Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9057695Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9059943Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9061560Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9063699Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9067900Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9068897Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9070495Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9071362Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9073205Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9074033Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9076273Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9077010Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9078583Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9079680Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9081422Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9082198Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9083137Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9085011Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9085611Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9086840Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9087891Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9091565Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9092308Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9093138Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9093865Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9094862Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9095923Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9096980Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9097996Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9099063Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9100111Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9101154Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9102674Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9103989Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9105149Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9106198Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9107175Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9108540Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9109510Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9111454Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9112532Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9113586Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9114627Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9116139Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9116914Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9118550Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9119490Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9120801Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9122231Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9123268Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9124614Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9125760Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9127118Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9128433Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9129589Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9130722Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9131908Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9132837Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9134463Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9135201Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9136394Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9137636Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9139072Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9140519Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9141534Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9142661Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9143974Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9144740Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9145741Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9147152Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9148018Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9148989Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9150872Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9151557Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9152689Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9153742Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9155120Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9156431Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9157673Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9158695Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9159886Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9160796Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9161705Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9162825Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9164096Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9165228Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9166506Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9167712Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9168898Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9170386Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9171312Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9173028Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9174144Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9175369Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9176418Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9177613Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9178797Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9180823Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9181677Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9193050Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9193672Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9194273Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9194822Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9195308Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9195916Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9196500Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9196987Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9197548Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9198022Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9198654Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9199167Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9199664Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9200267Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9200830Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9201505Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9202626Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9203845Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9204998Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9206679Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9207418Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9209178Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9209960Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9211399Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9213368Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9214103Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9214957Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9216505Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9217539Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9218600Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9219550Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9220602Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9222888Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9223509Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9224515Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9225577Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9226690Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9227653Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9229424Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9230171Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9231389Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9232660Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9233736Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9234925Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9237971Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9238621Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9239206Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9239850Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9240548Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9242148Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9243345Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9244624Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9245640Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9246950Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9248094Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9249313Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9250457Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9251619Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9252678Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9253824Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9254739Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9256238Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9257301Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9258318Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9259437Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9260874Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9261903Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9263028Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9264437Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9265619Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9266668Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9268018Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9269669Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9270801Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9272182Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9273263Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9274562Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9275672Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9276787Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9277844Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9279293Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9280380Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9281461Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9282766Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9283909Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9286171Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9286933Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9287703Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9288862Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9289933Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9291077Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9292683Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9293944Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9294825Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9295998Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9296979Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9297951Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9299256Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9300286Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9301324Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9302464Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9303637Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9304773Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9305856Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9307344Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9308410Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9309922Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9310948Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9312167Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9312973Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9314113Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9315337Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9316415Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9317898Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9319422Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9320400Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9321267Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9322012Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9323340Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9324206Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9325258Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9326428Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9328249Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9329077Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9330210Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9333674Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9334300Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9334860Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9335496Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9336406Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9337417Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9338348Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9339765Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9340998Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9341925Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9342959Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9344230Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9345428Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9346492Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9347804Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9348791Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9350272Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9351278Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9353379Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9353955Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9354736Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9355673Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9356763Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9357868Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9359183Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9360331Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9361311Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9362792Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9363425Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9364628Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9366448Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9367175Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9368348Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9369589Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9371148Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9371962Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9373037Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9375060Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9375528Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9376715Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9377790Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9378924Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9380388Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9381289Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9382418Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9383565Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9384727Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9385701Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9386990Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9388653Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9389491Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9390503Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9391576Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9392645Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9393712Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9394885Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9395946Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9397505Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9398697Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9399659Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9400816Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9402131Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9403559Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9404369Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9405453Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9406714Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9408261Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9409129Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9410382Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9411199Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9412434Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9413372Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9414562Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9415643Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9416681Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9417772Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9418858Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9419997Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9421239Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9422182Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9423439Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9424649Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9425589Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9427096Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9428066Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9429399Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9430569Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9431720Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9432739Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9433976Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9435171Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9436269Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9437415Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9438689Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9440054Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9441119Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9442275Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9443313Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9444370Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9445379Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9446545Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9447976Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9449120Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9449978Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9451012Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9451989Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9453251Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9454646Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9455732Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9456316Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9458299Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9459219Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9460090Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9461815Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9462583Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9463427Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9464310Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9465480Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9466516Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9467544Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9468647Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9469790Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9471534Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9472081Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9473942Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9474466Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9475516Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9476412Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9477535Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9478875Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9479837Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9480768Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9481917Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9483070Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9484429Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9485397Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9487405Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9488336Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9489897Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9490920Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9492144Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9493537Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9494537Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9495342Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9496860Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9497443Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9498863Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9499834Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9501231Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9501941Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9503436Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9504517Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9505330Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9506472Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9507823Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9509035Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9510142Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9511316Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9513011Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9513940Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9515296Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9516586Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9517624Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9518983Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9519920Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9521206Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9522383Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9523690Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9524587Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9526133Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9527099Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9528451Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9529598Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9530937Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9531890Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9533135Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9534401Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9535270Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9536639Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9537566Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9539024Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9540427Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9541326Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9542802Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9543711Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9545151Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9549009Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9549429Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9549692Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9550275Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9551396Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9552723Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9553955Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9555048Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9556360Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9557535Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9558548Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9560009Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9560904Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9561773Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9563377Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9564312Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9565860Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9567037Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9568157Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9569235Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9570223Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9571211Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9572489Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9573815Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9574737Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9575836Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9576866Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9578168Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9579007Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9580035Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9581027Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9582331Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9583289Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9584641Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9585522Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9586782Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9588655Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9590470Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9591002Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9591981Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9593075Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9594473Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9595740Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9596871Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9598272Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9599615Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9600672Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9601535Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9602988Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9603899Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9605783Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9606877Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9608134Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9609095Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9610358Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9611560Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9613064Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9613981Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9615205Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9616589Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9617627Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9618593Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9619633Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9620686Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9621765Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9623076Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9624125Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9625575Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9626615Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9627717Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9628869Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9629962Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9631189Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9632333Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9633314Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9634651Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9635268Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9636809Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9637660Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9639039Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9640270Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9641371Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9642311Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9643509Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9644526Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9645780Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9647007Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9649196Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9650418Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9651558Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9652656Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9653832Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9654971Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9656078Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9657046Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9658546Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9659355Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9660417Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9661391Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9662618Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9664194Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9665203Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9666516Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9667306Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9668412Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9669626Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9670428Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9671949Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9672575Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9673893Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9674882Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9675989Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9676996Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9678218Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9679428Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9680181Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9681580Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9683135Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9683943Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9685597Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9686665Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9687718Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9689018Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9689989Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9691173Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9691922Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9693347Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9694513Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9695522Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9696614Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9698538Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9699059Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9699859Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9700787Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9703192Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9703676Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9704426Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9705296Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9706723Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9707781Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9709435Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9710142Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9711838Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9712463Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9714116Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9715111Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9716562Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9717557Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9719163Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9720026Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9721843Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9722552Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9724064Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9725064Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9726801Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9727640Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9729010Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9730321Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9731285Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9732242Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9733561Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9734399Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9735658Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9737082Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9738693Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9740317Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9740803Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9742975Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9743327Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9744252Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9745520Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9746470Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9747804Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9749199Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9750602Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9751366Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9752284Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9753850Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9755199Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9756079Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9757702Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9758698Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9760180Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9761291Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9762666Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9763893Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9765149Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9766804Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9768094Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9768785Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9770810Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9771736Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9773091Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9774229Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9775375Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9776817Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9777405Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9778724Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9779756Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9780685Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9781879Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9782699Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9783687Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9785294Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9786177Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9787476Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9788763Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9789554Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9791049Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9791946Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9793347Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9795057Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9795556Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9796349Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9798156Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9799422Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9800500Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9801928Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9803302Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9804247Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9806880Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9807274Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9808325Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9809625Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9810479Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9811825Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9813251Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9813982Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9816343Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9817993Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9818999Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9819981Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9821140Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9822057Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9823506Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9824438Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9825854Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9827163Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9828465Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9830042Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9831238Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9832493Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9833730Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9835201Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9836081Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9837648Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9838240Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9839587Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9840847Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9842093Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9843382Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9844216Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9845554Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9847111Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9848014Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9849422Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9850641Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9851969Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9853329Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9853978Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9855526Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9856783Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9858467Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9858763Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9860252Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9862016Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9862328Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9863620Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9864314Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9866539Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9866953Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9868360Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9869327Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9870547Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9871778Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9872769Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9874291Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9875168Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9876700Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9878135Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9879418Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9880744Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9882017Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9883441Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9884951Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9885754Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9887994Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9888395Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9889332Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9890881Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9891539Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9892426Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9894206Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9894848Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9896231Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9897163Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9898423Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9899570Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9900587Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9901651Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9902619Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9903727Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9904913Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9905994Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9907222Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9908729Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9909640Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9910795Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9911843Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9912776Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9914398Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9915213Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9916456Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9918149Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9919650Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9920941Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9922661Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9923993Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9925738Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9927166Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9928802Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9930130Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9931851Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9933203Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9934576Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9936480Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9937841Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9939231Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9940620Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9942191Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9943722Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9945176Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9946596Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9947954Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9949163Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9950539Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9951839Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9952984Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9954397Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9955653Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9957058Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9958366Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9959284Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9960810Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9962047Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9963427Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9964798Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9966108Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9967548Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9969215Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9970480Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9971256Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9972703Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9973965Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9975250Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9976123Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9978078Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9978637Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9979895Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9980887Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9982085Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9982924Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9984297Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9985225Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9986725Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9987523Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9989110Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9990225Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9991215Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9992542Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9993438Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9994661Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9995673Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9997156Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:22.9998487Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0000614Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0000957Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0001635Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0002893Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0003923Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0005763Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0006199Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0007775Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0008465Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0009865Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0011131Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0012098Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0013075Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0014258Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0015540Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0016680Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0017728Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0018782Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0020351Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0021314Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0021954Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0023230Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0024410Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0025468Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0026797Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0027967Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0028995Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0030543Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0031637Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0032804Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0033728Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0035385Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0036579Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0037823Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0038860Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0039674Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0041277Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0042231Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0043399Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0044779Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0045935Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0047495Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0048467Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0049555Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0050650Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0052398Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0053612Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0054734Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0056101Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0057189Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0058504Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0059610Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0060928Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0062017Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0063576Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0064533Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0065745Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0066930Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0068347Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0069469Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0070668Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0071857Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0073346Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0074376Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0075694Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0077072Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0078213Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0079530Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0080608Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0082026Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0082956Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0084215Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0085317Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0087071Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0088572Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0089692Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0091120Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0092354Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0093555Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0095032Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0095847Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0097912Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0098650Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0100280Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0101231Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0102997Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0103580Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0104933Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0106101Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0107705Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0108479Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0110088Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0111563Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0115553Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0116204Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0116711Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0117044Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0117376Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0118516Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0119465Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0121623Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0122471Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0123879Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0125210Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0126779Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0128893Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0130171Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0131594Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0132342Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0134059Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0135067Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0136575Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0137451Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0138981Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0139732Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0141133Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0141803Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0143240Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0144553Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0145534Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0147019Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0148280Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0149497Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0150713Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0152193Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0153216Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0154486Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0155265Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0156678Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0157636Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0158908Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0160234Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0161584Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0162532Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0163928Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0164676Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0166202Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0167195Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0168950Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0169698Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0170611Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0171823Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0173440Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0174321Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0176001Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0176588Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0177985Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0179168Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0180503Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0181407Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0183754Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0184449Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0185179Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0186351Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0187657Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0188770Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0189928Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0191114Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0192375Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0193461Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0194638Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0195803Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0197164Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0198391Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0199507Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0200671Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0201840Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0203398Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0204483Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0205379Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0206997Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0207972Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0208862Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0210233Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0211481Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0212413Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0213668Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0214809Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0215877Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0217155Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0218249Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0219480Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0220639Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0221904Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0223197Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0224595Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0225399Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0226329Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0227646Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0228478Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0229722Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0230903Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0232112Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0233974Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0234487Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0235694Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0236971Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0238218Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0239681Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0240637Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0241812Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0242853Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0244385Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0245014Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0246984Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0247858Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0249270Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0250163Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0251902Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0252925Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0253851Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0255234Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0256316Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0257801Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0258903Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0259863Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0261087Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0261887Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0263380Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0264447Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0265878Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0266647Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0267891Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0269045Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0270284Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0271618Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0272421Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0273696Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0274747Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0275880Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0277216Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0278498Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0279679Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0280678Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0281515Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0282852Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0284119Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0286115Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0286937Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0288422Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0289213Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0290485Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0291408Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0292656Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0293896Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0295133Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0296167Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0297623Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0298423Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0299592Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0300943Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0302464Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0303142Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0304539Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0305642Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0306895Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0307842Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0309391Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0310366Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0311402Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0313055Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0314053Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0314922Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0316121Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0317372Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0319882Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0320258Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0321142Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0322120Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0323372Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0324957Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0326425Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0327328Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0328643Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0329606Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0330715Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0331852Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0333013Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0334186Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0335341Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0336356Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0337449Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0338522Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0339891Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0341056Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0342045Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0343141Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0344294Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0345572Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0346539Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0347745Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0349065Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0350161Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0351266Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0352441Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0353680Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0354751Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0356047Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0357133Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0358219Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0359433Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0361231Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0362252Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0363388Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0364931Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0365880Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0367185Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0368348Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0369901Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0370952Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0372335Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0373535Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0374798Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0375937Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0377054Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0378355Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0379705Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0380779Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0382017Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0383197Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0384555Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0385556Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0386579Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0388005Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0389289Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0390240Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0391251Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0392743Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0393764Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0395134Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0395979Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0397276Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0398400Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0399724Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0400761Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0401744Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0403131Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0404178Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0405748Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0407358Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0408780Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0409888Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0411136Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0413019Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0414172Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0414783Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0415533Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0416519Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0417791Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0419010Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0420165Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0421467Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0422499Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0423862Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0424744Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0425768Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0427259Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0428323Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0429285Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0430459Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0431750Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0433070Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0434074Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0435077Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0436710Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0438138Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0439470Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0440284Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0441557Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0442560Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0443795Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0444771Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0445777Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0447115Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0447981Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0449024Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0450357Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0451321Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0452650Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0453836Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0455276Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0456337Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0458226Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0459267Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0460514Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0461387Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0462770Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0463881Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0464665Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0465843Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0466658Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0468137Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0469007Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0470193Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0471584Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0472582Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0473973Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0474764Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0475951Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0476850Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0478423Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0479345Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0480881Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0481780Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0483110Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0484112Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0485814Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0486563Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0488091Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0489507Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0490473Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0491777Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0493026Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0494266Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0495599Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0496987Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0497973Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0499510Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0500751Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0502075Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0503252Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0504660Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0505968Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0507186Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0509091Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0509932Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0511260Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0512711Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0513614Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0515098Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0516472Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0517838Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0518879Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0520345Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0521286Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0522279Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0523239Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0524333Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0525273Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0526756Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0527954Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0528925Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0530005Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0530970Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0532142Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0533595Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0534545Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0535635Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0537026Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0538417Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0539503Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0540710Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0541735Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0543218Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0543839Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0545136Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0546280Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0547299Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0548659Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0550140Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0551047Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0552262Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0553477Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0555214Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0556134Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0557136Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0558221Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0559467Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0560721Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0561838Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0562830Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0563885Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0564778Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0566270Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0567368Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0568253Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0569127Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0570642Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0571440Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0572832Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0574039Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0575154Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0576454Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0577412Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0578811Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0579468Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0580730Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0581445Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0582800Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0584014Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0585526Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0586364Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0587555Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0589538Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0590738Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0591737Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0593111Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0594070Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0595269Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0596213Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0597248Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0598582Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0599490Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0600947Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0601733Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0603132Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0604491Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0605483Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0607248Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0608591Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0609857Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0611370Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0612042Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0613271Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0614369Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0615550Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0617265Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0617882Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0619168Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0620426Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0621714Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0622767Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0623832Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0625385Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0626852Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0628199Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0629761Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0631439Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0632288Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0633734Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0635089Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0636000Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0637346Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0638558Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0639856Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0641077Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0642250Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0643509Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0644767Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0646275Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0647555Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0648668Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0649880Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0650760Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0652064Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0653115Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0654335Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0655511Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0656460Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0658207Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0658912Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0659974Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0661115Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0662371Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0663404Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0664598Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0665787Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0667553Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0668771Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0669893Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0671023Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0672396Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0673932Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0674782Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0675980Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0677087Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0678092Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0679338Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0680360Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0682867Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0683275Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0683984Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0684983Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0686333Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0687566Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0688705Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0690192Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0691177Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0692303Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0693454Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0694707Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0696082Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0697909Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0698216Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0699391Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0700666Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0701515Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0702490Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0703468Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0704983Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0706135Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0707091Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0708542Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0709754Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0711044Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0711995Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0713337Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0714823Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0715817Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0717305Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0718303Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0719912Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0721180Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0721949Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0723001Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0724318Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0725269Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0726812Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0728127Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0729016Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0730607Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0731627Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0733083Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0734311Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0735337Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0736792Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0737849Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0738907Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0739932Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0741162Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0742811Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0743666Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0745011Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0746132Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0746943Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0748075Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0749322Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0750818Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0751578Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0753022Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0754115Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0755134Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0756552Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0757427Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0758661Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0759780Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0761490Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0762347Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0763337Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0764307Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0765451Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0766733Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0768326Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0769557Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0770798Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0771880Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0773147Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0774317Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0775833Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0776802Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0778296Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0779270Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0780505Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0781600Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0783069Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0784089Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0785434Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0786500Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0788304Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0789436Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0790667Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0792362Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0793080Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0795040Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0795754Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0797167Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0798221Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0799434Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0800694Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0802308Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0803140Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0803886Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0805873Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0806924Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0807656Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0808830Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0810782Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0811162Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0812513Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0813861Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0814716Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0816217Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0817057Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0818256Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0819077Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0821012Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0821832Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0823185Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0824056Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0825705Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0826535Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0827769Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0828789Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0830669Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0831281Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0833084Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0833893Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0834681Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0836309Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0837315Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0838276Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0839934Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0840779Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0842113Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0842962Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0844213Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0845588Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0847107Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0848176Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0849159Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0850433Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0851149Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0853151Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0853708Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0854913Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0855954Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0857385Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0858408Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0859677Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0860688Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0862051Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0863436Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0864143Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0865517Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0866783Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0868173Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0869345Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0870780Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0871973Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0873034Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0874441Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0875715Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0877030Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0878219Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0879619Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0880930Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0881707Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0883399Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0884293Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0885354Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0887178Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0887908Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0889473Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0890123Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0891359Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0893095Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0894127Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0895166Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0896289Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0898086Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0899268Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0900291Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0901793Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0902957Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0904140Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0905390Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0906612Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0908006Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0909231Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0910511Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0911871Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0913000Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0914388Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0915519Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0916902Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0918081Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0919320Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0920800Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0922230Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0923259Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0924445Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0925675Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0926793Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0928815Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0929727Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0931028Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0932007Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0933333Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0934585Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0935422Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0936792Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0938094Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0939109Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0940342Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0941422Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0942720Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0944219Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0945495Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0946331Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0947830Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0948809Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0950148Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0951230Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0952625Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0953598Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0954908Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0956033Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0957327Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0958298Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0959599Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0960899Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0961849Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0963089Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0964276Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0965478Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0966892Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0967842Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0969091Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0970265Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0971638Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0972852Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0973961Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0975161Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0976922Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0978215Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0979488Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0980385Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0981812Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0982786Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0984052Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0985000Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0986170Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0987413Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0988516Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0989797Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0990784Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0992125Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0993792Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0994768Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0996030Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0996964Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.0998653Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1000454Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1001004Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1001722Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1002593Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1004632Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1005514Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1007342Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1008100Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1009798Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1010743Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1012170Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1013019Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1014386Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1015549Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1016800Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1018019Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1019450Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1020696Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1021842Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1022725Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1024511Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1025336Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1027048Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1027779Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1029228Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1030430Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1031637Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1032818Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1034368Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1035459Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1036902Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1037991Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1039449Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1040511Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1042035Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1043014Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1044647Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1045512Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1047521Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1048229Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1050180Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1050899Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1053456Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1053926Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1054430Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1056534Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1057501Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1059362Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1060040Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1061528Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1062538Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1064320Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1065184Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1066786Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1068032Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1069444Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1070357Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1071824Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1073321Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1074158Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1075915Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1076478Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1078286Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1079796Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1080600Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1082026Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1083219Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1084596Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1085845Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1087238Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1089204Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1090352Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1091825Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1092707Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1094314Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1095308Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1096780Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1097904Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1100133Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1100417Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1101797Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1102727Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1104256Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1105759Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1106723Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1108146Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1109413Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1110710Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1112128Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1113454Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1114290Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1115617Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1116945Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1117775Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1119491Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1120151Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1121128Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1122407Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1123758Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1124644Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1126195Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1127276Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1129500Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1129967Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1130673Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1131788Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1132680Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1133867Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1135277Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1136903Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1137732Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1138949Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1140199Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1141398Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1142526Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1143671Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1145074Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1146035Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1147765Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1149087Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1150118Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1151158Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1152638Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1153981Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1155099Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1157213Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1157861Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1158440Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1160401Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1160843Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1161825Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1163827Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1164808Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1166356Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1168063Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1169442Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1171355Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1172545Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1174007Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1175727Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1176956Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1178753Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1180006Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1181632Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1183017Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1184473Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1185974Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1187627Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1189517Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1190779Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1192214Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1193760Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1195257Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1197065Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1198308Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1199946Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1201267Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1202955Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1204152Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1206116Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1207292Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1208865Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1210188Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1212170Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1213284Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1215013Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1216146Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1217774Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1219113Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1220710Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1222323Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1223833Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1225126Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1227588Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1228611Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1229962Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1231560Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1232907Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1234526Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1236072Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1237431Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1239027Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1240703Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1242092Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1243454Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1245133Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1246726Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1249392Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1250291Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1251939Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1253309Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1254984Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1256154Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1257980Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1259839Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1260964Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1262508Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1264169Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1265826Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1266987Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1268685Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1270373Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1271629Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1273109Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1274670Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1276162Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1277828Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1279049Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1280795Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1282351Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1283571Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1284938Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1286975Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1288261Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1289586Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1291263Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1292399Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1294143Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1295492Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1297189Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1298856Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1300222Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1301852Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1303306Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1304566Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1306399Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1307557Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1309321Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1310522Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1311969Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1313643Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1314899Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1317030Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1317984Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1319367Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1320975Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1322410Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1324670Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1325617Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1327227Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1328797Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1329905Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1331534Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1332292Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1333916Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1334879Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1336254Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1337481Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1338873Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1340026Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1341954Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1342655Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1344151Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1345326Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1346804Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1348129Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1349243Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1350972Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1351715Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1353673Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1354182Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1355704Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1356650Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1358184Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1359315Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1360924Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1361887Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1363338Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1364325Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1365947Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1367073Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1368504Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1369608Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1370976Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1372427Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1373907Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1374917Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1376375Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1377725Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1379017Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1380184Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1381486Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1382774Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1383924Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1385299Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1386591Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1387902Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1389103Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1390721Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1391739Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1393290Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1394108Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1396177Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1397064Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1398572Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1399541Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1401077Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1402132Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1403461Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1405004Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1406278Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1408739Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1409537Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1411129Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1412050Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1413502Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1414863Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1415795Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1417572Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1418306Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1419945Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1420721Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1422693Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1423567Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1424863Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1425878Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1427342Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1428791Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1429794Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1431134Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1432647Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1433496Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1435382Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1436339Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1437699Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1439207Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1440315Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1441946Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1443149Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1445038Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1446372Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1448035Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1449254Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1451171Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1452196Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1453842Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1455181Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1456977Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1458118Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1459787Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1460988Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1462813Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1463969Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1465714Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1466899Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1468867Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1470007Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1471860Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1473242Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1474502Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1476288Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1477444Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1479201Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1480409Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1482179Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1483251Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1485124Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1486407Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1488754Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1489719Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1491403Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1493087Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1494411Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1495964Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1497215Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1499582Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1500425Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1502118Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1503515Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1505374Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1506545Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1508387Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1509591Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1511248Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1512726Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1514111Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1515844Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1517118Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1518801Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1520295Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1521700Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1523136Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1524768Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1526235Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1527987Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1529659Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1531552Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1532089Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1533443Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1535209Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1536614Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1538122Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1539443Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1541069Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1542377Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1544206Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1545394Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1547154Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1548414Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1550166Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1551569Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1552887Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1554539Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1555829Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1557686Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1558751Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1560314Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1562016Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1563255Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1564896Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1566301Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1568122Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1569452Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1571054Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1572390Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1573281Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1574764Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1575690Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1577696Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1578456Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1580176Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1581059Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1582482Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1583409Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1585703Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1586314Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1587864Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1588616Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1589539Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1591580Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1592254Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1592996Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1594278Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1595811Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1596705Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1598449Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1599009Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1600374Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1601529Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1602625Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1603782Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1604881Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1606137Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1607391Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1609055Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1610295Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1611426Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1612403Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1613928Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1614798Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1616208Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1617153Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1618768Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1619564Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1620654Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1621697Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1623085Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1623919Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1625375Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1626575Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1627954Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1629102Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1630038Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1631466Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1632426Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1633739Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1634533Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1635764Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1636904Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1637803Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1640162Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1640618Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1641610Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1642448Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1643503Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1644958Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1645822Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1646900Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1648386Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1649338Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1650543Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1651556Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1652913Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1654245Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1655396Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1656725Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1657983Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1658940Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1660554Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1661412Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1662981Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1663853Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1665275Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1666765Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1668317Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1669267Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1670855Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1671748Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1673298Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1674243Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1675847Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1676703Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1678012Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1679366Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1680214Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1681779Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1682587Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1683577Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1684831Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1685820Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1687216Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1688280Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1689583Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1690565Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1692145Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1693056Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1694131Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1695610Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1696529Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1697868Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1699105Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1699896Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1701576Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1702566Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1704205Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1705121Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1706328Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1707565Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1709019Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1710539Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1711474Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1713148Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1713939Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1715641Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1716232Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1717536Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1718865Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1719778Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1721083Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1722474Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1724443Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1724706Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1725717Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1727081Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1728569Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1729514Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1730420Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1731590Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1733292Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1734067Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1735382Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1736222Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1737443Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1738506Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1739618Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1740714Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1741783Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1743208Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1744220Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1745310Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1746418Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1747536Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1748610Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1749670Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1750728Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1751760Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1752791Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1753951Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1754988Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1755949Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1757009Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1758048Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1759184Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1760178Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1761252Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1762284Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1763440Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1764411Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1765461Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1766928Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1768486Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1769607Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1770728Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1771873Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1773046Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1774142Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1775230Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1776372Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1777623Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1778762Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1779938Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1781373Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1782566Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1783619Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1785272Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1786505Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1787624Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1788861Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1790259Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1791265Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1792467Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1793825Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1794923Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1810736Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1811449Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1811968Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1813441Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1813902Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1814365Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1814795Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1815105Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1815553Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1815967Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1816332Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1816692Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1816980Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1817316Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1817746Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1818129Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1818477Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1818964Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1819539Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1819942Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1821539Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1847270Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1847754Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1848172Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1848599Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1849163Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1849578Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1850051Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1850462Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1850875Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1851146Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1851474Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1851999Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1852382Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1852635Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1853004Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1853264Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1853521Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1853895Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1854297Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1854597Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1854835Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1855156Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1855636Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1856014Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1856296Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1856629Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1857252Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1858064Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1858365Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1859436Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1861010Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1862592Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1864099Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1865601Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1867311Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1868916Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1870444Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1871978Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1873681Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1875432Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1876855Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1878376Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1879998Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1881518Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1883160Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1884761Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1886628Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1888793Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1889540Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1891557Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1892496Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1893488Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1894859Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1896711Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1898128Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1899449Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1901228Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1902433Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1904188Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1905665Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1907411Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1909753Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1910937Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1912420Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1913943Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1915634Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1916870Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1918240Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1919964Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1921201Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1922931Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1924313Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1926221Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1927427Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1930177Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1931223Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1932478Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1934074Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1935439Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1937246Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1938315Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1939920Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1941335Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1943160Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1944332Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1945796Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1947227Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1949062Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1950343Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1951999Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1953376Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1954856Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1956404Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1957720Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1959223Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1960841Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1962073Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1963652Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1965059Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1966482Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1967802Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1969236Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1970233Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1971478Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1973170Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1973992Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1975571Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1976558Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1978152Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1979223Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1980771Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1982094Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1983386Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1984946Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1985910Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1987429Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1988760Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1990242Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1991130Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1992573Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1993755Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1994941Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1996164Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1996982Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.1998702Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2000095Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2001780Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2002059Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2003229Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2004491Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2005375Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2006518Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2007470Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2008770Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2009771Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2010556Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2011889Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2013193Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2013797Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2015395Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2016697Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2017661Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2019126Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2020051Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2021676Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2022928Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2023959Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2024853Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2026205Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2026885Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2027965Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2029241Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2030139Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2031480Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2032820Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2033562Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2034868Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2035890Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2037044Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2037901Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2039024Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2040043Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2041112Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2042434Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2044342Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2044754Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2046310Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2047396Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2049132Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2049854Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2051439Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2052412Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2053962Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2055251Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2057134Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2057656Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2059373Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2060343Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2061651Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2063048Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2064820Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2066209Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2067471Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2068944Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2070596Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2071910Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2073495Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2074940Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2076492Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2078790Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2079871Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2081385Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2082603Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2084204Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2085585Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2087601Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2090083Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2091128Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2092461Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2094174Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2095505Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2097202Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2098404Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2100077Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2101295Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2103114Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2104341Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2106205Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2107585Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2109436Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2110767Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2112659Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2114018Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2115317Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2117026Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2118160Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2119821Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2121489Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2122833Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2124235Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2126309Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2127345Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2129051Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2130285Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2131964Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2133282Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2135016Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2136347Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2138002Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2139294Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2141066Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2142472Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2143871Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2145285Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2146964Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2148280Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2149946Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2151259Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2152905Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2154395Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2155828Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2157204Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2159115Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2160265Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2161988Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2163233Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2164855Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2166493Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2168219Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2169574Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2171008Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2172704Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2174171Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2176510Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2177610Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2179274Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2180561Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2181968Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2183665Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2184886Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2186591Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2187843Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2189584Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2190989Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2192720Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2193916Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2195582Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2196808Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2198651Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2200002Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2201577Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2202891Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2204587Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2205894Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2207502Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2209348Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2210787Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2212335Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2213648Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2215394Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2216662Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2218412Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2219867Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2221444Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2222782Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2224437Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2225669Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2227529Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2228740Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2230384Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2231667Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2233583Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2234896Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2236132Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2237801Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2239038Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2241092Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2242106Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2243790Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2245009Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2246946Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2248350Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2249640Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2250871Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2251716Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2253107Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2254393Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2255325Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2256481Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2257720Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2258977Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2260208Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2261297Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2262511Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2263651Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2264602Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2266137Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2267347Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2268565Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2269990Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2271353Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2272393Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2273663Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2274705Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2276037Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2277244Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2278211Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2279429Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2280568Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2281686Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2283041Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2284508Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2285857Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2287881Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2288702Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2290464Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2291337Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2292968Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2293772Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2295390Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2296307Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2298294Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2298978Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2301595Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2302193Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2303199Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2304463Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2306428Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2307041Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2308728Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2309889Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2311112Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2312427Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2313518Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2314423Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2315623Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2316566Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2317909Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2318769Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2319943Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2321548Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2322401Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2323494Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2324764Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2325830Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2327172Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2327942Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2329041Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2330153Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2331101Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2332420Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2333588Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2335008Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2335897Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2336976Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2337923Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2339219Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2339997Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2341326Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2342156Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2343467Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2344894Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2346027Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2347121Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2348554Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2349428Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2350799Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2352107Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2352998Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2354429Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2355026Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2356292Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2357695Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2358510Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2360012Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2360996Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2362338Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2363185Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2364360Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2365550Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2366638Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2368131Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2369300Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2370476Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2371451Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2372913Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2373625Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2376207Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2376687Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2377918Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2379239Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2380978Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2382707Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2383890Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2385635Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2386807Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2388718Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2390655Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2391651Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2393386Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2394546Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2396002Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2397690Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2399301Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2400586Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2402377Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2403548Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2405206Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2406642Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2409418Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2410246Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2411578Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2413279Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2414520Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2416208Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2417487Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2419177Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2420539Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2422256Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2423524Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2424911Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2426529Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2427961Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2429504Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2431380Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2433394Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2434707Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2436525Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2437771Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2439538Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2440582Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2442376Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2443801Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2445650Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2446904Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2448730Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2449891Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2451576Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2452822Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2454534Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2455798Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2457479Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2458946Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2460298Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2462006Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2463354Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2464695Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2466350Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2467552Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2469383Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2470757Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2472201Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2473576Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2475213Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2476557Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2478406Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2479709Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2481039Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2482521Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2483963Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2485859Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2487112Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2489019Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2490147Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2491836Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2493052Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2494708Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2495934Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2497545Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2498846Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2500625Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2502091Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2503477Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2505026Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2506398Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2508165Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2509321Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2511062Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2512608Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2513807Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2515558Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2516762Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2518511Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2519674Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2521415Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2522652Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2524490Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2525948Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2528330Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2529401Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2530989Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2532336Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2534102Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2535711Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2536998Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2538607Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2540518Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2541513Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2542877Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2544614Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2545972Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2547359Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2549170Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2550455Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2552271Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2553518Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2555333Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2556443Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2558175Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2559505Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2560872Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2562591Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2563916Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2565653Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2567014Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2569826Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2570576Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2572280Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2573404Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2575016Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2576339Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2578026Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2579758Z copying torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2581054Z copying torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2582728Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2583957Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2585540Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2587407Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2588967Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2590204Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2591847Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2593309Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2595097Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2596395Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2597723Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2599388Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2600832Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2602194Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2603700Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2605110Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2606923Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2608220Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2609614Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2611250Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2612799Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2614096Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2615833Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2617015Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2618691Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2620036Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2621685Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2622946Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2624775Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2626728Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2627979Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2629815Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2631023Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2632721Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2633953Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2635578Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2637486Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2638561Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2640270Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2641632Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2643303Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2644681Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2646308Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2647714Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2649634Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2650788Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2652271Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2653725Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2655407Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2656702Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2658387Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2659599Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2661373Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2662637Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2664319Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2665586Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2667284Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2668658Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2670316Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2671666Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2673460Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2674890Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2676361Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2677646Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2679164Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2680582Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2682323Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2683707Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2685392Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2686812Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2688349Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2689926Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2691497Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2693104Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2694001Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2695246Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2696818Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2697830Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2699623Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2700299Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2702070Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2703634Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2705022Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2705822Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2706983Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2707880Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2709165Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2710048Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2711404Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2712379Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2713341Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2714478Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2715562Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2717126Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2718052Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2719071Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2720086Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2721363Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2722256Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2723394Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2725041Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2725905Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2727537Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2728251Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2729476Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2730365Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2732160Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2732986Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2733839Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2734934Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2736098Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2737443Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2738546Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2739349Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2740664Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2741611Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2743296Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2744151Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2745255Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2746261Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2747814Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2748627Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2750340Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2751071Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2752631Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2753434Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2754862Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2755660Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2758241Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2758672Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2759523Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2760609Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2761966Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2763084Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2764041Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2765261Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2767093Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2768511Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2769795Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2771043Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2772272Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2773304Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2774597Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2775871Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2776987Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2777948Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2779227Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2780174Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2781723Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2782540Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2783661Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2784874Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2786676Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2787560Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2788466Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2789611Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2790696Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2792387Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2793486Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2794723Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2795922Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2796959Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2797995Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2799046Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2800418Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2801380Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2802790Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2803791Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2805202Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2806360Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2807321Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2808664Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2810070Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2811255Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2812212Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2813499Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2814833Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2815703Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2817517Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2818465Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2819951Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2820791Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2821678Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2822653Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2823920Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2824979Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2826108Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2827128Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2828387Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2829349Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2830674Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2831532Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2832789Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2833751Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2835325Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2835944Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2837615Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2838356Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2839877Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2840971Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2842196Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2843468Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2844518Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2846279Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2848224Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2848637Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2849521Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2850543Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2851861Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2852815Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2854121Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2855323Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2856484Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2857979Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2859344Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2860796Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2861815Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2863283Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2864336Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2865345Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2866511Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2868221Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2869266Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2870563Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2871801Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2872836Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2873970Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2875163Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2876527Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2877542Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2878729Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2879924Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2881080Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2882116Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2883549Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2884411Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2885639Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2887275Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2888233Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2889498Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2890881Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2891604Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2893145Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2894233Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2895554Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2896911Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2897836Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2898910Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2900516Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2901412Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2902415Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2903399Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2904438Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2905440Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2906621Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2907662Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2909270Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2910203Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2911164Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2912479Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2913738Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2914888Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2915777Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2917186Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2918269Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2919649Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2920936Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2921894Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2923205Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2924465Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2925647Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2926822Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2928273Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2929507Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2930849Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2931691Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2934005Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2934299Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2935709Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2936571Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2938119Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2939354Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2940728Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2941632Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2943107Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2944785Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2946784Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2947175Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2948365Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2949389Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2950527Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2951509Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2952664Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2953848Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2955269Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2956246Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2957842Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2958999Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2960312Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2961393Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2962900Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2964062Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2965142Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2966702Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2968728Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2969431Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2970530Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2971740Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2972888Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2973945Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2975229Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2976276Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2977536Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2978553Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2979601Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2980925Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2982131Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2983713Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2984565Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2985825Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2987127Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2988347Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2989336Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2990380Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2991882Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2993216Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2994276Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2995647Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2996732Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2997916Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.2999212Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3000695Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3001744Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3003062Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3003957Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3005041Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3006779Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3007727Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3009175Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3010245Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3011228Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3012595Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3013586Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3015067Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3016000Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3017699Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3018711Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3020094Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3020764Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3022851Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3023890Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3024544Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3025970Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3027169Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3028622Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3030029Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3030646Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3032149Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3033731Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3034781Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3035729Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3037157Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3038119Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3039449Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3040823Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3042756Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3043850Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3045884Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3047132Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3048959Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3050148Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3051730Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3053313Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3054816Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3056063Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3057281Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3058695Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3060818Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3062115Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3063745Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3065023Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3066620Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3068195Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3069543Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3071173Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3072485Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3074089Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3075481Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3077051Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3078751Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3080188Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3081484Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3083047Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3084587Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3086415Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3087855Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3089321Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3090630Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3092135Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3093537Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3095076Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3096407Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3098254Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3099585Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3100913Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3102554Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3104473Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3105020Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3105751Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3106943Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3108150Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3109445Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3110794Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3112446Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3113747Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3115022Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3116133Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3117340Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3118718Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3119868Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3121238Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3122658Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3123759Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3125111Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3126425Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3128188Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3129402Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3130636Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3131840Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3133164Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3134291Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3135536Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3136721Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3138050Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3139262Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3140427Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3141707Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3142989Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3144106Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3145354Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3146539Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3147768Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3149037Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3150364Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3151551Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3152935Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3154293Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3155627Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3156917Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3158298Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3159234Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3160426Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3161497Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3162730Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3163801Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3165112Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3166294Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3167490Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3168518Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3169681Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3170726Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3171939Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3172972Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3174314Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3175314Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3176315Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3177347Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3178708Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3179825Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3181225Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3182548Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3183473Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3184676Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3185697Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3186915Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3187997Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3189003Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3190478Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3191556Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3192565Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3193862Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3194860Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3195923Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3197112Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3198077Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3199092Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3200171Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3201304Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3202435Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3203640Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3204683Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3205699Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3206883Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3207827Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3209551Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3210047Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3211148Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3212598Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3213482Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3214802Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3215848Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3217094Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3218304Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3219380Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3220549Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3221797Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3222926Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3224069Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3225279Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3226594Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3227682Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3229111Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3230303Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3231578Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3232801Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3233938Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3235213Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3236329Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3237583Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3238876Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3239919Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3241043Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3242232Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3243376Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3244596Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3245966Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3247872Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3248844Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3250302Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3251441Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3252865Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3253977Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3255419Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3256527Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3258207Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3259152Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3260597Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3261955Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3263282Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3264235Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3265633Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3267137Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3268352Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3270037Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3271076Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3272396Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3273726Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3275055Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3276281Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3277801Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3278793Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3279607Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3281687Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3281959Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3283727Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3284525Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3286284Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3287122Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3289165Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3290126Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3291637Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3292836Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3293905Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3295273Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3296393Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3297775Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3298908Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3299835Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3301388Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3302437Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3303640Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3304597Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3306008Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3307116Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3308207Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3309633Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3311062Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3312433Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3313393Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3314817Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3316255Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3317072Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3318535Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3319716Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3320713Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3322109Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3323589Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3324500Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3326156Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3327034Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3328316Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3329716Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3330794Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3332200Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3333409Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3334618Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3335874Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3337150Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3338443Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3339644Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3340553Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3342120Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3342905Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3344364Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3345188Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3346914Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3348176Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3349813Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3350548Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3352002Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3352924Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3354149Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3355578Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3356693Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3358162Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3359397Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3360507Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3361772Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3363083Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3364026Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3365503Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3366712Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3367831Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3369450Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3370334Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3371464Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3372962Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3374198Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3375580Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3376683Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3378054Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3379809Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3381100Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3382641Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3384002Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3385571Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3386953Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3388725Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3390064Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3391676Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3393011Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3394587Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3395991Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3397582Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3398920Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3400619Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3402119Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3403410Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3405005Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3406494Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3408375Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3409569Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3411230Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3412544Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3414183Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3415560Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3417212Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3418387Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3419750Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3420642Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3422130Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3423274Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3424822Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3425839Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3427368Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3428938Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3430287Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3432016Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3433456Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3435701Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3436770Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3438411Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3439608Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3441166Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3442577Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3443967Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3445548Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3447105Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3449051Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3450252Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3451819Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3453208Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3454786Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3455758Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3457626Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3458737Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3460106Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3460961Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3462301Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3463202Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3464666Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3465685Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3466983Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3468188Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3469593Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3470834Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3471871Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3473156Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3474508Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3475740Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3476970Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3478247Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3479493Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3480690Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3481825Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3483035Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3485171Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3485430Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3486993Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3488406Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3489986Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3490701Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3492413Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3493393Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3494162Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3496181Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3496901Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3497872Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3499751Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3500842Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3502413Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3503787Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3505496Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3506755Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3508379Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3510018Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3511537Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3512871Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3514268Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3515831Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3517212Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3518785Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3520478Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3522518Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3523870Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3525258Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3526763Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3528431Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3529832Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3531566Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3532917Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3534261Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3536120Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3537431Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3538765Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3540410Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3541744Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3543367Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3544626Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3546371Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3547643Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3549541Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3550860Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3552466Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3554044Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3555683Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3556986Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3558568Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3560120Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3561510Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3563137Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3564480Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3566322Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3567507Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3569271Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3570749Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3572113Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3573695Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3575247Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3576643Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3578322Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3579612Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3581231Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3582558Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3584336Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3585552Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3587173Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3588896Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3590464Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3591781Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3593455Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3594910Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3596306Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3597809Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3599190Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3600602Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3601582Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3603483Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3604360Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3605900Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3606836Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3608514Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3609485Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3611022Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3612028Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3613035Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3614092Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3615777Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3616737Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3618247Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3619219Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3620520Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3621743Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3622992Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3623976Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3624849Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3626155Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3627518Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3628882Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3629657Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3631046Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3632349Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3633581Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3634888Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3635864Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3637037Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3638462Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3640001Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3641146Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3642120Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3643629Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3645092Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3646273Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3647337Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3648668Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3649707Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3650978Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3652251Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3653299Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3654973Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3655770Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3657205Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3657872Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3659619Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3660459Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3661461Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3662786Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3664199Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3665363Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3666616Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3667946Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3669249Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3670525Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3672017Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3672655Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3674907Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3675384Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3676175Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3677820Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3678433Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3680170Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3680964Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3682229Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3683412Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3685603Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3686466Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3688486Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3689025Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3689889Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3691290Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3692086Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3693736Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3694835Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3696132Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3697356Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3698627Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3699464Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3701076Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3701964Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3703406Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3704202Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3705852Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3707043Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3707935Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3709348Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3710311Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3712031Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3712793Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3713740Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3714853Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3715798Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3717131Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3717997Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3719268Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3720121Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3721298Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3722457Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3723585Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3725113Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3726439Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3727822Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3728901Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3729878Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3730903Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3732244Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3733132Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3734847Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3735810Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3737155Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3738402Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3739638Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3740905Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3742135Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3743347Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3744616Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3745922Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3747328Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3748513Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3749807Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3751012Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3752264Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3753472Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3754720Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3756207Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3757159Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3758771Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3759159Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3760686Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3761474Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3762946Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3764326Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3765354Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3767105Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3768725Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3770063Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3771868Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3772682Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3773677Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3775108Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3775935Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3777295Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3778219Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3779323Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3780611Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3781939Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3783290Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3784170Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3785549Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3786502Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3787871Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3788978Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3790296Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3791291Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3792657Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3793604Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3794752Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3795906Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3796760Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3798190Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3799112Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3800524Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3801775Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3802967Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3804153Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3805066Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3806859Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3807817Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3808891Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3810494Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3811763Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3813004Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3813985Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3815453Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3816426Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3817785Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3819409Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3820951Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3821832Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3823462Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3824348Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3825795Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3826678Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3828255Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3829156Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3830212Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3831494Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3832475Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3833594Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3834671Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3835619Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3836662Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3837791Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3838777Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3840080Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3841359Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3842259Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3843902Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3844950Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3846267Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3848128Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3849908Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3850880Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3851978Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3852700Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3854313Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3855319Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3856644Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3857816Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3859140Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3860114Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3861783Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3862678Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3864254Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3865309Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3867092Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3868245Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3869283Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3870688Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3871755Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3872759Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3874041Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3875218Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3876518Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3877539Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3879189Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3880433Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3881702Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3882739Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3883769Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3885109Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3886390Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3887454Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3889141Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3890239Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3891838Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3892801Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3894287Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3895419Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3896234Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3897382Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3898587Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3899766Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3900827Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3902083Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3903157Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3904385Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3905401Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3906509Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3907547Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3909123Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3910175Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3911282Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3912897Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3913876Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3914878Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3916418Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3917589Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3919052Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3920206Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3921392Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3922707Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3923788Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3925160Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:59:23.3927361Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip 2022-11-23T00:59:23.3928019Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:59:23.3928813Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:59:23.3929623Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:59:23.3930678Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:59:23.3931700Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:59:23.3933041Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:59:23.3933584Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:59:23.3934533Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:59:23.3935612Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:59:23.3936545Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:59:23.3937560Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3938062Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3939456Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3940688Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3941736Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3943194Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3943869Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3945340Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3946358Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3948013Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3949308Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3950448Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3951944Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3953156Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3954167Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3955764Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3956732Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3958485Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3959036Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3959814Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3960940Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3962666Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3963345Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3965334Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3966214Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3967018Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3968666Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3969837Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3970966Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3972302Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3982901Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3984097Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3984993Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3986382Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3987342Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3989609Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3990639Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3992457Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3992992Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3993907Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3994939Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3996523Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3997382Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3998382Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.3999628Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4000611Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4001704Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4002776Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4003756Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4005210Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4006135Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4007562Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4008432Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4009480Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4010659Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4011666Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4012651Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4013759Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4014815Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4015940Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4017143Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4018278Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4019486Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4020602Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4021683Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4022827Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4023920Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4025309Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4026319Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4027402Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4028560Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4029706Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4030856Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4032477Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4033521Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4034342Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4035771Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4036741Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4037838Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4038639Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4039723Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4040830Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4042663Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4043169Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4044110Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4045224Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4046989Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:59:23.4047771Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4048218Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4049559Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4050413Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4051760Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4052642Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4053965Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4055286Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4056222Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4057932Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4058794Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4059889Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4060852Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4061853Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4062743Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4064451Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4065199Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4066257Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4067312Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4068300Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4069849Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4070640Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4071781Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4072987Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:59:23.4074821Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4075417Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4076450Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4077584Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4079045Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4079983Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4082015Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4082740Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4085513Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4086510Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4088833Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4090217Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4091088Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4094708Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4095587Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4096732Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4097923Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4099563Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4100921Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4102512Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4104003Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4105322Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4106633Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4107956Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4109447Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4110988Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4112359Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4113767Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4115156Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4116594Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4118066Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4119363Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4120799Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4123713Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4124860Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4126802Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4129820Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4130763Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4131930Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4133432Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4134908Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4137785Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4138847Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4140459Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4142099Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4143277Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4145594Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4146835Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4148778Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4149973Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4152726Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4154412Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4157397Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4158653Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4159957Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:59:23.4160912Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:59:23.4161828Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:59:23.4162909Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:59:23.4163888Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:59:23.4166128Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:59:23.4167220Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:59:23.4168221Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:59:23.4168938Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4169586Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4171050Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4173122Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4173673Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4174499Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4175673Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4176758Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4177940Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4179150Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4180213Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4181410Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4182483Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4183472Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:23.4184592Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-11-23T00:59:23.4185553Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-11-23T00:59:23.4186521Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-11-23T00:59:23.4187346Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2 2022-11-23T00:59:23.4188193Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:59:23.4188968Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:59:23.4190083Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:59:23.4191599Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:59:23.4192192Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:59:23.4193293Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:59:23.4194461Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:59:23.4195332Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:59:23.4196408Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10 2022-11-23T00:59:23.4196869Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:59:23.4197420Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:59:23.4198080Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:59:23.4199538Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:59:23.4200971Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4201377Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4202477Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4203573Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4204407Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4206959Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4207861Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4208932Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4209997Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4211331Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4212539Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4214171Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4217085Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4221004Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4222241Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4223795Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4225441Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4226975Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4228692Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4231020Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4232228Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4233555Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4235048Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4236445Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4237752Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4239007Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4240462Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4241710Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4243312Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4244861Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4246434Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4247825Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4249245Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4250560Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4251932Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4253380Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4254852Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4256108Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4257438Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4260073Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4261317Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4262659Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4263940Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4265293Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:59:23.4266655Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:59:23.4267485Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:59:23.4269105Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:59:23.4269851Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:59:23.4271668Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:59:23.4272383Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:59:23.4274355Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:23.4275133Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:23.4275917Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:23.4276833Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:23.4277889Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:23.4279040Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:23.4280310Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:59:23.4281046Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:59:23.4281955Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:59:23.4282968Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:59:23.4284435Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:59:23.4285550Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:59:23.4287435Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:59:23.4288499Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:59:23.4289637Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:59:23.4290518Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:59:23.4291747Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:59:23.4292727Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:59:23.4293795Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:59:23.4294914Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4295562Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4296934Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4297915Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4299155Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4300230Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4301520Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4302403Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4303522Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4304730Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4305943Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4307212Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4308498Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4309676Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4310940Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:59:23.4311923Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4312579Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4314086Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4315211Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4316163Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4317253Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4318432Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4319143Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4320261Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4321360Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4322370Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4323492Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4324859Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4325871Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4327265Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4328870Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4331551Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4332473Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4333124Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4334161Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4334944Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4335878Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4336846Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4337658Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4338735Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4339734Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4340899Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4342781Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4343523Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4344313Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4345670Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4346660Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4348009Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4361534Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4362395Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4363162Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4363963Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4364672Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4365424Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4366188Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4366993Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4367444Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4368267Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4368731Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4369547Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4370113Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4371022Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4371802Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4372308Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4373112Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4373602Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4374422Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4374977Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4375710Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4376296Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4377094Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4377751Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4378383Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4379135Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4379930Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4380743Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4381648Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4383613Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4384579Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4385713Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4386764Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4388008Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4389628Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4390901Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4391769Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4393183Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4394416Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4395831Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4397143Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4398054Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4399294Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4400380Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4401445Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4403012Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4404032Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4405187Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4406811Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4407863Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4408796Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4409804Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4410900Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4412803Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:59:23.4413785Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4414285Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4415494Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4416628Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4417724Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4418844Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4420249Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4421193Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4422573Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4423336Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4424451Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:59:23.4426328Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-11-23T00:59:23.4426908Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-11-23T00:59:23.4427748Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-11-23T00:59:23.4429161Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:59:23.4429804Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:59:23.4430660Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:59:23.4431522Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:59:23.4432816Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:59:23.4433975Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:59:23.4435066Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4435577Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4436653Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4437713Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4438844Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4439759Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4440757Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4442212Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4443898Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4444387Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4445839Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4446494Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4447167Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4448039Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4449126Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4450199Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4451330Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4452412Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4453590Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4455126Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4456218Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4457454Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4458619Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4459588Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4461530Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4462124Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4462826Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4463887Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4464902Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:59:23.4466775Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api 2022-11-23T00:59:23.4467281Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include 2022-11-23T00:59:23.4467763Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4468621Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4469406Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4471308Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4471938Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4472936Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4473913Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4475249Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4476263Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4477316Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4478886Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4479748Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4481548Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4482557Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4483473Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4486125Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4486578Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4487335Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4489430Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4490294Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4492017Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4493264Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4494655Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4495751Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:23.4497247Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:23.4498315Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:23.4499356Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:23.4500698Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:23.4502013Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:23.4503423Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:23.4504967Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:23.4506264Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:23.4507651Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:23.4509305Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:59:23.4509980Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:59:23.4511517Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:59:23.4512908Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:59:23.4514247Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:59:23.4514788Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:59:23.4516366Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:59:23.4517668Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:59:23.4519342Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:59:23.4520294Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:59:23.4521570Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:59:23.4523068Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:59:23.4523917Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:59:23.4525328Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:59:23.4526164Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:59:23.4527609Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:59:23.4528418Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:59:23.4529072Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:59:23.4530243Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:59:23.4531375Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:59:23.4533161Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:59:23.4533794Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:59:23.4534639Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:59:23.4535629Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:59:23.4537533Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:59:23.4538019Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:59:23.4539068Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:59:23.4540274Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:59:23.4541345Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:59:23.4542561Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:59:23.4543560Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:59:23.4544257Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:59:23.4545498Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:59:23.4546456Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:23.4547261Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:23.4548215Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:23.4549507Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:23.4553087Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:23.4553440Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:23.4553788Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:23.4554685Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:23.4555974Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:23.4557360Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:23.4558335Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4558883Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4560693Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4561658Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4562815Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4564115Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4565752Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4566870Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4567707Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4569673Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4570087Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4571146Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4572868Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4573271Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4574483Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4575840Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4576907Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:23.4578095Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4578521Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4580194Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4581159Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4582362Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4583292Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4584334Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4585452Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4586521Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4587821Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4588783Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4589918Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4591670Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4592457Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4593518Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4594663Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4596232Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4597632Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4598381Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4599689Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4601104Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4602165Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:23.4603439Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4603985Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4605465Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4607671Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4608451Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4609574Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4610719Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4612537Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4613287Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4614564Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4615774Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4616510Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4617838Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4618997Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4620212Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4621250Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4622589Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4623649Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4625145Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4626132Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4627746Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4629075Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4630235Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4631499Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:23.4632863Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4633239Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4634507Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4636332Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4636851Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4638046Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4638964Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4640243Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4641497Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4642495Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4643505Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:23.4644273Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T00:59:23.4644900Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T00:59:23.4646578Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:59:23.4646920Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:59:23.4649042Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:59:23.4649925Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:59:23.4650798Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:23.4651195Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:23.4652769Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:23.4654018Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:23.4655363Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:23.4656589Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:23.4658173Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:23.4659128Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:23.4660021Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:23.4661366Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:59:23.4662162Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:59:23.4663153Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:59:23.4664082Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:59:23.4665003Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:59:23.4667092Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:59:23.4667581Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:59:23.4668412Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:59:23.4669845Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4670585Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4671990Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4672937Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4674194Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4675585Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4676668Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4678117Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4679088Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4680192Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4681893Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4683068Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4684121Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4685224Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4686516Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4687755Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4689370Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4690308Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4691682Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4692835Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4694103Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4695159Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4696296Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4697303Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4698595Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4699561Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4701984Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4702411Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4702916Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4704335Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4704947Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4706398Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4707543Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4708577Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4709600Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4710583Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4712206Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4714948Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4715408Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4715738Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4716436Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4718040Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4719255Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4719936Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4721514Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4722474Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4723334Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:59:23.4724818Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:23.4725187Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:23.4727000Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:23.4728105Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:23.4729149Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:23.4730175Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:23.4731162Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:23.4732594Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:59:23.4732927Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:59:23.4734187Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:59:23.4735221Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:59:23.4738017Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:59:23.4739540Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:23.4740252Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:23.4741366Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:23.4743387Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:23.4743843Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:23.4744617Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:23.4745395Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:23.4747007Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4747301Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4748566Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4749487Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4750478Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4751491Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4752516Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4753835Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4754712Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4756312Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4756907Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:59:23.4758165Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed 2022-11-23T00:59:23.4758463Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4759136Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4760485Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4761442Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4762705Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4763446Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4764517Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4766102Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4766623Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4768124Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4769136Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4771131Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4771849Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4773157Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4774234Z copying torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4775212Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4776539Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4777524Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4779034Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4780119Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4781184Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4782681Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4783604Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4784959Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4785838Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4787163Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4788356Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4789341Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4790440Z copying torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4791864Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4792649Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4794447Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4795358Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4796994Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4797781Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4799176Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4800528Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4801519Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4802818Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4804391Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4805282Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:23.4807055Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4807441Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4808972Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4810696Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4811243Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4812225Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4813260Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4814282Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4815239Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4816460Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4817387Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4818613Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4819595Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4820903Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4822101Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4823301Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4824568Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4825872Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4826897Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4827842Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4829273Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4830367Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4831185Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4832448Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4833599Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4834926Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4835793Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4836738Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:23.4837916Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:59:23.4838463Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:59:23.4839576Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:59:23.4840616Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:59:23.4841906Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:23.4842485Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:23.4843739Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:23.4844886Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:23.4846100Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:23.4847167Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:23.4848245Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:23.4849243Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:23.4850278Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:23.4851466Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:23.4852429Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4852970Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4854337Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4855676Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4856506Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4857841Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4858980Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4859971Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4861103Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4862227Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4863246Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4864948Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4866630Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4867577Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4869089Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4870123Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4871338Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4872412Z copying torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4873649Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4874453Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4875916Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4876780Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4877735Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4878761Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4879788Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4880990Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4881795Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4882786Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4883948Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4885134Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4886199Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4887628Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4888554Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4889548Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4890734Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4891710Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4892720Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4893943Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4894867Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4896079Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4897210Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4898366Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4899333Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4900764Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4901732Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4902880Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4904438Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4905629Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4906848Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4907808Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4910008Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4910717Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4911691Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4912728Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4914049Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4914796Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4915800Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4916800Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4917783Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4919169Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4919876Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4921156Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4922085Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4923012Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4924787Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4925734Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4926930Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4927853Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4929246Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4930441Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4931213Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4932741Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4933641Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4934891Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4936128Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4938043Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4939011Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4939922Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4941002Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4942339Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4943182Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4944455Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4945421Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4946349Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4948003Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4948769Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4951074Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:23.4951544Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:23.4952242Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:23.4953398Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:23.4954351Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:23.4955482Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:23.4956734Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:23.4957940Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:23.4959044Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:23.4960602Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:23.4961472Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:23.4962694Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:23.4963133Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:23.4964649Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:23.4965811Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:23.4967333Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:23.4968881Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:23.4970355Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4970698Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4971870Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4972866Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4974672Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4975688Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4976828Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4978137Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4979413Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4981218Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4982296Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4983677Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4985460Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4986625Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4988441Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4989829Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4991217Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4992957Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4994247Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4995577Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4996947Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.4998866Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5000229Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5001959Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5003195Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5004559Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5006151Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5007417Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5008840Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5010249Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5011589Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5012987Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:23.5014210Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5015303Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5016637Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5018365Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5019526Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5020867Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5023151Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5024172Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5025411Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5026822Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5028224Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5029948Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5031207Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:23.5032774Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5033340Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5034829Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5036118Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5037932Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5039004Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5040428Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5041797Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5043231Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5044590Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5045812Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5047383Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5049133Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5050473Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5052250Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5053734Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5054715Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5056270Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5057788Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5059043Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5060418Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5061827Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5063346Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5064734Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5066186Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5067981Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5069385Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5070774Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5072732Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:23.5073841Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:59:23.5074669Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:59:23.5076047Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:59:23.5077466Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:59:23.5078588Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:59:23.5080232Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:59:23.5081357Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5082197Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5083184Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5084680Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5085708Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5086863Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5088145Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5089843Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5090606Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5091689Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5092933Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5094644Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5095473Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5097289Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5099216Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5099963Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5101531Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5102361Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5103706Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5104837Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5106206Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5107375Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5108606Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:23.5110038Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5110462Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5112039Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5112857Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5114392Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5116083Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5116743Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5117741Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5118658Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5119857Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5120783Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5122087Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5123076Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5124256Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5125584Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5127165Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:59:23.5128630Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5128943Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5130340Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5131159Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5132753Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5133615Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5134994Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5135974Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5136951Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5137939Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5139258Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5140616Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5141471Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5142525Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5143788Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5144729Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5145796Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5146799Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5148250Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5149257Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5150333Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5151426Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5152479Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:23.5153758Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing 2022-11-23T00:59:23.5154384Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing 2022-11-23T00:59:23.5155467Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing 2022-11-23T00:59:23.5157153Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5157565Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5158028Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5159430Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5160311Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5161444Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5162434Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5163537Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5164607Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5166118Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5167005Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5169471Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5170517Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5172032Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5172644Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5175097Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5175492Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5176595Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5177620Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5178831Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5180006Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5180994Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5182444Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5183324Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5184426Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5185585Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5186710Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5187674Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5189305Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5190807Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5191732Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5192808Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5194701Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5195353Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5196553Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5197789Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5198867Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5200054Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5201117Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5203161Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5203757Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5204664Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5205929Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:23.5206974Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:23.5207633Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:23.5208587Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:23.5209496Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:23.5210733Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:23.5211629Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:23.5212915Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:23.5214415Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:23.5215230Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:23.5216947Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:23.5217491Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen 2022-11-23T00:59:23.5217743Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5218500Z copying torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5220126Z copying torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5220982Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5222314Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5223405Z copying torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5224291Z copying torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5225337Z copying torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5226681Z copying torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5227827Z copying torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5229205Z copying torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5230546Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5231563Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5232523Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5233944Z copying torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5235215Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5236058Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5238168Z copying torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5239131Z copying torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5240180Z copying torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5241339Z copying torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5242327Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5243406Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5244486Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5245545Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5246847Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5247869Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5248827Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5250576Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5251096Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5252867Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5254064Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5254848Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5256353Z copying torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5257327Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5258635Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5260018Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5261012Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5262466Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5263809Z copying torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5265791Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5266241Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5267288Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5268686Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5269788Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5270904Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5272015Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5273612Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5275244Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5275694Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5276983Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5277832Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5279020Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5280143Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5281378Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5282574Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5283724Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5284929Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5286127Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5287286Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5288588Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5290027Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5291138Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5292628Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5293619Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5294705Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5295961Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5297291Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5298235Z copying torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5299357Z copying torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5300580Z copying torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5301820Z copying torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5303632Z copying torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5304751Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5305988Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5307204Z copying torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5308530Z copying torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5309741Z copying torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5311198Z copying torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5312337Z copying torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5313841Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5315060Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5316289Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5317513Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5318755Z copying torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5320066Z copying torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5321310Z copying torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5322518Z copying torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5324081Z copying torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:23.5325092Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:59:23.5325786Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:59:23.5327247Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:59:23.5328885Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:59:23.5329961Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:59:23.5330921Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5331660Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5332997Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5334093Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5335225Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5336126Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5337376Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5338620Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5339679Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5341078Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5342721Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5343676Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5344978Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5346077Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5347186Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5348338Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5349947Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5350898Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5352304Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:23.5353125Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-11-23T00:59:23.5353943Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-11-23T00:59:23.5354933Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-11-23T00:59:23.5356446Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:59:23.5356978Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:59:23.5357708Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:59:23.5358805Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:59:23.5360072Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:59:23.5361089Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:59:23.5362090Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:59:23.5363085Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:59:23.5364041Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:59:23.5364860Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:59:23.5366323Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:59:23.5367067Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:59:23.5368167Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:59:23.5369147Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/stubs 2022-11-23T00:59:23.5370089Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/stubs 2022-11-23T00:59:23.5371240Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5371605Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5373166Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5373730Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5374730Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5376093Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5376858Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5378208Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5379056Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5380746Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5381491Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5382455Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5383856Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5384801Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5386095Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5387126Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5387972Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5390783Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5391747Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5392280Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5394024Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5395091Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5396797Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5397957Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5399616Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5400963Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5402568Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5403699Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5405166Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5406685Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5408141Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5409370Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5410779Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5412118Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5413510Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5414843Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5416291Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5417578Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5418917Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5420325Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5421920Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5423317Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5424942Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:59:23.5426200Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/tensor 2022-11-23T00:59:23.5426994Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/tensor 2022-11-23T00:59:23.5428929Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy 2022-11-23T00:59:23.5429358Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:59:23.5429959Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:59:23.5431173Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:59:23.5432099Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:59:23.5433445Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:59:23.5434102Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5434779Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5435833Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5437303Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5438222Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5439335Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5441847Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5442497Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5443347Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5444345Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5445302Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5447566Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5447994Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5448980Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5449999Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5451251Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5452209Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5453455Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5454607Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5456255Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5457224Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5458829Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5459859Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5461024Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5462141Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:23.5463205Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T00:59:23.5463861Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T00:59:23.5464985Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:59:23.5465590Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:59:23.5466767Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:59:23.5467709Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5468376Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5469445Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5470314Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5471855Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5472725Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5474410Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5475071Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5476542Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5477891Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5478643Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:23.5480667Z creating build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5481103Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5482689Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5483855Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5485395Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5486504Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5488377Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5489691Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5490969Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5491768Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5492995Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5494197Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5495429Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5496527Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5498110Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5499537Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5500218Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5502164Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5503712Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5505047Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:59:23.5506375Z creating build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:59:23.5506659Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:59:23.5507905Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:59:23.5509320Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:59:23.5510449Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:59:23.5511511Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:59:23.5512718Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:59:23.5514063Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:59:23.5515164Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:23.5516097Z copying torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:23.5517248Z copying torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:23.5518467Z copying torch/_inductor/codegen/triton_mm.j2 -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:59:23.5519706Z creating build/lib.linux-x86_64-cpython-37/torch/share 2022-11-23T00:59:23.5520029Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake 2022-11-23T00:59:23.5521005Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/ATen 2022-11-23T00:59:23.5521887Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/ATen 2022-11-23T00:59:23.5522969Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:59:23.5523708Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:59:23.5524760Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:59:23.5525892Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:59:23.5527150Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:59:23.5528197Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:59:23.5528744Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:59:23.5530040Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:59:23.5531035Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:59:23.5531943Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:59:23.5533286Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:59:23.5534096Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:59:23.5535376Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:59:23.5537432Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:59:23.5538299Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:59:23.5539416Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:59:23.5540007Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:59:23.5541140Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:59:23.5541884Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:59:23.5543145Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:59:23.5543502Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:59:23.5545625Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:59:23.5546678Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:59:23.5547891Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:59:23.5548353Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:59:23.5549556Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:59:23.5550863Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:59:23.5552295Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:59:23.5553084Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-11-23T00:59:23.5553826Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-11-23T00:59:23.5555087Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-11-23T00:59:23.5555939Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-11-23T00:59:23.5556409Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-11-23T00:59:23.5558183Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-11-23T00:59:23.5558805Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:59:23.5559845Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:23.5561480Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:23.5562415Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:23.5563357Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:23.5568139Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:59:23.5568396Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:59:23.5569840Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:59:23.5570773Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:59:23.5572281Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib 2022-11-23T00:59:23.5572545Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten 2022-11-23T00:59:23.5572875Z copying torch/include/caffe2/contrib/aten/aten_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten 2022-11-23T00:59:23.5574526Z copying torch/include/caffe2/contrib/aten/aten_op_template.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten 2022-11-23T00:59:23.5575256Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5575606Z copying torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5577224Z copying torch/include/caffe2/contrib/fakelowp/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5578539Z copying torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5579701Z copying torch/include/caffe2/contrib/fakelowp/fp16_fma.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5580951Z copying torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5581998Z copying torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5582919Z copying torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5584181Z copying torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5585600Z copying torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5586612Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5587617Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5589795Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5590171Z copying torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5591443Z copying torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5592762Z copying torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5593741Z copying torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:23.5595008Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:23.5595322Z copying torch/include/caffe2/contrib/gloo/allgather_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:23.5596777Z copying torch/include/caffe2/contrib/gloo/allreduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:23.5598062Z copying torch/include/caffe2/contrib/gloo/barrier_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:23.5599133Z copying torch/include/caffe2/contrib/gloo/broadcast_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:23.5600396Z copying torch/include/caffe2/contrib/gloo/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:23.5601769Z copying torch/include/caffe2/contrib/gloo/common_world_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:23.5602884Z copying torch/include/caffe2/contrib/gloo/context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:23.5604117Z copying torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:23.5605344Z copying torch/include/caffe2/contrib/gloo/store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:23.5607012Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/nccl 2022-11-23T00:59:23.5607560Z copying torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/nccl 2022-11-23T00:59:23.5608804Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/opencl 2022-11-23T00:59:23.5609109Z copying torch/include/caffe2/contrib/opencl/context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/opencl 2022-11-23T00:59:23.5610701Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/prof 2022-11-23T00:59:23.5611195Z copying torch/include/caffe2/contrib/prof/prof_dag_stats_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/prof 2022-11-23T00:59:23.5612331Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/shm_mutex 2022-11-23T00:59:23.5612748Z copying torch/include/caffe2/contrib/shm_mutex/shm_mutex.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/shm_mutex 2022-11-23T00:59:23.5614267Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:59:23.5614721Z copying torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:59:23.5616122Z copying torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:59:23.5616590Z copying torch/include/caffe2/contrib/tensorrt/trt_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:59:23.5618003Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/warpctc 2022-11-23T00:59:23.5618380Z copying torch/include/caffe2/contrib/warpctc/ctc_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/warpctc 2022-11-23T00:59:23.5619782Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5620056Z copying torch/include/caffe2/core/allocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5621545Z copying torch/include/caffe2/core/blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5622584Z copying torch/include/caffe2/core/blob_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5624221Z copying torch/include/caffe2/core/blob_serializer_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5624974Z copying torch/include/caffe2/core/blob_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5625959Z copying torch/include/caffe2/core/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5627282Z copying torch/include/caffe2/core/common_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5628583Z copying torch/include/caffe2/core/common_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5629875Z copying torch/include/caffe2/core/common_omp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5631178Z copying torch/include/caffe2/core/context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5631996Z copying torch/include/caffe2/core/context_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5633525Z copying torch/include/caffe2/core/context_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5634593Z copying torch/include/caffe2/core/cudnn_wrappers.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5636142Z copying torch/include/caffe2/core/db.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5637480Z copying torch/include/caffe2/core/distributions_stubs.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5638378Z copying torch/include/caffe2/core/event.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5639426Z copying torch/include/caffe2/core/event_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5640476Z copying torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5641842Z copying torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5642653Z copying torch/include/caffe2/core/flags.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5644208Z copying torch/include/caffe2/core/graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5645221Z copying torch/include/caffe2/core/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5646669Z copying torch/include/caffe2/core/logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5648516Z copying torch/include/caffe2/core/memonger.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5649636Z copying torch/include/caffe2/core/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5651172Z copying torch/include/caffe2/core/net.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5651917Z copying torch/include/caffe2/core/net_async_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5653188Z copying torch/include/caffe2/core/net_async_scheduling.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5654138Z copying torch/include/caffe2/core/net_async_task.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5655097Z copying torch/include/caffe2/core/net_async_task_future.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5656486Z copying torch/include/caffe2/core/net_async_task_graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5657354Z copying torch/include/caffe2/core/net_async_tracing.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5658488Z copying torch/include/caffe2/core/net_dag_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5659688Z copying torch/include/caffe2/core/net_parallel.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5661541Z copying torch/include/caffe2/core/net_simple.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5662491Z copying torch/include/caffe2/core/net_simple_refcount.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5663388Z copying torch/include/caffe2/core/numa.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5664451Z copying torch/include/caffe2/core/observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5665637Z copying torch/include/caffe2/core/operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5667357Z copying torch/include/caffe2/core/operator_gradient.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5668342Z copying torch/include/caffe2/core/operator_schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5669831Z copying torch/include/caffe2/core/plan_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5670813Z copying torch/include/caffe2/core/prof_dag_counters.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5671534Z copying torch/include/caffe2/core/qtensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5672981Z copying torch/include/caffe2/core/qtensor_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5674047Z copying torch/include/caffe2/core/scope_guard.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5675495Z copying torch/include/caffe2/core/static_tracepoint.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5676567Z copying torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5677393Z copying torch/include/caffe2/core/stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5678465Z copying torch/include/caffe2/core/storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5680024Z copying torch/include/caffe2/core/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5680995Z copying torch/include/caffe2/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5681881Z copying torch/include/caffe2/core/tensor_int8.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5682775Z copying torch/include/caffe2/core/test_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5684432Z copying torch/include/caffe2/core/timer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5685269Z copying torch/include/caffe2/core/transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5686789Z copying torch/include/caffe2/core/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5687765Z copying torch/include/caffe2/core/workspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5688970Z copying torch/include/caffe2/core/macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:59:23.5690165Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip 2022-11-23T00:59:23.5690482Z copying torch/include/caffe2/core/hip/common_miopen.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip 2022-11-23T00:59:23.5692363Z copying torch/include/caffe2/core/hip/miopen_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip 2022-11-23T00:59:23.5693688Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph 2022-11-23T00:59:23.5694063Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include 2022-11-23T00:59:23.5694365Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph 2022-11-23T00:59:23.5695099Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-11-23T00:59:23.5695576Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-11-23T00:59:23.5696001Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:59:23.5696503Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:59:23.5698723Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:59:23.5699364Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:59:23.5700569Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:23.5701160Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:23.5702136Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:23.5703033Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:23.5704270Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:23.5705430Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:23.5706574Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:59:23.5707009Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:59:23.5708374Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:59:23.5710127Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:59:23.5711584Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:59:23.5712044Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:59:23.5713652Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:59:23.5714592Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:59:23.5715013Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:59:23.5716685Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:59:23.5717354Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/tests 2022-11-23T00:59:23.5718540Z copying torch/include/caffe2/core/nomnigraph/tests/test_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/tests 2022-11-23T00:59:23.5718821Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/cuda_rtc 2022-11-23T00:59:23.5719805Z copying torch/include/caffe2/cuda_rtc/common_rtc.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/cuda_rtc 2022-11-23T00:59:23.5720978Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/db 2022-11-23T00:59:23.5721411Z copying torch/include/caffe2/db/create_db_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/db 2022-11-23T00:59:23.5722289Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:59:23.5723370Z copying torch/include/caffe2/distributed/file_store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:59:23.5724482Z copying torch/include/caffe2/distributed/file_store_handler_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:59:23.5725645Z copying torch/include/caffe2/distributed/redis_store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:59:23.5727182Z copying torch/include/caffe2/distributed/redis_store_handler_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:59:23.5728465Z copying torch/include/caffe2/distributed/store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:59:23.5729766Z copying torch/include/caffe2/distributed/store_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:59:23.5731309Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments 2022-11-23T00:59:23.5731746Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:59:23.5732534Z copying torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:59:23.5733814Z copying torch/include/caffe2/experiments/operators/fully_connected_op_prune.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:59:23.5735129Z copying torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:59:23.5736297Z copying torch/include/caffe2/experiments/operators/funhash_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:59:23.5738184Z copying torch/include/caffe2/experiments/operators/sparse_funhash_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:59:23.5738865Z copying torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:59:23.5739850Z copying torch/include/caffe2/experiments/operators/tt_contraction_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:59:23.5741368Z copying torch/include/caffe2/experiments/operators/tt_pad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:59:23.5742077Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep 2022-11-23T00:59:23.5742674Z copying torch/include/caffe2/ideep/ideep_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep 2022-11-23T00:59:23.5744084Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-11-23T00:59:23.5744663Z copying torch/include/caffe2/ideep/operators/conv_pool_base_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-11-23T00:59:23.5745885Z copying torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-11-23T00:59:23.5746947Z copying torch/include/caffe2/ideep/operators/operator_fallback_ideep.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-11-23T00:59:23.5747774Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils 2022-11-23T00:59:23.5748215Z copying torch/include/caffe2/ideep/utils/ideep_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils 2022-11-23T00:59:23.5749826Z copying torch/include/caffe2/ideep/utils/ideep_operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils 2022-11-23T00:59:23.5751301Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image 2022-11-23T00:59:23.5751585Z copying torch/include/caffe2/image/image_input_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image 2022-11-23T00:59:23.5752876Z copying torch/include/caffe2/image/transform_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image 2022-11-23T00:59:23.5754460Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile 2022-11-23T00:59:23.5754789Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib 2022-11-23T00:59:23.5755051Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:59:23.5755402Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:59:23.5756463Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:59:23.5757296Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:59:23.5759219Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:23.5759843Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:23.5760450Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:23.5761788Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:23.5763092Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:23.5765008Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:23.5766346Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub 2022-11-23T00:59:23.5766830Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-11-23T00:59:23.5767741Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-11-23T00:59:23.5769908Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:23.5770585Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:23.5772014Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:23.5773549Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:23.5775092Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:23.5776496Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:23.5778321Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:23.5779682Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub 2022-11-23T00:59:23.5780181Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-11-23T00:59:23.5781016Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-11-23T00:59:23.5782295Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:59:23.5783340Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:59:23.5784940Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:59:23.5788726Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:59:23.5789334Z copying torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:59:23.5791485Z copying torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:59:23.5792628Z copying torch/include/caffe2/mobile/contrib/nnapi/nnapi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:59:23.5794056Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/snpe 2022-11-23T00:59:23.5794649Z copying torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/snpe 2022-11-23T00:59:23.5796089Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:59:23.5796859Z copying torch/include/caffe2/mobile/contrib/ulp2/ulp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:59:23.5797962Z copying torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:59:23.5799124Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi 2022-11-23T00:59:23.5799610Z copying torch/include/caffe2/mpi/mpi_common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi 2022-11-23T00:59:23.5801262Z copying torch/include/caffe2/mpi/mpi_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi 2022-11-23T00:59:23.5802183Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-11-23T00:59:23.5803174Z copying torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-11-23T00:59:23.5804604Z copying torch/include/caffe2/observers/profile_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-11-23T00:59:23.5805931Z copying torch/include/caffe2/observers/runcnt_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-11-23T00:59:23.5807405Z copying torch/include/caffe2/observers/time_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-11-23T00:59:23.5809650Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:59:23.5809943Z copying torch/include/caffe2/onnx/backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:59:23.5811240Z copying torch/include/caffe2/onnx/backend_rep.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:59:23.5812495Z copying torch/include/caffe2/onnx/device.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:59:23.5813744Z copying torch/include/caffe2/onnx/helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:59:23.5814880Z copying torch/include/caffe2/onnx/offline_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:59:23.5816074Z copying torch/include/caffe2/onnx/onnx_exporter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:59:23.5817001Z copying torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:59:23.5818251Z copying torch/include/caffe2/onnx/onnxifi_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:59:23.5819211Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:59:23.5820518Z copying torch/include/caffe2/onnx/torch_ops/constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:59:23.5821635Z copying torch/include/caffe2/onnx/torch_ops/operator_sets.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:59:23.5822583Z copying torch/include/caffe2/onnx/torch_ops/schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:59:23.5823795Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5824076Z copying torch/include/caffe2/operators/abs_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5826061Z copying torch/include/caffe2/operators/accumulate_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5827367Z copying torch/include/caffe2/operators/accuracy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5828237Z copying torch/include/caffe2/operators/acos_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5829585Z copying torch/include/caffe2/operators/activation_ops_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5830671Z copying torch/include/caffe2/operators/affine_channel_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5831677Z copying torch/include/caffe2/operators/alias_with_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5833127Z copying torch/include/caffe2/operators/apmeter_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5833836Z copying torch/include/caffe2/operators/arg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5834877Z copying torch/include/caffe2/operators/asin_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5836210Z copying torch/include/caffe2/operators/assert_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5837456Z copying torch/include/caffe2/operators/async_net_barrier_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5839267Z copying torch/include/caffe2/operators/atan_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5839611Z copying torch/include/caffe2/operators/batch_box_cox_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5840700Z copying torch/include/caffe2/operators/batch_bucketize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5842205Z copying torch/include/caffe2/operators/batch_gather_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5843742Z copying torch/include/caffe2/operators/batch_matmul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5844599Z copying torch/include/caffe2/operators/batch_moments_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5846337Z copying torch/include/caffe2/operators/batch_permutation_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5847009Z copying torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5848629Z copying torch/include/caffe2/operators/bbox_transform_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5849482Z copying torch/include/caffe2/operators/bisect_percentile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5850736Z copying torch/include/caffe2/operators/boolean_mask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5851788Z copying torch/include/caffe2/operators/boolean_unmask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5852942Z copying torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5854102Z copying torch/include/caffe2/operators/bucketize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5855006Z copying torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5856150Z copying torch/include/caffe2/operators/cast_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5857074Z copying torch/include/caffe2/operators/cbrt_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5858235Z copying torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5859153Z copying torch/include/caffe2/operators/ceil_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5860397Z copying torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5861306Z copying torch/include/caffe2/operators/channel_shuffle_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5862467Z copying torch/include/caffe2/operators/channel_stats_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5863364Z copying torch/include/caffe2/operators/clip_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5864968Z copying torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5866224Z copying torch/include/caffe2/operators/concat_split_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5867383Z copying torch/include/caffe2/operators/conditional_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5868384Z copying torch/include/caffe2/operators/conv_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5869597Z copying torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5870480Z copying torch/include/caffe2/operators/conv_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5872053Z copying torch/include/caffe2/operators/conv_op_shared.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5872933Z copying torch/include/caffe2/operators/conv_pool_op_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5874232Z copying torch/include/caffe2/operators/conv_transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5875233Z copying torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5876935Z copying torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5877797Z copying torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5879200Z copying torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5880181Z copying torch/include/caffe2/operators/copy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5881652Z copying torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5882414Z copying torch/include/caffe2/operators/cos_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5884184Z copying torch/include/caffe2/operators/cosh_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5884885Z copying torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5885884Z copying torch/include/caffe2/operators/counter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5887026Z copying torch/include/caffe2/operators/create_scope_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5889156Z copying torch/include/caffe2/operators/cross_entropy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5889479Z copying torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5890380Z copying torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5891911Z copying torch/include/caffe2/operators/cube_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5892526Z copying torch/include/caffe2/operators/data_couple.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5893519Z copying torch/include/caffe2/operators/dataset_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5894884Z copying torch/include/caffe2/operators/deform_conv_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5895978Z copying torch/include/caffe2/operators/deform_conv_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5897063Z copying torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5898445Z copying torch/include/caffe2/operators/distance_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5900132Z copying torch/include/caffe2/operators/do_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5901403Z copying torch/include/caffe2/operators/dropout_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5902392Z copying torch/include/caffe2/operators/elementwise_add_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5903638Z copying torch/include/caffe2/operators/elementwise_div_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5904949Z copying torch/include/caffe2/operators/elementwise_linear_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5906039Z copying torch/include/caffe2/operators/elementwise_logical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5907505Z copying torch/include/caffe2/operators/elementwise_mul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5908463Z copying torch/include/caffe2/operators/elementwise_op_test.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5909895Z copying torch/include/caffe2/operators/elementwise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5911345Z copying torch/include/caffe2/operators/elementwise_ops_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5912289Z copying torch/include/caffe2/operators/elementwise_sub_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5913712Z copying torch/include/caffe2/operators/elu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5914727Z copying torch/include/caffe2/operators/enforce_finite_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5916136Z copying torch/include/caffe2/operators/ensure_clipped_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5917118Z copying torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5918426Z copying torch/include/caffe2/operators/erf_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5919409Z copying torch/include/caffe2/operators/exp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5920861Z copying torch/include/caffe2/operators/expand_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5922027Z copying torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5923223Z copying torch/include/caffe2/operators/fc_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5924250Z copying torch/include/caffe2/operators/feature_maps_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5925902Z copying torch/include/caffe2/operators/feed_blob_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5926871Z copying torch/include/caffe2/operators/filler_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5928936Z copying torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5930216Z copying torch/include/caffe2/operators/find_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5931184Z copying torch/include/caffe2/operators/flatten_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5932567Z copying torch/include/caffe2/operators/flexible_top_k.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5934451Z copying torch/include/caffe2/operators/floor_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5934973Z copying torch/include/caffe2/operators/free_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5936036Z copying torch/include/caffe2/operators/fully_connected_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5937113Z copying torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5938155Z copying torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5939473Z copying torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5941224Z copying torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5941955Z copying torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5942667Z copying torch/include/caffe2/operators/gather_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5944135Z copying torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5945014Z copying torch/include/caffe2/operators/gelu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5946494Z copying torch/include/caffe2/operators/generate_proposals_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5947710Z copying torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5949425Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5950870Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5952204Z copying torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5953627Z copying torch/include/caffe2/operators/given_tensor_fill_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5954143Z copying torch/include/caffe2/operators/glu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5955018Z copying torch/include/caffe2/operators/group_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5956741Z copying torch/include/caffe2/operators/gru_unit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5957850Z copying torch/include/caffe2/operators/h_softmax_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5959165Z copying torch/include/caffe2/operators/half_float_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5960498Z copying torch/include/caffe2/operators/hard_sigmoid_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5961952Z copying torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5963230Z copying torch/include/caffe2/operators/histogram_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5964610Z copying torch/include/caffe2/operators/if_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5965925Z copying torch/include/caffe2/operators/im2col_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5967850Z copying torch/include/caffe2/operators/index_hash_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5968763Z copying torch/include/caffe2/operators/index_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5970137Z copying torch/include/caffe2/operators/inference_lstm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5971209Z copying torch/include/caffe2/operators/instance_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5973098Z copying torch/include/caffe2/operators/integral_image_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5973937Z copying torch/include/caffe2/operators/is_empty_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5975518Z copying torch/include/caffe2/operators/jsd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5976350Z copying torch/include/caffe2/operators/key_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5978349Z copying torch/include/caffe2/operators/layer_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5978862Z copying torch/include/caffe2/operators/leaky_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5980397Z copying torch/include/caffe2/operators/length_split_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5981394Z copying torch/include/caffe2/operators/lengths_pad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5982639Z copying torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5983796Z copying torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5985302Z copying torch/include/caffe2/operators/lengths_reducer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5986318Z copying torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5987639Z copying torch/include/caffe2/operators/lengths_tile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5988763Z copying torch/include/caffe2/operators/lengths_top_k_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5989951Z copying torch/include/caffe2/operators/listwise_l2r_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5990797Z copying torch/include/caffe2/operators/load_save_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5992279Z copying torch/include/caffe2/operators/load_save_op_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5993188Z copying torch/include/caffe2/operators/local_response_normalization_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5994258Z copying torch/include/caffe2/operators/locally_connected_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5995565Z copying torch/include/caffe2/operators/locally_connected_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5997121Z copying torch/include/caffe2/operators/locally_connected_op_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5997846Z copying torch/include/caffe2/operators/log1p_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.5998883Z copying torch/include/caffe2/operators/log_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6000066Z copying torch/include/caffe2/operators/logit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6001137Z copying torch/include/caffe2/operators/loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6002630Z copying torch/include/caffe2/operators/lpnorm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6003140Z copying torch/include/caffe2/operators/lstm_unit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6004307Z copying torch/include/caffe2/operators/lstm_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6005174Z copying torch/include/caffe2/operators/map_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6006658Z copying torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6007829Z copying torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6008866Z copying torch/include/caffe2/operators/matmul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6010080Z copying torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6011081Z copying torch/include/caffe2/operators/mean_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6012247Z copying torch/include/caffe2/operators/merge_id_lists_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6013397Z copying torch/include/caffe2/operators/minmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6014575Z copying torch/include/caffe2/operators/mish_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6015839Z copying torch/include/caffe2/operators/mod_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6016921Z copying torch/include/caffe2/operators/moments_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6018129Z copying torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6019295Z copying torch/include/caffe2/operators/negate_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6020467Z copying torch/include/caffe2/operators/negative_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6021695Z copying torch/include/caffe2/operators/ngram_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6023199Z copying torch/include/caffe2/operators/no_default_engine_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6024055Z copying torch/include/caffe2/operators/normalize_l1_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6025086Z copying torch/include/caffe2/operators/normalize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6026109Z copying torch/include/caffe2/operators/numpy_tile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6027205Z copying torch/include/caffe2/operators/one_hot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6028707Z copying torch/include/caffe2/operators/onnx_while_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6029652Z copying torch/include/caffe2/operators/op_utils_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6030689Z copying torch/include/caffe2/operators/operator_fallback_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6031597Z copying torch/include/caffe2/operators/order_switch_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6032903Z copying torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6033766Z copying torch/include/caffe2/operators/pack_segments.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6035122Z copying torch/include/caffe2/operators/pad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6036024Z copying torch/include/caffe2/operators/partition_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6037288Z copying torch/include/caffe2/operators/percentile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6038399Z copying torch/include/caffe2/operators/perplexity_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6039233Z copying torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6040210Z copying torch/include/caffe2/operators/pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6041828Z copying torch/include/caffe2/operators/pool_op_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6043047Z copying torch/include/caffe2/operators/pow_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6044365Z copying torch/include/caffe2/operators/prefetch_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6044962Z copying torch/include/caffe2/operators/prelu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6046449Z copying torch/include/caffe2/operators/prepend_dim_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6047500Z copying torch/include/caffe2/operators/quant_decode_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6048186Z copying torch/include/caffe2/operators/quantile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6049827Z copying torch/include/caffe2/operators/rank_loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6050913Z copying torch/include/caffe2/operators/reciprocal_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6051756Z copying torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6053818Z copying torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6054611Z copying torch/include/caffe2/operators/reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6055982Z copying torch/include/caffe2/operators/reducer_functors.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6057232Z copying torch/include/caffe2/operators/reduction_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6058417Z copying torch/include/caffe2/operators/relu_n_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6059859Z copying torch/include/caffe2/operators/relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6060761Z copying torch/include/caffe2/operators/remove_data_blocks_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6062257Z copying torch/include/caffe2/operators/replace_nan_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6063651Z copying torch/include/caffe2/operators/reshape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6064266Z copying torch/include/caffe2/operators/resize_3d_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6065652Z copying torch/include/caffe2/operators/resize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6066652Z copying torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6067819Z copying torch/include/caffe2/operators/rmac_regions_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6069100Z copying torch/include/caffe2/operators/rms_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6070089Z copying torch/include/caffe2/operators/roi_align_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6071481Z copying torch/include/caffe2/operators/roi_align_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6072619Z copying torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6073822Z copying torch/include/caffe2/operators/roi_align_rotated_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6074827Z copying torch/include/caffe2/operators/roi_pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6076249Z copying torch/include/caffe2/operators/rowmul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6076958Z copying torch/include/caffe2/operators/rsqrt_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6078625Z copying torch/include/caffe2/operators/scale_blobs_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6079376Z copying torch/include/caffe2/operators/scale_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6080638Z copying torch/include/caffe2/operators/segment_reduction_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6082141Z copying torch/include/caffe2/operators/self_binning_histogram_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6083314Z copying torch/include/caffe2/operators/selu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6084337Z copying torch/include/caffe2/operators/sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6085366Z copying torch/include/caffe2/operators/shape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6086818Z copying torch/include/caffe2/operators/sigmoid_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6088512Z copying torch/include/caffe2/operators/sin_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6089569Z copying torch/include/caffe2/operators/sinh_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6090591Z copying torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6091655Z copying torch/include/caffe2/operators/slice_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6093229Z copying torch/include/caffe2/operators/softmax_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6093802Z copying torch/include/caffe2/operators/softmax_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6094689Z copying torch/include/caffe2/operators/softmax_with_loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6095762Z copying torch/include/caffe2/operators/softplus_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6096967Z copying torch/include/caffe2/operators/softsign_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6097892Z copying torch/include/caffe2/operators/space_batch_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6099170Z copying torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6100121Z copying torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6101189Z copying torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6102172Z copying torch/include/caffe2/operators/sparse_normalize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6103999Z copying torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6104640Z copying torch/include/caffe2/operators/sparse_to_dense_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6105407Z copying torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6106462Z copying torch/include/caffe2/operators/sqr_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6107833Z copying torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6108695Z copying torch/include/caffe2/operators/sqrt_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6110099Z copying torch/include/caffe2/operators/square_root_divide_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6111015Z copying torch/include/caffe2/operators/stats_put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6112061Z copying torch/include/caffe2/operators/stop_gradient.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6113148Z copying torch/include/caffe2/operators/string_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6114640Z copying torch/include/caffe2/operators/stump_func_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6115441Z copying torch/include/caffe2/operators/summarize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6116790Z copying torch/include/caffe2/operators/swish_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6117600Z copying torch/include/caffe2/operators/tan_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6118549Z copying torch/include/caffe2/operators/tanh_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6120061Z copying torch/include/caffe2/operators/tensor_protos_db_input.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6121006Z copying torch/include/caffe2/operators/text_file_reader_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6122858Z copying torch/include/caffe2/operators/thresholded_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6123451Z copying torch/include/caffe2/operators/tile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6124996Z copying torch/include/caffe2/operators/top_k.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6126445Z copying torch/include/caffe2/operators/transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6128255Z copying torch/include/caffe2/operators/tt_linear_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6129593Z copying torch/include/caffe2/operators/unique_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6130972Z copying torch/include/caffe2/operators/unsafe_coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6132384Z copying torch/include/caffe2/operators/upsample_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6133714Z copying torch/include/caffe2/operators/utility_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6135916Z copying torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6137168Z copying torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6138330Z copying torch/include/caffe2/operators/weighted_sample_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6139658Z copying torch/include/caffe2/operators/while_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6141128Z copying torch/include/caffe2/operators/zero_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:59:23.6142524Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hip 2022-11-23T00:59:23.6143092Z copying torch/include/caffe2/operators/hip/activation_ops_miopen.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hip 2022-11-23T00:59:23.6144747Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:59:23.6145251Z copying torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:59:23.6146514Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:59:23.6147770Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:59:23.6149816Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:59:23.6150131Z copying torch/include/caffe2/operators/rnn/recurrent_network_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:59:23.6151921Z copying torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:59:23.6152922Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/hip 2022-11-23T00:59:23.6153253Z copying torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/hip 2022-11-23T00:59:23.6154627Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6155013Z copying torch/include/caffe2/operators/quantized/int8_add_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6156529Z copying torch/include/caffe2/operators/quantized/int8_average_pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6157679Z copying torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6158756Z copying torch/include/caffe2/operators/quantized/int8_concat_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6159726Z copying torch/include/caffe2/operators/quantized/int8_conv_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6160896Z copying torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6161789Z copying torch/include/caffe2/operators/quantized/int8_dequantize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6162891Z copying torch/include/caffe2/operators/quantized/int8_fc_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6163993Z copying torch/include/caffe2/operators/quantized/int8_flatten_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6165032Z copying torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6166108Z copying torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6167448Z copying torch/include/caffe2/operators/quantized/int8_max_pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6168452Z copying torch/include/caffe2/operators/quantized/int8_quantize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6169967Z copying torch/include/caffe2/operators/quantized/int8_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6170969Z copying torch/include/caffe2/operators/quantized/int8_reshape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6172204Z copying torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6173258Z copying torch/include/caffe2/operators/quantized/int8_roi_align_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6174580Z copying torch/include/caffe2/operators/quantized/int8_sigmoid_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6175746Z copying torch/include/caffe2/operators/quantized/int8_simd.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6176877Z copying torch/include/caffe2/operators/quantized/int8_slice_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6178011Z copying torch/include/caffe2/operators/quantized/int8_softmax_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6179200Z copying torch/include/caffe2/operators/quantized/int8_test_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6180236Z copying torch/include/caffe2/operators/quantized/int8_transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6181460Z copying torch/include/caffe2/operators/quantized/int8_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:59:23.6182971Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6183240Z copying torch/include/caffe2/opt/annotations.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6184941Z copying torch/include/caffe2/opt/backend_cutting.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6186146Z copying torch/include/caffe2/opt/backend_transformer_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6187548Z copying torch/include/caffe2/opt/bound_shape_inferencer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6188763Z copying torch/include/caffe2/opt/converter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6190049Z copying torch/include/caffe2/opt/device.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6191112Z copying torch/include/caffe2/opt/distributed.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6192015Z copying torch/include/caffe2/opt/fakefp16_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6193169Z copying torch/include/caffe2/opt/fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6194055Z copying torch/include/caffe2/opt/glow_net_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6195516Z copying torch/include/caffe2/opt/mobile.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6196512Z copying torch/include/caffe2/opt/onnx_convert.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6197275Z copying torch/include/caffe2/opt/onnxifi_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6199003Z copying torch/include/caffe2/opt/onnxifi_transformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6199794Z copying torch/include/caffe2/opt/optimize_ideep.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6201011Z copying torch/include/caffe2/opt/optimizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6202058Z copying torch/include/caffe2/opt/passes.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6203306Z copying torch/include/caffe2/opt/shape_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6204449Z copying torch/include/caffe2/opt/tvm_transformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:59:23.6205702Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:59:23.6206674Z copying torch/include/caffe2/opt/custom/cc_amrc.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:59:23.6209092Z copying torch/include/caffe2/opt/custom/concat_elim.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:59:23.6210140Z copying torch/include/caffe2/opt/custom/freeze_quantization_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:59:23.6211358Z copying torch/include/caffe2/opt/custom/in_batch_broadcast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:59:23.6212737Z copying torch/include/caffe2/opt/custom/pointwise_elim.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:59:23.6213855Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql 2022-11-23T00:59:23.6214815Z copying torch/include/caffe2/opt/nql/ast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql 2022-11-23T00:59:23.6216216Z copying torch/include/caffe2/opt/nql/graphmatcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql 2022-11-23T00:59:23.6217693Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6218301Z copying torch/include/caffe2/perfkernels/adagrad.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6220065Z copying torch/include/caffe2/perfkernels/batch_box_cox.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6221256Z copying torch/include/caffe2/perfkernels/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6222773Z copying torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6224067Z copying torch/include/caffe2/perfkernels/embedding_lookup.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6225431Z copying torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6226863Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6228266Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6229899Z copying torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6231156Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6232504Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6233856Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6235665Z copying torch/include/caffe2/perfkernels/math.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6236837Z copying torch/include/caffe2/perfkernels/typed_axpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6238266Z copying torch/include/caffe2/perfkernels/vectorizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:59:23.6239743Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:59:23.6240385Z copying torch/include/caffe2/predictor/InferenceGraph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:59:23.6242085Z copying torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:59:23.6243407Z copying torch/include/caffe2/predictor/predictor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:59:23.6244783Z copying torch/include/caffe2/predictor/predictor_config.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:59:23.6246211Z copying torch/include/caffe2/predictor/predictor_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:59:23.6247459Z copying torch/include/caffe2/predictor/transforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:59:23.6249623Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:23.6250219Z copying torch/include/caffe2/predictor/emulator/benchmark.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:23.6251443Z copying torch/include/caffe2/predictor/emulator/data_filler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:23.6252847Z copying torch/include/caffe2/predictor/emulator/emulator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:23.6254151Z copying torch/include/caffe2/predictor/emulator/net_supplier.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:23.6255433Z copying torch/include/caffe2/predictor/emulator/output_formatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:23.6256725Z copying torch/include/caffe2/predictor/emulator/profiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:23.6258184Z copying torch/include/caffe2/predictor/emulator/std_output_formatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:23.6259446Z copying torch/include/caffe2/predictor/emulator/time_profiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:23.6260756Z copying torch/include/caffe2/predictor/emulator/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:23.6262189Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:59:23.6262711Z copying torch/include/caffe2/proto/caffe2_pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:59:23.6264317Z copying torch/include/caffe2/proto/torch_pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:59:23.6265298Z copying torch/include/caffe2/proto/caffe2.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:59:23.6269941Z copying torch/include/caffe2/proto/caffe2_legacy.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:59:23.6271256Z copying torch/include/caffe2/proto/hsm.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:59:23.6272863Z copying torch/include/caffe2/proto/metanet.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:59:23.6274928Z copying torch/include/caffe2/proto/predictor_consts.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:59:23.6276694Z copying torch/include/caffe2/proto/prof_dag.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:59:23.6278493Z copying torch/include/caffe2/proto/torch.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:59:23.6281088Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:59:23.6281462Z copying torch/include/caffe2/python/dlpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:59:23.6282707Z copying torch/include/caffe2/python/pybind_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:59:23.6284012Z copying torch/include/caffe2/python/pybind_state_dlpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:59:23.6285567Z copying torch/include/caffe2/python/pybind_state_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:59:23.6285945Z copying torch/include/caffe2/python/pybind_workspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:59:23.6288048Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization 2022-11-23T00:59:23.6288362Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6288723Z copying torch/include/caffe2/quantization/server/activation_distribution_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6290289Z copying torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6291177Z copying torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6292186Z copying torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6293174Z copying torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6294143Z copying torch/include/caffe2/quantization/server/compute_equalization_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6295397Z copying torch/include/caffe2/quantization/server/concat_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6296433Z copying torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6297432Z copying torch/include/caffe2/quantization/server/conv_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6298512Z copying torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6299824Z copying torch/include/caffe2/quantization/server/conv_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6301073Z copying torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6302203Z copying torch/include/caffe2/quantization/server/dnnlowp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6303160Z copying torch/include/caffe2/quantization/server/dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6304326Z copying torch/include/caffe2/quantization/server/dnnlowp_partition.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6305342Z copying torch/include/caffe2/quantization/server/dynamic_histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6306363Z copying torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6307498Z copying torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6308900Z copying torch/include/caffe2/quantization/server/fb_fc_packed_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6309890Z copying torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6311062Z copying torch/include/caffe2/quantization/server/fbgemm_pack_blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6312235Z copying torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6313351Z copying torch/include/caffe2/quantization/server/fbgemm_pack_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6314456Z copying torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6315717Z copying torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6316777Z copying torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6318029Z copying torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6319097Z copying torch/include/caffe2/quantization/server/im2col_dnnlowp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6320393Z copying torch/include/caffe2/quantization/server/int8_gen_quant_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6321584Z copying torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6322690Z copying torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6323877Z copying torch/include/caffe2/quantization/server/kl_minimization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6324921Z copying torch/include/caffe2/quantization/server/l2_minimization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6326382Z copying torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6327432Z copying torch/include/caffe2/quantization/server/mmio.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6328676Z copying torch/include/caffe2/quantization/server/op_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6329783Z copying torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6331009Z copying torch/include/caffe2/quantization/server/quantization_error_minimization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6332157Z copying torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6333124Z copying torch/include/caffe2/quantization/server/relu_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6334646Z copying torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6335618Z copying torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6336582Z copying torch/include/caffe2/quantization/server/sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6337668Z copying torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6338715Z copying torch/include/caffe2/quantization/server/tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6339749Z copying torch/include/caffe2/quantization/server/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6340936Z copying torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:59:23.6341945Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:59:23.6342495Z copying torch/include/caffe2/queue/blobs_queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:59:23.6343575Z copying torch/include/caffe2/queue/blobs_queue_db.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:59:23.6344630Z copying torch/include/caffe2/queue/queue_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:59:23.6345569Z copying torch/include/caffe2/queue/rebatching_queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:59:23.6346687Z copying torch/include/caffe2/queue/rebatching_queue_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:59:23.6347691Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6348244Z copying torch/include/caffe2/sgd/adadelta_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6349446Z copying torch/include/caffe2/sgd/adagrad_fused.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6350526Z copying torch/include/caffe2/sgd/adagrad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6351628Z copying torch/include/caffe2/sgd/adam_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6352852Z copying torch/include/caffe2/sgd/clip_tensor_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6353884Z copying torch/include/caffe2/sgd/decay_adagrad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6355039Z copying torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6356041Z copying torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6357071Z copying torch/include/caffe2/sgd/ftrl_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6358065Z copying torch/include/caffe2/sgd/gftrl_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6359118Z copying torch/include/caffe2/sgd/iter_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6360116Z copying torch/include/caffe2/sgd/lars_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6361196Z copying torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6362181Z copying torch/include/caffe2/sgd/learning_rate_functors.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6363304Z copying torch/include/caffe2/sgd/learning_rate_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6364678Z copying torch/include/caffe2/sgd/math_lp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6365805Z copying torch/include/caffe2/sgd/momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6366753Z copying torch/include/caffe2/sgd/rmsprop_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6368419Z copying torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6369711Z copying torch/include/caffe2/sgd/rowwise_counter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6370826Z copying torch/include/caffe2/sgd/storm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6371993Z copying torch/include/caffe2/sgd/weight_scale_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6373058Z copying torch/include/caffe2/sgd/wngrad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6374274Z copying torch/include/caffe2/sgd/yellowfin_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:59:23.6375978Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share 2022-11-23T00:59:23.6376468Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib 2022-11-23T00:59:23.6376896Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib/zstd 2022-11-23T00:59:23.6377389Z copying torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib/zstd 2022-11-23T00:59:23.6378651Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-11-23T00:59:23.6379463Z copying torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-11-23T00:59:23.6380815Z copying torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-11-23T00:59:23.6381951Z copying torch/include/caffe2/transforms/pattern_net_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-11-23T00:59:23.6382960Z copying torch/include/caffe2/transforms/single_op_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-11-23T00:59:23.6384133Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6384453Z copying torch/include/caffe2/utils/bench_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6386362Z copying torch/include/caffe2/utils/cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6386696Z copying torch/include/caffe2/utils/cblas.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6388027Z copying torch/include/caffe2/utils/conversions.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6389230Z copying torch/include/caffe2/utils/cpu_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6390064Z copying torch/include/caffe2/utils/cpuid.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6391324Z copying torch/include/caffe2/utils/eigen_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6392308Z copying torch/include/caffe2/utils/filler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6393705Z copying torch/include/caffe2/utils/fixed_divisor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6394694Z copying torch/include/caffe2/utils/knob_patcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6395725Z copying torch/include/caffe2/utils/knobs.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6396719Z copying torch/include/caffe2/utils/map_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6398824Z copying torch/include/caffe2/utils/math-detail.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6399160Z copying torch/include/caffe2/utils/math.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6400140Z copying torch/include/caffe2/utils/murmur_hash3.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6401183Z copying torch/include/caffe2/utils/proto_convert.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6401947Z copying torch/include/caffe2/utils/proto_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6403628Z copying torch/include/caffe2/utils/proto_wrap.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6404705Z copying torch/include/caffe2/utils/signal_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6406137Z copying torch/include/caffe2/utils/simple_queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6407074Z copying torch/include/caffe2/utils/smart_tensor_printer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6408599Z copying torch/include/caffe2/utils/string_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6409567Z copying torch/include/caffe2/utils/zmq_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:59:23.6410653Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:59:23.6411192Z copying torch/include/caffe2/utils/math/broadcast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:59:23.6412932Z copying torch/include/caffe2/utils/math/elementwise.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:59:23.6413385Z copying torch/include/caffe2/utils/math/half_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:59:23.6414262Z copying torch/include/caffe2/utils/math/reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:59:23.6415903Z copying torch/include/caffe2/utils/math/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:59:23.6416191Z copying torch/include/caffe2/utils/math/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:59:23.6417451Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:23.6418314Z copying torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:23.6419296Z copying torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:23.6420439Z copying torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:23.6421916Z copying torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:23.6423330Z copying torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:23.6424806Z copying torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:23.6425997Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-11-23T00:59:23.6426951Z copying torch/include/caffe2/video/optical_flow.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-11-23T00:59:23.6428341Z copying torch/include/caffe2/video/video_decoder.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-11-23T00:59:23.6429991Z copying torch/include/caffe2/video/video_input_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-11-23T00:59:23.6431551Z copying torch/include/caffe2/video/video_io.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-11-23T00:59:23.6432789Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged 2022-11-23T00:59:23.6433343Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen 2022-11-23T00:59:23.6433612Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-11-23T00:59:23.6434154Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-11-23T00:59:23.6475542Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-11-23T00:59:23.6479816Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6480140Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6485644Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6489963Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6497275Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6501746Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6506408Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6510962Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6516722Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6524583Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6531826Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6538586Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6545858Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6553731Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6558174Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6564218Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6571063Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6575002Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6578955Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6583129Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6587627Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6592821Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6596659Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6600514Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6608651Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6613784Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6618606Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6622471Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6628602Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6632724Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6636787Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6640606Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6648865Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6652513Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6656852Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6660823Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6666809Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6672686Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6676712Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.6680263Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:59:23.7081462Z running build_ext 2022-11-23T00:59:23.7127020Z -- Building with NumPy bindings 2022-11-23T00:59:23.7128666Z -- Not using cuDNN 2022-11-23T00:59:23.7128776Z -- Not using CUDA 2022-11-23T00:59:23.7128871Z -- Using MKLDNN 2022-11-23T00:59:23.7129075Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-11-23T00:59:23.7129193Z -- Not using CBLAS in MKLDNN 2022-11-23T00:59:23.7129276Z -- Not using NCCL 2022-11-23T00:59:23.7129417Z -- Building with distributed package: 2022-11-23T00:59:23.7129530Z -- USE_TENSORPIPE=True 2022-11-23T00:59:23.7129627Z -- USE_GLOO=True 2022-11-23T00:59:23.7129722Z -- USE_MPI=False 2022-11-23T00:59:23.7129811Z -- Using ITT 2022-11-23T00:59:23.9364234Z 2022-11-23T00:59:23.9364742Z Copying extension caffe2.python.caffe2_pybind11_state 2022-11-23T00:59:23.9367281Z Copying caffe2.python.caffe2_pybind11_state from torch/lib/python3.7/site-packages/caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-37/caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so 2022-11-23T00:59:23.9368295Z copying torch/lib/python3.7/site-packages/caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:59:23.9634366Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-37/functorch/_C.cpython-37m-x86_64-linux-gnu.so 2022-11-23T00:59:23.9634969Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-37/functorch/_C.cpython-37m-x86_64-linux-gnu.so 2022-11-23T00:59:23.9642073Z building 'torch._C' extension 2022-11-23T00:59:23.9642647Z creating build/temp.linux-x86_64-cpython-37 2022-11-23T00:59:23.9643191Z creating build/temp.linux-x86_64-cpython-37/torch 2022-11-23T00:59:23.9643771Z creating build/temp.linux-x86_64-cpython-37/torch/csrc 2022-11-23T00:59:23.9645677Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-37/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-11-23T00:59:24.0282460Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch/_C.cpython-37m-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T00:59:24.0666374Z building 'torch._C_flatbuffer' extension 2022-11-23T00:59:24.0667958Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-cpython-37/torch/csrc/stub_with_flatbuffer.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-11-23T00:59:24.1335311Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torch/csrc/stub_with_flatbuffer.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T00:59:24.1723229Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T00:59:24.1723739Z setuptools.SetuptoolsDeprecationWarning, 2022-11-23T00:59:24.1767901Z installing to build/bdist.linux-x86_64/wheel 2022-11-23T00:59:24.1768122Z running install 2022-11-23T00:59:24.1829211Z running install_lib 2022-11-23T00:59:24.1871390Z creating build/bdist.linux-x86_64 2022-11-23T00:59:24.1871895Z creating build/bdist.linux-x86_64/wheel 2022-11-23T00:59:24.1872410Z creating build/bdist.linux-x86_64/wheel/caffe2 2022-11-23T00:59:24.1873070Z copying build/lib.linux-x86_64-cpython-37/caffe2/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2 2022-11-23T00:59:24.1875048Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib 2022-11-23T00:59:24.1875593Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib 2022-11-23T00:59:24.1876497Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-11-23T00:59:24.1877121Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-11-23T00:59:24.1878197Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/aten_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-11-23T00:59:24.1879383Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/gen_op.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-11-23T00:59:24.1881219Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-11-23T00:59:24.1881792Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-11-23T00:59:24.1882882Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs/sample.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-11-23T00:59:24.1883941Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-11-23T00:59:24.1884727Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-11-23T00:59:24.1885618Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo/gloo_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-11-23T00:59:24.1886588Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-11-23T00:59:24.1887466Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-11-23T00:59:24.1888337Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl/nccl_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-11-23T00:59:24.1889814Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-11-23T00:59:24.1890390Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-11-23T00:59:24.1891222Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack/nnpack_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-11-23T00:59:24.1892130Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1892737Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/AnyExp.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1893821Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/AnyExpOnTerm.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1894936Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/ModuleRegister.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1895957Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1896836Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1897988Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/compute_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1899076Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/compute_topk_accuracy.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1899950Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/meter.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1900963Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/module_map.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1901545Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/output_generator.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:59:24.1902269Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1903033Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1904092Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1904771Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1905620Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1906330Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1907050Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1908044Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1909048Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1909822Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1910576Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:59:24.1911969Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-11-23T00:59:24.1912640Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-11-23T00:59:24.1913282Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof/cuda_profile_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-11-23T00:59:24.1914206Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/script 2022-11-23T00:59:24.1914665Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/script 2022-11-23T00:59:24.1915650Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/script/examples 2022-11-23T00:59:24.1916126Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/examples/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/script/examples 2022-11-23T00:59:24.1917197Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:59:24.1918467Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:59:24.1919527Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:59:24.1920586Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:59:24.1921695Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:59:24.1922757Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:59:24.1923552Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-11-23T00:59:24.1924404Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-11-23T00:59:24.1925247Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc/ctc_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-11-23T00:59:24.1926381Z creating build/bdist.linux-x86_64/wheel/caffe2/core 2022-11-23T00:59:24.1926965Z copying build/lib.linux-x86_64-cpython-37/caffe2/core/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/core 2022-11-23T00:59:24.1929111Z creating build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-11-23T00:59:24.1929690Z copying build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-11-23T00:59:24.1930363Z copying build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph/op_gen.py -> build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-11-23T00:59:24.1931095Z creating build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-11-23T00:59:24.1932102Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-11-23T00:59:24.1933126Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/file_store_handler_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-11-23T00:59:24.1934162Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/redis_store_handler_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-11-23T00:59:24.1935134Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/store_ops_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-11-23T00:59:24.1936222Z creating build/bdist.linux-x86_64/wheel/caffe2/experiments 2022-11-23T00:59:24.1937009Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments 2022-11-23T00:59:24.1938127Z creating build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1939799Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/SparseTransformer.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1940845Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1941877Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/convnet_benchmarks.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1943127Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/device_reduce_sum_bench.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1944191Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/funhash_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1945167Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/net_construct_bench.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1946166Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/sparse_funhash_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1947201Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/sparse_reshape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1948305Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/tt_contraction_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1948980Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/tt_pad_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:59:24.1950068Z creating build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-11-23T00:59:24.1950659Z copying build/lib.linux-x86_64-cpython-37/caffe2/perfkernels/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-11-23T00:59:24.1951561Z copying build/lib.linux-x86_64-cpython-37/caffe2/perfkernels/hp_emblookup_codegen.py -> build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-11-23T00:59:24.1953028Z creating build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:59:24.1953552Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:59:24.1954540Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/gen_proto_typestubs_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:59:24.1955161Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/torch_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:59:24.1956205Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/caffe2_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:59:24.1957867Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/caffe2_legacy_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:59:24.1958553Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/hsm_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:59:24.1959391Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/metanet_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:59:24.1960450Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/predictor_consts_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:59:24.1961117Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/prof_dag_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:59:24.1963254Z creating build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1964331Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1965421Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/_import_c_extension.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1966206Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/allcompare_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1966834Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/attention.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1967678Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/benchmark_generator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1968404Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/binarysize.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1969787Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/brew.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1970653Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/brew_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1971506Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/build.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1972580Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/cached_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1973569Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/caffe_translator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1974420Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/caffe_translator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1975353Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1976242Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/checkpoint_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1977669Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/clean_workspace_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1978647Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/cnn.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1979859Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1980699Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/context_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1981321Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1982296Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_ops_grad.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1983909Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_ops_grad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1984883Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_ops_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1985772Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1986680Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convert.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1987823Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1988724Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convnet_benchmarks.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1990232Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convnet_benchmarks_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1990982Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/core.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1992761Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/core_gradients_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1993861Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/core_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1995529Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/crf.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1996327Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/crf_predict.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1997657Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/crf_viterbi_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.1998605Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_parallel_model.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2000045Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_parallel_model_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2001436Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_workers.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2002535Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_workers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2003496Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dataio.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2004434Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dataio_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2006187Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dataset.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2007119Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/db_file_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2008087Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2009010Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/device_checker.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2009956Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dyndep.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2011001Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/embedding_generation_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2011901Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/experiment_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2012828Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/extension_loader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2013719Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakefp16_transform_lib.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2014620Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/filler_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2015451Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/functional.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2016317Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/functional_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2017249Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2018161Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/gradient_check_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2019191Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/gradient_checker.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2020106Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/gru_cell.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2021026Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hip_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2021933Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hsm_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2023003Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hypothesis_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2025016Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hypothesis_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2025935Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2038885Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2039633Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_model_instantiator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2040269Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_parameter_sharing_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2040928Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2041627Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2042252Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lazy.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2042872Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lazy_dyndep.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2043428Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lazy_dyndep_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2044050Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2044724Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2045340Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lstm_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2045963Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/memonger.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2046614Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/memonger_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2047298Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2047919Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/model_device_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2048523Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2049124Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/model_helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2049673Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modifier_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2050285Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/muji.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2050850Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/muji_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2051417Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_builder.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2052046Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_builder_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2052615Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_drawer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2053229Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_printer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2053849Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_printer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2054478Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2055058Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2055704Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph_transformations.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2056373Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph_transformations_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2056964Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/normalizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2057646Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/normalizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2058247Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/normalizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2058837Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/numa_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2059732Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/numa_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2060796Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/observer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2062632Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_fp_exceptions_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2063139Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2064242Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2065301Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2066488Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2067678Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/parallel_workers.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2068608Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/parallel_workers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2069832Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/parallelize_bmuf_distributed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2070678Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/pipeline.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2071894Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/pipeline_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2072538Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor_constants.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2073248Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/python_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2074230Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/queue_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2075218Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/record_queue.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2076177Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/recurrent.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2077166Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/regularizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2078479Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/regularizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2079355Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/regularizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2080531Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn_cell.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2081917Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/schema.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2083139Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/schema_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2083901Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/scope.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2085476Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/scope_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2086304Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/session.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2086898Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/session_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2088178Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/sparse_to_dense_mask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2088764Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/task.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2089920Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/sparse_to_dense_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2090705Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/task_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2091577Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2092640Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/text_file_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2093826Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/timeout_guard.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2094955Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/toy_regression_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2096096Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/transformations.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2097080Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/transformations_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2098141Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/tt_core.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2099389Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/tt_core_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2100447Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2101533Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/utils_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2102675Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/visualize.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2103821Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/workspace.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2105102Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/workspace_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2107088Z creating build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:59:24.2107918Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:59:24.2109181Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/formatter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:59:24.2110135Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/generator.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:59:24.2111205Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/github.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:59:24.2112333Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/parser.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:59:24.2113632Z creating build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:59:24.2114482Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:59:24.2115582Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/char_rnn.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:59:24.2116813Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/imagenet_trainer.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:59:24.2117970Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/lmdb_create_example.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:59:24.2119176Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/resnet50_trainer.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:59:24.2122906Z creating build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-11-23T00:59:24.2123757Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-11-23T00:59:24.2124741Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp/init_shared_libs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-11-23T00:59:24.2125763Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp/test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-11-23T00:59:24.2126614Z creating build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2127402Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2128364Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/algebra.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2129345Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/arg_scope.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2130354Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/array_helpers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2131320Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/control_ops.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2132284Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/conv.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2133253Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/db_input.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2134435Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/dropout.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2135018Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/elementwise_linear.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2136075Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/fc.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2136938Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/nonlinearity.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2137970Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2138870Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/pooling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2139674Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/quantization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2140450Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/tools.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2141366Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:59:24.2142783Z creating build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2143406Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/LRN_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2145184Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2146136Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/adam_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2147037Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/blobs_queue_db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2147593Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/channel_shuffle_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2148596Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/concat_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2149620Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2150753Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/conv_transpose_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2151797Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/convfusion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2153129Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/copy_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2153827Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/dropout_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2155340Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/elementwise_sum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2156002Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2157450Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2158563Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/leaky_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2159774Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/moment_sgd_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2160786Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/operator_fallback_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2161653Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/order_switch_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2162545Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/pool_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2163657Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/pre_convert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2164771Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2165750Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/reshape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2167002Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/shape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2168156Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/sigmoid_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2169172Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/softmax_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2170229Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/spatial_bn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2171280Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/test_ideep_net.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2172352Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/transform_ideep_net.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2173525Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/transpose_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2174477Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/weightedsum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:59:24.2176289Z creating build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2177102Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2177968Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/adaptive_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2178915Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/add_bias.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2179887Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/arc_cosine_feature_map.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2180618Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_huber_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2181457Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_lr_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2182326Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_mse_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2182947Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2184136Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2185051Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_softmax_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2185931Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/blob_weighted_sum.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2186825Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/bpr_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2187775Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/bucket_weighted.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2189152Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/build_index.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2190304Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/concat.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2191077Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/constant_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2191973Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/conv.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2192993Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/dropout.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2194119Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/fc.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2195166Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/fc_with_bootstrap.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2196261Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/fc_without_bias.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2197240Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/feature_sparse_to_dense.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2198200Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/functional.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2199236Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/gather_record.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2200230Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/homotopy_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2201261Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/label_smooth.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2202368Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/last_n_window_collector.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2203373Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/layer_normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2204353Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/layers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2205428Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/margin_rank_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2207091Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/merge_id_lists.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2208093Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/pairwise_similarity.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2209114Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/position_weighted.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2210099Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/random_fourier_features.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2211063Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/reservoir_sampling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2212029Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sampling_train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2213163Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sampling_trainable_mixin.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2214022Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/select_record_by_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2215265Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/semi_random_features.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2216021Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_dropout_with_replacement.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2216915Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_feature_hash.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2218413Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2219307Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_lookup.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2220407Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/split.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2221467Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/tags.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2222559Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/uniform_sampling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:59:24.2223670Z creating build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-11-23T00:59:24.2224446Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mint/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-11-23T00:59:24.2225461Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mint/app.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-11-23T00:59:24.2227476Z creating build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2228049Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2228687Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_LRN_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2229800Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_LRN_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2230593Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_concat_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2231685Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2232758Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_copy_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2233560Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2234423Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2235671Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2236660Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_fc_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2237558Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2238452Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_pool_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2239290Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_pool_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2240384Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2241267Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_sbn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2241909Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_sbn_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2242670Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2243384Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2244347Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_squeeze_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2245031Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/rewrite_graph.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2246172Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/rewrite_graph_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:59:24.2247300Z creating build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2248506Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2249216Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_histogram_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2250252Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2251076Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_norm_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2251844Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2252812Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_statistics_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2253651Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2254557Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/get_entry_from_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2255537Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/get_entry_from_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2256347Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/gradient_clipping.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2257749Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/gradient_clipping_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2258681Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/initializers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2259631Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/initializers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2260782Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/net_modifier.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2261621Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/parameter_info.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2262727Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/parameter_sharing.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2263696Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/parameter_sharing_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:59:24.2265214Z creating build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:59:24.2265853Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:59:24.2266693Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/__sym_init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:59:24.2267675Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/download.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:59:24.2268807Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/imagenet_trainer_test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:59:24.2269854Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/resnet.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:59:24.2270826Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/resnet_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:59:24.2271813Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/shufflenet.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:59:24.2272628Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/shufflenet_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:59:24.2273953Z creating build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:59:24.2274833Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:59:24.2275790Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/beam_search.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:59:24.2276798Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:59:24.2277831Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:59:24.2278872Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:59:24.2279819Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:59:24.2280773Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:59:24.2281723Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/translate.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:59:24.2282796Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2283328Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2284049Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/backend.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2286099Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/backend_cpp_rep.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2286671Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/backend_rep.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2288531Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/error.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2289061Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/frontend.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2290173Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2291202Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/onnxifi.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2292283Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/test_onnxifi.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2293505Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/workspace.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:59:24.2294486Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-11-23T00:59:24.2295202Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-11-23T00:59:24.2296646Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin/conversion.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-11-23T00:59:24.2297857Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:59:24.2298682Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:59:24.2299589Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/c2_ref_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:59:24.2300592Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/conversion_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:59:24.2301706Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:59:24.2302657Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/onnx_backend_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:59:24.2303594Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/ssa_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:59:24.2304543Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:59:24.2306333Z creating build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2307222Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2308284Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2309132Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/activation_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2310117Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adadelta_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2310848Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adagrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2311699Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adagrad_test_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2312599Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adam_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2313737Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/affine_channel_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2315002Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/alias_with_name_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2316106Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/apmeter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2317267Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/arg_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2318337Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/assert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2319374Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/async_net_barrier_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2320423Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/atomic_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2321480Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/basic_rnn_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2322650Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_box_cox_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2323745Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_bucketize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2325170Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_moments_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2326652Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2329066Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/bbox_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2329841Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/bisect_percentile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2330566Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/blobs_queue_db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2331356Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/boolean_mask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2332077Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/boolean_unmask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2333021Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2333836Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/bucketize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2334645Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cast_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2335507Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ceil_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2336540Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2337361Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/channel_shuffle_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2338206Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/channel_stats_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2339303Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/checkpoint_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2340705Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/clip_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2341535Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/clip_tensor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2342244Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2343279Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/concat_op_cost_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2344212Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/concat_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2345093Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conditional_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2345675Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conftest.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2346625Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2348368Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conv_transpose_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2349294Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/copy_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2350065Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2351189Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2351942Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/counter_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2352954Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/crf_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2354011Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cross_entropy_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2354836Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2355747Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2357556Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cudnn_recurrent_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2358567Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/data_couple_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2359535Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/dataset_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2360631Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/decay_adagrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2361381Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/deform_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2362649Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2363577Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2364525Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/detectron_keypoints.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2365359Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/distance_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2366431Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/dropout_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2367313Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/duplicate_operands_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2368076Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_linear_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2369180Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2371172Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2371570Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2372456Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/emptysample_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2373469Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/enforce_finite_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2374456Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ensure_clipped_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2375262Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2376193Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/erf_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2377645Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/expand_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2378298Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/fc_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2379276Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/feature_maps_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2380401Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/filler_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2381274Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/find_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2382279Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/flatten_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2383258Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/flexible_top_k_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2384353Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/floor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2385287Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2386114Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2387393Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/gather_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2388449Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/gather_ranges_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2389291Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2390149Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2391084Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/glu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2392036Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/group_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2392970Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/group_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2393914Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/gru_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2395394Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2396624Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/histogram_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2397519Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/hsm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2398441Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/hyperbolic_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2399017Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/im2col_col2im_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2400385Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/image_input_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2401575Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/index_hash_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2402272Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/index_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2403259Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/instance_norm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2404050Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/integral_image_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2405429Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/jsd_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2406398Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/key_split_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2407126Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lars_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2408493Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/layer_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2409461Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/leaky_relu_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2410322Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2411222Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/learning_rate_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2412139Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/load_save_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2413642Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/length_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2414341Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_pad_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2415613Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2416807Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2417580Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2418771Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2419958Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/locally_connected_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2420815Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/loss_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2422493Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lpnorm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2423399Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/map_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2424466Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2425876Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2426532Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/math_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2427439Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/matmul_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2428729Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mean_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2429733Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/merge_id_lists_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2430675Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mkl_conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2431799Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2432432Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mod_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2433319Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/moments_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2434188Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/momentum_sgd_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2435117Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mpi_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2436082Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mul_gradient_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2437197Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/negate_gradient_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2438083Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ngram_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2438991Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/normalize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2439759Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/numpy_tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2440799Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/one_hot_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2441608Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/onnx_while_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2442798Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/order_switch_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2443717Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pack_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2444738Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2445673Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2446618Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/partition_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2448934Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/percentile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2449366Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2450018Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pooling_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2450963Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/prepend_dim_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2452025Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/python_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2453011Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/quantile_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2453756Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2454952Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rank_loss_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2455784Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rebatching_queue_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2456896Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/record_queue_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2457886Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/recurrent_net_executor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2458933Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/recurrent_network_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2460300Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/reduce_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2461422Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/reduction_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2462365Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/reshape_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2463425Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/resize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2464387Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rmac_regions_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2465360Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rms_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2466176Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rnn_cell_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2468356Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2469060Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rowwise_counter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2469668Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/scale_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2470507Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/segment_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2472299Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/self_binning_histogram_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2472912Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/selu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2473645Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sequence_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2474833Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/shape_inference_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2476010Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2476805Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/softmax_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2477846Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/softplus_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2478553Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2479598Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2480379Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2481369Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2482375Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2483530Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_normalize_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2484292Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2485142Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2486674Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/spatial_bn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2487798Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/specialized_segment_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2488609Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/split_op_cost_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2489559Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/square_root_divide_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2490344Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/stats_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2491328Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/stats_put_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2491988Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/storm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2492995Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/string_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2493671Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/text_file_reader_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2494702Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/thresholded_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2495420Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2496235Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/top_k_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2497057Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/torch_integration_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2498283Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/transpose_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2499034Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/trigonometric_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2499718Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/unique_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2500544Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2501350Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/unsafe_coalesce_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2502119Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/upsample_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2502904Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/utility_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2503841Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/video_input_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2504711Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weight_scale_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2505520Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weighted_multi_sample_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2506254Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weighted_sample_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2507081Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weighted_sum_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2508153Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/wngrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:59:24.2509367Z creating build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:59:24.2510128Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:59:24.2510915Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/mobile_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:59:24.2511879Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/mobile_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:59:24.2512770Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:59:24.2513681Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:59:24.2514603Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_py_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:59:24.2515476Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:59:24.2516317Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/serde.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:59:24.2517407Z creating build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-11-23T00:59:24.2518129Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-11-23T00:59:24.2518873Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn/lstm_comparison.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-11-23T00:59:24.2519701Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn/rnn_cell_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-11-23T00:59:24.2520744Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-11-23T00:59:24.2521432Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-11-23T00:59:24.2522347Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/coverage.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-11-23T00:59:24.2523137Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/serialized_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-11-23T00:59:24.2524217Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data 2022-11-23T00:59:24.2525775Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2526712Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2528039Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2528855Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2529760Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2530795Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2531415Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2532354Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2533126Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2534499Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2535176Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2536230Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2536952Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2538088Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2538788Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2539902Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2541094Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2541859Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2542846Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2543701Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2544744Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2545402Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2546432Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2547366Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2547975Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2548929Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2549792Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2550620Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2551490Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2552386Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2553066Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2554573Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2555373Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2556247Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2557141Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2557864Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2558697Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2559582Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2560906Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2561938Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2563063Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2563503Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2564539Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2565566Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2566701Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2567379Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2568492Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2569430Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2570239Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2572327Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2572858Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2573682Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2574401Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2575375Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2576273Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2577220Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2578212Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2579072Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2580062Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2581076Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2581952Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2583660Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2584394Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2585338Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2586432Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2587467Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2588446Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2589428Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2590663Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2591725Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2592549Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2593126Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2594110Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2594892Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2595841Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2596661Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2598666Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2599524Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2600009Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2600601Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2601271Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2601968Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2603194Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2604132Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2605115Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2606225Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2607135Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2608823Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2609779Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2610491Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2611444Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2612447Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2613162Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2614306Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2615118Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2616026Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2616833Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2617896Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2618950Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2619877Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2620566Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2621517Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2622454Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2623419Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2624417Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2625486Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2626242Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2627267Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2628280Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2629128Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2629966Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2631061Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2631939Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2633030Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2633793Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2634727Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2635625Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2636676Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2637601Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2638549Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2639453Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2640481Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2641288Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2642247Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2643133Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2644714Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2645615Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2646633Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2647631Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2648438Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2649487Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2650391Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2651228Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2652504Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2653222Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2654030Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2655061Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2655918Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2656831Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2657972Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2659119Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2660431Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2661519Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2662681Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2663975Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2665071Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2666125Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2667114Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2668374Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2669493Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2670898Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2672169Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2673248Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2674539Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2675513Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2676528Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2677750Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:59:24.2678941Z creating build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:59:24.2679564Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:59:24.2680999Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/blob_deallocation_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:59:24.2682044Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/do_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:59:24.2683245Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/executor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:59:24.2684307Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/executor_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:59:24.2685310Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/fakefp16_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:59:24.2686724Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/gpu_context_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:59:24.2687736Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/inference_lstm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:59:24.2688684Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/python_protobuf_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:59:24.2690063Z creating build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-11-23T00:59:24.2690768Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-11-23T00:59:24.2692032Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/test_pt_onnx_trt.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-11-23T00:59:24.2693170Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/test_trt.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-11-23T00:59:24.2694309Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/transform.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-11-23T00:59:24.2695668Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:59:24.2975129Z creating build/bdist.linux-x86_64/wheel/caffe2/quantization 2022-11-23T00:59:24.2975711Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization 2022-11-23T00:59:24.2976329Z creating build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2977025Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2978232Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2979420Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2980432Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2981408Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/compute_equalization_scale_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2982614Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2983837Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2984972Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2985954Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2987925Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2989186Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2990345Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2991687Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/dnnlowp_test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2993099Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2994207Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2995244Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2996301Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2997646Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.2999156Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3000334Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_fp16_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3002152Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3003280Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3004630Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3006209Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3008685Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/int8_gen_quant_params_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3009482Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3010927Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3013384Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/observer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3014541Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3015837Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3017111Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3018129Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3019133Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3020249Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3021455Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3022363Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3024100Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/utils.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:59:24.3026064Z creating build/bdist.linux-x86_64/wheel/functorch 2022-11-23T00:59:24.3026772Z copying build/lib.linux-x86_64-cpython-37/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T00:59:24.3030157Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3030797Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3032119Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3034568Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3035788Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3037086Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3038679Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3039764Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3042066Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3043203Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3044629Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/named_members_polyfill.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3046727Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3047231Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3049450Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3050112Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3051523Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:59:24.3053465Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T00:59:24.3054030Z copying build/lib.linux-x86_64-cpython-37/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T00:59:24.3055330Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:59:24.3055745Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:59:24.3057193Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:59:24.3058187Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:59:24.3059071Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:59:24.3060418Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:59:24.3061797Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:59:24.3062240Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:59:24.3063801Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:59:24.3064610Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:59:24.3066189Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:59:24.3066837Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:59:24.3067884Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/_map.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:59:24.3070367Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:59:24.3070754Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:59:24.3071840Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:59:24.3072203Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:59:24.3073596Z copying build/lib.linux-x86_64-cpython-37/functorch/_C.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T00:59:24.3077451Z creating build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3077766Z copying build/lib.linux-x86_64-cpython-37/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3078533Z copying build/lib.linux-x86_64-cpython-37/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3079753Z copying build/lib.linux-x86_64-cpython-37/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3080400Z copying build/lib.linux-x86_64-cpython-37/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3082389Z copying build/lib.linux-x86_64-cpython-37/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3082868Z copying build/lib.linux-x86_64-cpython-37/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3083518Z copying build/lib.linux-x86_64-cpython-37/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3084972Z copying build/lib.linux-x86_64-cpython-37/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3086256Z copying build/lib.linux-x86_64-cpython-37/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3087347Z copying build/lib.linux-x86_64-cpython-37/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3088686Z copying build/lib.linux-x86_64-cpython-37/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3089388Z copying build/lib.linux-x86_64-cpython-37/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3091255Z copying build/lib.linux-x86_64-cpython-37/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3092090Z copying build/lib.linux-x86_64-cpython-37/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3093602Z copying build/lib.linux-x86_64-cpython-37/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3094362Z copying build/lib.linux-x86_64-cpython-37/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3095984Z copying build/lib.linux-x86_64-cpython-37/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3096638Z copying build/lib.linux-x86_64-cpython-37/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3097797Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3099277Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3100988Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3102092Z copying build/lib.linux-x86_64-cpython-37/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3105429Z copying build/lib.linux-x86_64-cpython-37/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3106512Z copying build/lib.linux-x86_64-cpython-37/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3107387Z copying build/lib.linux-x86_64-cpython-37/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3108638Z copying build/lib.linux-x86_64-cpython-37/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3109447Z copying build/lib.linux-x86_64-cpython-37/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3111063Z copying build/lib.linux-x86_64-cpython-37/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3112156Z copying build/lib.linux-x86_64-cpython-37/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3113270Z copying build/lib.linux-x86_64-cpython-37/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3115638Z copying build/lib.linux-x86_64-cpython-37/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3116157Z copying build/lib.linux-x86_64-cpython-37/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3116781Z copying build/lib.linux-x86_64-cpython-37/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3117834Z copying build/lib.linux-x86_64-cpython-37/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3119115Z copying build/lib.linux-x86_64-cpython-37/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3120485Z copying build/lib.linux-x86_64-cpython-37/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3121499Z copying build/lib.linux-x86_64-cpython-37/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3122496Z copying build/lib.linux-x86_64-cpython-37/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.3123413Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:59:24.3123959Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:59:24.3124989Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:59:24.3126759Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:59:24.3127610Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T00:59:24.3128220Z copying build/lib.linux-x86_64-cpython-37/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T00:59:24.3129226Z copying build/lib.linux-x86_64-cpython-37/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T00:59:24.3130316Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3130960Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3132066Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/allowed_functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3132845Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3133868Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3135318Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3136959Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3137513Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3138456Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3139638Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3140579Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3141386Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3144197Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3144481Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3144767Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3145990Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3147240Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3148761Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3150438Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3151547Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/skipfiles.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3152607Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3153682Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3155248Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3156197Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/test_minifier_common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3157633Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3158416Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:59:24.3160471Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3160856Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3162790Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3163346Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/backends.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3164372Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3165092Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/inference.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3165740Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/log_args.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3167899Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/normalize.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3168353Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/subgraph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3168897Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/torchxla_integration.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3170283Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/training.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:59:24.3171565Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3172158Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3173186Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/base.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3173984Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/builder.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3175141Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/builtin.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3176171Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/constant.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3177005Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/dicts.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3177863Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3179484Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/lists.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3179933Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/misc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3183687Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/nn_module.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3184092Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/tensor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3184399Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/torch.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3184707Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/user_defined.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:59:24.3186063Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:59:24.3186349Z copying build/lib.linux-x86_64-cpython-37/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:59:24.3187685Z copying build/lib.linux-x86_64-cpython-37/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:59:24.3189271Z copying build/lib.linux-x86_64-cpython-37/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:59:24.3190110Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3191219Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3191945Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3193740Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3194369Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3196077Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/cuda_properties.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3197002Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3197774Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3199184Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3200039Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3201028Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3203045Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3204655Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3206458Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3207137Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3208511Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3209896Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3211355Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3212031Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:59:24.3213029Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3213750Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3214552Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/autotuner.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3216227Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3217297Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/cpp.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3219517Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/triton.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3221460Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/triton_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3221847Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/wrapper.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3222635Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3223856Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3225239Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3227107Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/triton_mm.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:59:24.3228451Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:59:24.3229066Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:59:24.3230023Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/autotune.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:59:24.3231477Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/batched_matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:59:24.3233391Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/conv.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:59:24.3234017Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/conv1x1.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:59:24.3235495Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/conv_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:59:24.3236147Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:59:24.3237095Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/mm_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:59:24.3237935Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:59:24.3239551Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3240170Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3240827Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3241420Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3242783Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3243920Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3245088Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3246634Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3247468Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3249189Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3254080Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3255462Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:59:24.3256816Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:59:24.3257099Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:59:24.3259529Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:59:24.3260346Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:59:24.3260905Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:59:24.3262344Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:59:24.3263914Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T00:59:24.3264479Z copying build/lib.linux-x86_64-cpython-37/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T00:59:24.3266766Z copying build/lib.linux-x86_64-cpython-37/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T00:59:24.3268257Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:59:24.3268786Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:59:24.3287483Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:59:24.3288368Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:59:24.3290053Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T00:59:24.3290564Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T00:59:24.3291290Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T00:59:24.3291829Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T00:59:24.3292811Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T00:59:24.3293495Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/nn/functional/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T00:59:24.3295006Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T00:59:24.3295304Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T00:59:24.3296996Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:59:24.3297288Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:59:24.3298772Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:59:24.3299878Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:59:24.3300653Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:59:24.3302450Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T00:59:24.3303259Z copying build/lib.linux-x86_64-cpython-37/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T00:59:24.3306537Z copying build/lib.linux-x86_64-cpython-37/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T00:59:24.3306837Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T00:59:24.3307213Z copying build/lib.linux-x86_64-cpython-37/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T00:59:24.3307948Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T00:59:24.3308804Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T00:59:24.3310168Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T00:59:24.3310622Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T00:59:24.3311507Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T00:59:24.3312272Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T00:59:24.3313132Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T00:59:24.3314661Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T00:59:24.3315458Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T00:59:24.3316747Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:59:24.3317248Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:59:24.3318293Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:59:24.3319981Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:59:24.3321354Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:59:24.3322788Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T00:59:24.3323774Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T00:59:24.3325338Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T00:59:24.3329543Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T00:59:24.3329780Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:24.3330158Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:24.3330741Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:24.3331438Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:59:24.3331923Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:59:24.3333023Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:59:24.3333530Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:59:24.3335299Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:59:24.3335921Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T00:59:24.3336213Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T00:59:24.3337802Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T00:59:24.3338430Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T00:59:24.3339674Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:59:24.3340278Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:59:24.3342389Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:59:24.3342699Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:59:24.3343526Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:59:24.3344335Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:59:24.3345477Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:59:24.3346721Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:59:24.3348398Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T00:59:24.3348704Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T00:59:24.3351073Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T00:59:24.3351636Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T00:59:24.3352080Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T00:59:24.3352798Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T00:59:24.3354593Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T00:59:24.3355059Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T00:59:24.3356049Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T00:59:24.3357460Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T00:59:24.3358413Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T00:59:24.3360070Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:59:24.3360465Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:59:24.3361578Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:59:24.3362621Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:59:24.3364221Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:59:24.3366448Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3367053Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3368628Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3369829Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3371114Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3372987Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3374491Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3376346Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3377750Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3379049Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3380341Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3381410Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:59:24.3382805Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T00:59:24.3383526Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T00:59:24.3385404Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:24.3386023Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:24.3387147Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:24.3388631Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:24.3389464Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:24.3390717Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:24.3392113Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:59:24.3393357Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T00:59:24.3393687Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T00:59:24.3395238Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T00:59:24.3396201Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T00:59:24.3396589Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T00:59:24.3397953Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T00:59:24.3398909Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:59:24.3400119Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:59:24.3400511Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:59:24.3401985Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T00:59:24.3402475Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T00:59:24.3403456Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T00:59:24.3404474Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T00:59:24.3405863Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3406557Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3407329Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/graph_matcher.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3408387Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/graph_passes.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3410113Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3411237Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3412350Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/ns_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3413091Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3414431Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3415315Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3416472Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/weight_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:59:24.3417774Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T00:59:24.3418323Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T00:59:24.3419163Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T00:59:24.3420600Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T00:59:24.3421291Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T00:59:24.3422528Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:59:24.3423095Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:59:24.3423700Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:59:24.3424870Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:59:24.3425705Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:59:24.3426441Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:59:24.3427852Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:59:24.3429403Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:59:24.3429802Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:59:24.3431132Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:59:24.3432427Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:59:24.3433495Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T00:59:24.3434228Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T00:59:24.3435013Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:59:24.3435505Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:59:24.3436526Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:24.3437398Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:24.3438227Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T00:59:24.3439077Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T00:59:24.3439733Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T00:59:24.3440701Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T00:59:24.3442135Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:59:24.3442822Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:59:24.3443811Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:59:24.3444976Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:59:24.3445738Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:59:24.3446915Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:59:24.3448235Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:59:24.3448728Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:59:24.3449713Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:59:24.3450664Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:59:24.3451665Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:59:24.3452681Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3454851Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3455279Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3456281Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3457138Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3457923Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3458922Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3460181Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3461039Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3462754Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3463749Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3464791Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3466359Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3466786Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3468331Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3469521Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3470533Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3471534Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3472602Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:59:24.3474598Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3474977Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3476154Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3478154Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3478600Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/executorch.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3479881Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3480673Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/native.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3481673Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3482455Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3484065Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3485154Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3485910Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/x86.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:59:24.3487413Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3488008Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3489305Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_decomposed.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3490067Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3491293Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3492654Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/backend_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3494015Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3495134Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/custom_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3495632Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3496219Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3497558Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3499316Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3499732Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3501190Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3501943Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3503622Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3505322Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3506375Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3506902Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/tracer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3508236Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:59:24.3509824Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:24.3510181Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:24.3511636Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:24.3512804Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:24.3513910Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:24.3514408Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:59:24.3516101Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3516412Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3518093Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3518553Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3519859Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3520839Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3522252Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3523005Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3525236Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3525540Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3527182Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3528687Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3530405Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:59:24.3531729Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T00:59:24.3532138Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T00:59:24.3533565Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T00:59:24.3533940Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T00:59:24.3534933Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T00:59:24.3535443Z copying build/lib.linux-x86_64-cpython-37/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T00:59:24.3537025Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T00:59:24.3537459Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T00:59:24.3538059Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T00:59:24.3539585Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T00:59:24.3540290Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T00:59:24.3541281Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T00:59:24.3542313Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T00:59:24.3544480Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T00:59:24.3544998Z copying build/lib.linux-x86_64-cpython-37/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T00:59:24.3546741Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T00:59:24.3547514Z copying build/lib.linux-x86_64-cpython-37/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T00:59:24.3548659Z copying build/lib.linux-x86_64-cpython-37/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T00:59:24.3550473Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T00:59:24.3550935Z copying build/lib.linux-x86_64-cpython-37/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T00:59:24.3552911Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T00:59:24.3553351Z copying build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T00:59:24.3555008Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T00:59:24.3555736Z copying build/lib.linux-x86_64-cpython-37/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T00:59:24.3557329Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T00:59:24.3557735Z copying build/lib.linux-x86_64-cpython-37/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T00:59:24.3559209Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T00:59:24.3559517Z copying build/lib.linux-x86_64-cpython-37/torch/backends/opt_einsum/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T00:59:24.3561101Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T00:59:24.3561423Z copying build/lib.linux-x86_64-cpython-37/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T00:59:24.3562571Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T00:59:24.3563192Z copying build/lib.linux-x86_64-cpython-37/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T00:59:24.3564189Z copying build/lib.linux-x86_64-cpython-37/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T00:59:24.3566161Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T00:59:24.3566499Z copying build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T00:59:24.3567725Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T00:59:24.3568126Z copying build/lib.linux-x86_64-cpython-37/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T00:59:24.3569895Z copying build/lib.linux-x86_64-cpython-37/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T00:59:24.3571468Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T00:59:24.3571778Z copying build/lib.linux-x86_64-cpython-37/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T00:59:24.3573340Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T00:59:24.3573860Z copying build/lib.linux-x86_64-cpython-37/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T00:59:24.3574897Z copying build/lib.linux-x86_64-cpython-37/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T00:59:24.3575827Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3576527Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3577729Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3579077Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3579598Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3580636Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3581515Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3582694Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3583423Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3584761Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3585735Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3587178Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3588394Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3589122Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3589953Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3591575Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3592550Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:59:24.3594032Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:59:24.3595324Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:59:24.3596421Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:59:24.3596961Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:59:24.3597901Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:59:24.3599688Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3600159Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3601178Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3601992Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/c10d_error_logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3602813Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3603416Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3605749Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3606899Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3607390Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3608924Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3609679Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3610922Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:59:24.3612136Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:59:24.3612894Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:59:24.3613975Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/_ddp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:59:24.3615329Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:59:24.3617494Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/contract.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:59:24.3618539Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:59:24.3619729Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/replicate.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:59:24.3620641Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:59:24.3621207Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:59:24.3622046Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:59:24.3623728Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:59:24.3624489Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/common_op_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:59:24.3625158Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:59:24.3626959Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/op_registry_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:59:24.3628443Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/partial_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:59:24.3629361Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/replicated_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:59:24.3630363Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:59:24.3631421Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T00:59:24.3632085Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T00:59:24.3633372Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T00:59:24.3634398Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T00:59:24.3635480Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T00:59:24.3637303Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.3637664Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.3639060Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.3640097Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.3641291Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.3642088Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.3642906Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.3644331Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3644848Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3645630Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3646645Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3648046Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3648770Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3649386Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3650914Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3651519Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3652376Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3653354Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:59:24.3655591Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T00:59:24.3656269Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T00:59:24.3657048Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T00:59:24.3657631Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:59:24.3658906Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:59:24.3659702Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:59:24.3660271Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:59:24.3661633Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:59:24.3663361Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:24.3664064Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:24.3665508Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:24.3666002Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:24.3666956Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:24.3667726Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:24.3668786Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:24.3669571Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:24.3671205Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:59:24.3672064Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T00:59:24.3672502Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T00:59:24.3673849Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T00:59:24.3674185Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T00:59:24.3675783Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T00:59:24.3676414Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T00:59:24.3676892Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T00:59:24.3678675Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:59:24.3679233Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:59:24.3680293Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:59:24.3681860Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:59:24.3682228Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:59:24.3683658Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/placement_types.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:59:24.3684904Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/redistribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:59:24.3685750Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:59:24.3687649Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:59:24.3688556Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:59:24.3689930Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/common_rules.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:59:24.3690413Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:59:24.3691228Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:59:24.3692738Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/pointwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:59:24.3693814Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:59:24.3694789Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:59:24.3695865Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:59:24.3696961Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/view_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:59:24.3698823Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:59:24.3699467Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:59:24.3700786Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:59:24.3701821Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:59:24.3702951Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/fsdp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:59:24.3705976Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:59:24.3706603Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/style.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:59:24.3707159Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:59:24.3708908Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T00:59:24.3709257Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T00:59:24.3710808Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T00:59:24.3712692Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T00:59:24.3713245Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T00:59:24.3713825Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T00:59:24.3715189Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:59:24.3716020Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:59:24.3718092Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:59:24.3718868Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:59:24.3719624Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:59:24.3720992Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:59:24.3722570Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T00:59:24.3723273Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T00:59:24.3724082Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T00:59:24.3724840Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:24.3725882Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:24.3727019Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:24.3727789Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:24.3729210Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:24.3729639Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:24.3730155Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:24.3731333Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:24.3732438Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:59:24.3733529Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:59:24.3734139Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:59:24.3735232Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:59:24.3736220Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:59:24.3736794Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:59:24.3738051Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T00:59:24.3738743Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T00:59:24.3744025Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3744904Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3745251Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3745881Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/dedup_tensors.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3746230Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3746700Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3747108Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3747519Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3747989Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3748815Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3749793Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3750389Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3751498Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3752297Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/traverse.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3753215Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:59:24.3755163Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T00:59:24.3755649Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T00:59:24.3756549Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T00:59:24.3757108Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T00:59:24.3758711Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T00:59:24.3759084Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T00:59:24.3760426Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T00:59:24.3762311Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T00:59:24.3763337Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T00:59:24.3763980Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T00:59:24.3764964Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T00:59:24.3766173Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T00:59:24.3767258Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T00:59:24.3767946Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T00:59:24.3769865Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T00:59:24.3771766Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:59:24.3772373Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:59:24.3772984Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:59:24.3773993Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:59:24.3775119Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:59:24.3776334Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:59:24.3776820Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:59:24.3778249Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:59:24.3779625Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:59:24.3781609Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3782267Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3783464Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3784627Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3785518Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3787057Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3789136Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3789774Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3790928Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3791691Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3792467Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3794637Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:59:24.3795127Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:59:24.3795832Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:59:24.3796551Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:59:24.3797935Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:59:24.3799266Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer/local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:59:24.3800986Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:59:24.3801491Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:59:24.3801956Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:59:24.3803341Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/distributed.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:59:24.3804998Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/log_level.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:59:24.3806146Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/logging.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:59:24.3807591Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:59:24.3809330Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T00:59:24.3809767Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T00:59:24.3811390Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T00:59:24.3811831Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T00:59:24.3813655Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3814039Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3815003Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_common_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3816001Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3817158Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3817900Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_init_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3819380Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3820358Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3822331Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3823361Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3824456Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3825324Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3827449Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3828013Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3828651Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3829874Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3830889Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3832201Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3833783Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3834495Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:59:24.3835792Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T00:59:24.3836522Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T00:59:24.3838967Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T00:59:24.3839863Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T00:59:24.3840292Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T00:59:24.3841679Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T00:59:24.3843196Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T00:59:24.3843598Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T00:59:24.3844592Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api/remote_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T00:59:24.3846800Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T00:59:24.3847201Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T00:59:24.3848655Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/instantiator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T00:59:24.3850103Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T00:59:24.3850913Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T00:59:24.3851879Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T00:59:24.3853045Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3853761Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3854676Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3855708Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3856555Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3857813Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3858493Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3859800Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3860549Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3861552Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3862538Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3863481Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3865505Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3865964Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3866770Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:59:24.3868954Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T00:59:24.3869773Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T00:59:24.3870411Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3872662Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3873066Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3874176Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3874797Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/copy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3875696Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/dependency.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3876763Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/microbatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3877451Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/phony.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3878464Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/pipe.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3879587Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/pipeline.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3880439Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/stream.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3881994Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3883086Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/worker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:59:24.3884039Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T00:59:24.3884650Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T00:59:24.3885665Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T00:59:24.3887030Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance/profile.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T00:59:24.3888146Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:24.3888722Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:24.3889911Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/layout.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:24.3890843Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/namespace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:24.3892981Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/portal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:24.3893661Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/skippable.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:24.3894616Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:59:24.3896559Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3897205Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3897969Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3898824Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3900042Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3901136Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3902033Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3902888Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3905030Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3906162Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3906873Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:59:24.3907940Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T00:59:24.3908543Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T00:59:24.3909738Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T00:59:24.3911407Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3911910Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3912896Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3914387Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3915088Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3916160Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3917011Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3918268Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3919271Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3920276Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3921019Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3922268Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3922976Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3924034Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3925081Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3925943Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3927139Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3928233Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3929391Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3930187Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3930903Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3931761Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3932662Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3933819Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3934890Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3936960Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3937570Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3938345Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3939215Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3940108Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3941071Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3941999Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3942868Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3943956Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3944875Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3945596Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3946464Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3947263Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3948781Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3949520Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3950382Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3951276Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3952554Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3953343Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3954368Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3955171Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3956042Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:59:24.3957608Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T00:59:24.3958049Z copying build/lib.linux-x86_64-cpython-37/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T00:59:24.3959494Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T00:59:24.3960107Z copying build/lib.linux-x86_64-cpython-37/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T00:59:24.3961408Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3961874Z copying build/lib.linux-x86_64-cpython-37/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3963024Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3964215Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3965219Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3966169Z copying build/lib.linux-x86_64-cpython-37/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3967043Z copying build/lib.linux-x86_64-cpython-37/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3968580Z copying build/lib.linux-x86_64-cpython-37/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3969601Z copying build/lib.linux-x86_64-cpython-37/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3970428Z copying build/lib.linux-x86_64-cpython-37/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3971236Z copying build/lib.linux-x86_64-cpython-37/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3972352Z copying build/lib.linux-x86_64-cpython-37/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3973492Z copying build/lib.linux-x86_64-cpython-37/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3974281Z copying build/lib.linux-x86_64-cpython-37/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3975402Z copying build/lib.linux-x86_64-cpython-37/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3976201Z copying build/lib.linux-x86_64-cpython-37/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:59:24.3977611Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3978328Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3979129Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3980319Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3981481Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3982226Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3983539Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3984455Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3985282Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3986782Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3987476Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3988469Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3989698Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3990504Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3991753Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/schema_type_annotation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3993498Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3994203Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:59:24.3995404Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:24.3996755Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:24.3997553Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:24.3998452Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:24.3999440Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:24.4000803Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:24.4001589Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:24.4002769Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:24.4003888Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:59:24.4005259Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:59:24.4006243Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:59:24.4007307Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:59:24.4008531Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:59:24.4009633Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/match.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:59:24.4010696Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/more.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:59:24.4011796Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/unification_tools.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:59:24.4012897Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:59:24.4013983Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/variable.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:59:24.4014971Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:24.4016031Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:24.4017320Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:24.4018603Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:24.4019905Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:24.4021125Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:24.4022407Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:59:24.4023237Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4024030Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4024937Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/fake_tensor_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4025869Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4026821Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4027750Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/net_min_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4028733Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4029662Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4030581Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4031509Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4032413Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4033413Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4034320Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4035247Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4036175Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:59:24.4037360Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T00:59:24.4038124Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T00:59:24.4041491Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T00:59:24.4042372Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T00:59:24.4042890Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T00:59:24.4043432Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T00:59:24.4044193Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T00:59:24.4045005Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T00:59:24.4045522Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:59:24.4046280Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:59:24.4047036Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra/partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:59:24.4047778Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:59:24.4048405Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:59:24.4049249Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T00:59:24.4049914Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T00:59:24.4050553Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T00:59:24.4051563Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:59:24.4052459Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:59:24.4053388Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:59:24.4054440Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils/fuser_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:59:24.4055300Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils/matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:59:24.4057164Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4057639Z copying build/lib.linux-x86_64-cpython-37/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4058547Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4059836Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4060627Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4061718Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4062388Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4063481Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4064397Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4065532Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4066681Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4067481Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4068576Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4069398Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4070161Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4071842Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4073003Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4074292Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4075314Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4076009Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4078418Z copying build/lib.linux-x86_64-cpython-37/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4079321Z copying build/lib.linux-x86_64-cpython-37/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4080353Z copying build/lib.linux-x86_64-cpython-37/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4081378Z copying build/lib.linux-x86_64-cpython-37/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4082472Z copying build/lib.linux-x86_64-cpython-37/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4083433Z copying build/lib.linux-x86_64-cpython-37/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:59:24.4086448Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T00:59:24.4087258Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T00:59:24.4088184Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T00:59:24.4089019Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T00:59:24.4089642Z copying build/lib.linux-x86_64-cpython-37/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T00:59:24.4090279Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T00:59:24.4091031Z copying build/lib.linux-x86_64-cpython-37/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T00:59:24.4092251Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:59:24.4093145Z copying build/lib.linux-x86_64-cpython-37/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:59:24.4094127Z copying build/lib.linux-x86_64-cpython-37/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:59:24.4095218Z copying build/lib.linux-x86_64-cpython-37/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:59:24.4096920Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:59:24.4097801Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:59:24.4098768Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:59:24.4099819Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:59:24.4100783Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:59:24.4101893Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/creation.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:59:24.4103012Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:59:24.4103773Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:59:24.4104409Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:59:24.4104970Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T00:59:24.4105442Z copying build/lib.linux-x86_64-cpython-37/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T00:59:24.4106602Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:59:24.4107163Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:59:24.4108265Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:59:24.4109408Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:59:24.4109969Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:59:24.4110822Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:59:24.4111611Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:59:24.4113141Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T00:59:24.4113591Z copying build/lib.linux-x86_64-cpython-37/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T00:59:24.4114545Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4115023Z copying build/lib.linux-x86_64-cpython-37/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4116148Z copying build/lib.linux-x86_64-cpython-37/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4116754Z copying build/lib.linux-x86_64-cpython-37/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4117545Z copying build/lib.linux-x86_64-cpython-37/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4118452Z copying build/lib.linux-x86_64-cpython-37/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4121642Z copying build/lib.linux-x86_64-cpython-37/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4122427Z copying build/lib.linux-x86_64-cpython-37/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4123202Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4124911Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T00:59:24.4125555Z copying build/lib.linux-x86_64-cpython-37/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T00:59:24.4126413Z copying build/lib.linux-x86_64-cpython-37/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T00:59:24.4127368Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T00:59:24.4128150Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T00:59:24.4129496Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T00:59:24.4130086Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T00:59:24.4130774Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T00:59:24.4131963Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T00:59:24.4132499Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T00:59:24.4133560Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:59:24.4134127Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:59:24.4135302Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:59:24.4136468Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:59:24.4137274Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:59:24.4138590Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T00:59:24.4139164Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T00:59:24.4139986Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:59:24.4140515Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:59:24.4141724Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:24.4142436Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:24.4143266Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:59:24.4145009Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:59:24.4145689Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:59:24.4146491Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:59:24.4147443Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:59:24.4148229Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:59:24.4149418Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4150206Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4151116Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4152084Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4153381Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4154368Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4155347Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4156476Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4157524Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4159061Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4172843Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4173819Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4174519Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4175233Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4175716Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4176305Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4176902Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4177540Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4178171Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4178768Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4179338Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4180108Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4180720Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4181250Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4181897Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4182615Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4183269Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:59:24.4183637Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4184169Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4184738Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4185367Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4186182Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4186908Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4187506Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4188293Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4188945Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4190122Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4190769Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4191389Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4192377Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/common_types.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4192997Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/data_parallel.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4194080Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/parallel_apply.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4195131Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/replicate.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4195759Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/scatter_gather.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:59:24.4196820Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T00:59:24.4197460Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T00:59:24.4199038Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T00:59:24.4199850Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T00:59:24.4200686Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T00:59:24.4201519Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T00:59:24.4202401Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T00:59:24.4203422Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:59:24.4204262Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:59:24.4205067Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:59:24.4206110Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:59:24.4206843Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:59:24.4208318Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T00:59:24.4208774Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T00:59:24.4210183Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T00:59:24.4210689Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T00:59:24.4211828Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T00:59:24.4212955Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T00:59:24.4214538Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T00:59:24.4215111Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T00:59:24.4216058Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T00:59:24.4217583Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T00:59:24.4218116Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T00:59:24.4219636Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:59:24.4220286Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:59:24.4221346Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:59:24.4222129Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:59:24.4223103Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:59:24.4223861Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:59:24.4224797Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:59:24.4225978Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T00:59:24.4226713Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T00:59:24.4227877Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:59:24.4228477Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:59:24.4229563Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:59:24.4230455Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:59:24.4231585Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:59:24.4232962Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4233634Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4234791Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4235541Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4236495Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4237344Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4238133Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4239148Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4239851Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4240806Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4241618Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4242400Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:59:24.4243509Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4244244Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4245188Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4246259Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_per_sample_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4247386Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4248167Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4249011Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4249834Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4250747Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4251621Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4252448Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4253590Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4255211Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4256267Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4257522Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4258153Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4259296Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:59:24.4261841Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4262762Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4263971Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4264987Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4266011Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4267060Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4268233Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4269239Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4270408Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4271555Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4272299Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:59:24.4272803Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4273300Z copying build/lib.linux-x86_64-cpython-37/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:59:24.4274077Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4274533Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4275442Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4276097Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4277187Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4278264Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4278799Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4279757Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4280832Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4282041Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4282833Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4283968Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4284648Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4285663Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4287712Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4288669Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4290199Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4291430Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4292700Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4293596Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4294310Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4295154Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4296431Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4297517Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4298672Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4301017Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4302719Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:59:24.4303714Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:59:24.4304667Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:59:24.4305646Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:59:24.4306536Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:59:24.4307589Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:59:24.4308613Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:59:24.4309864Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T00:59:24.4310735Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T00:59:24.4311728Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T00:59:24.4312840Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T00:59:24.4313614Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:24.4314606Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:24.4315637Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:24.4316644Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/engine.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:24.4317734Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:24.4318807Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:59:24.4320048Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4320878Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4321819Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4322690Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4323864Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4324845Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4326856Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4327754Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4328590Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4329441Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4330145Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4331089Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4332026Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4332894Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4334100Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4335018Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4336200Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4336899Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4337888Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4338895Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4339797Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4340562Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4341670Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4342516Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4343458Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4344331Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4345430Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4346220Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4347063Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4348170Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4349158Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4351721Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4352752Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4353991Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4354824Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4355870Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4356802Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4357569Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4358261Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4359030Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4359840Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4360916Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4361881Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4363041Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4363847Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4365179Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4366160Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4367101Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4368100Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4369216Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4370396Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4371663Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4373008Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4373940Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4374739Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4375611Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:59:24.4376339Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4377110Z copying build/lib.linux-x86_64-cpython-37/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4377651Z copying build/lib.linux-x86_64-cpython-37/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4378494Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4379384Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4380426Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4381707Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4382893Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4383997Z copying build/lib.linux-x86_64-cpython-37/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4385164Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4386430Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4388052Z copying build/lib.linux-x86_64-cpython-37/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4389597Z copying build/lib.linux-x86_64-cpython-37/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4390717Z copying build/lib.linux-x86_64-cpython-37/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4391922Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4393169Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4394336Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4396125Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4399232Z copying build/lib.linux-x86_64-cpython-37/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4399613Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T00:59:24.4400017Z copying build/lib.linux-x86_64-cpython-37/torch/optim/_multi_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T00:59:24.4400659Z copying build/lib.linux-x86_64-cpython-37/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4401590Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4402813Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4403797Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4404556Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4405544Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4406605Z copying build/lib.linux-x86_64-cpython-37/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4407786Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4408498Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4409598Z copying build/lib.linux-x86_64-cpython-37/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4410369Z copying build/lib.linux-x86_64-cpython-37/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4411293Z copying build/lib.linux-x86_64-cpython-37/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4412131Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4413077Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4414079Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4414715Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4416140Z copying build/lib.linux-x86_64-cpython-37/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:59:24.4417619Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4418143Z copying build/lib.linux-x86_64-cpython-37/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4419295Z copying build/lib.linux-x86_64-cpython-37/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4420451Z copying build/lib.linux-x86_64-cpython-37/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4421590Z copying build/lib.linux-x86_64-cpython-37/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4422579Z copying build/lib.linux-x86_64-cpython-37/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4423661Z copying build/lib.linux-x86_64-cpython-37/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4424745Z copying build/lib.linux-x86_64-cpython-37/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4425893Z copying build/lib.linux-x86_64-cpython-37/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4426954Z copying build/lib.linux-x86_64-cpython-37/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4428282Z copying build/lib.linux-x86_64-cpython-37/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4429359Z copying build/lib.linux-x86_64-cpython-37/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4430544Z copying build/lib.linux-x86_64-cpython-37/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4431476Z copying build/lib.linux-x86_64-cpython-37/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4432724Z copying build/lib.linux-x86_64-cpython-37/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4434684Z copying build/lib.linux-x86_64-cpython-37/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:59:24.4436399Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:59:24.4436987Z copying build/lib.linux-x86_64-cpython-37/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:59:24.4438391Z copying build/lib.linux-x86_64-cpython-37/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:59:24.4439202Z copying build/lib.linux-x86_64-cpython-37/torch/package/analyze/is_from_package.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:59:24.4440965Z copying build/lib.linux-x86_64-cpython-37/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:59:24.4441600Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:59:24.4442797Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:59:24.4443892Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:59:24.4444995Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:59:24.4446434Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:59:24.4447579Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:59:24.4448765Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:59:24.4450417Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:59:24.4451473Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4453049Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4454269Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4455486Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4456501Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4457690Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4458788Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4459688Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4461433Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4461911Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4462729Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4463732Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4464824Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4465671Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4466602Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4467592Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:59:24.4469515Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4470037Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4471228Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4472195Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4473343Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4473931Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4475361Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4475886Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4477387Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4478321Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4479519Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4480374Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4482048Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:59:24.4482695Z creating build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T00:59:24.4484060Z copying build/lib.linux-x86_64-cpython-37/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T00:59:24.4485533Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T00:59:24.4486398Z copying build/lib.linux-x86_64-cpython-37/torch/signal/windows/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T00:59:24.4488552Z copying build/lib.linux-x86_64-cpython-37/torch/signal/windows/windows.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T00:59:24.4489661Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T00:59:24.4490403Z copying build/lib.linux-x86_64-cpython-37/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T00:59:24.4492088Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T00:59:24.4492614Z copying build/lib.linux-x86_64-cpython-37/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T00:59:24.4494433Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:59:24.4494796Z copying build/lib.linux-x86_64-cpython-37/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:59:24.4495873Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:59:24.4497767Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:59:24.4498450Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:59:24.4500551Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4501110Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4501681Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/autocast_test_lists.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4502746Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/check_kernel_launches.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4503654Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4504755Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_device_type.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4506288Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4507653Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4508207Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4509374Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4510217Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_methods_invocations.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4516669Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4518133Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4520471Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4522240Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4523271Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4523838Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4526148Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4527513Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4528092Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4529199Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/inductor_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4530058Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4531090Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4532814Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4533655Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4534243Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/schema_check_mode.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:59:24.4535771Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T00:59:24.4536193Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T00:59:24.4536975Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen/random_topo_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T00:59:24.4538572Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T00:59:24.4538902Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T00:59:24.4539773Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data/network1.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T00:59:24.4540393Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data/network2.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T00:59:24.4541674Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:59:24.4542360Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:59:24.4543036Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:59:24.4543922Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:59:24.4547644Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:59:24.4548785Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:59:24.4549600Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:59:24.4550175Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:59:24.4551692Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T00:59:24.4552083Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T00:59:24.4553220Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T00:59:24.4554159Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.4554791Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.4555742Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.4556646Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:59:24.4557996Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:59:24.4558368Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:59:24.4560039Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:59:24.4560548Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:59:24.4561834Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:59:24.4562997Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T00:59:24.4563657Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T00:59:24.4564575Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T00:59:24.4565180Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T00:59:24.4566554Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T00:59:24.4568396Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T00:59:24.4568777Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T00:59:24.4570537Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:24.4570883Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:24.4572065Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:24.4574101Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:24.4574934Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:24.4575789Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:24.4576599Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:24.4577586Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:24.4580408Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:59:24.4581258Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:59:24.4581842Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:59:24.4582954Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:59:24.4583936Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:59:24.4584866Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:59:24.4585321Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:59:24.4586684Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:59:24.4587765Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:59:24.4588868Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:59:24.4590125Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T00:59:24.4590515Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T00:59:24.4591930Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T00:59:24.4595455Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:59:24.4595827Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:59:24.4597099Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/core.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:59:24.4599113Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/refs.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:59:24.4600081Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:59:24.4601250Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:24.4602276Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:24.4603339Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:24.4604809Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:24.4606444Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:24.4608302Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:24.4610241Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:59:24.4611642Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T00:59:24.4612395Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T00:59:24.4613794Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module/future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T00:59:24.4614567Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T00:59:24.4615965Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4616659Z copying build/lib.linux-x86_64-cpython-37/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4617653Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4618547Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4619323Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4621102Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4621390Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4622227Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4623191Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4624906Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4625351Z copying build/lib.linux-x86_64-cpython-37/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4625894Z copying build/lib.linux-x86_64-cpython-37/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4627039Z copying build/lib.linux-x86_64-cpython-37/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4628024Z copying build/lib.linux-x86_64-cpython-37/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4629297Z copying build/lib.linux-x86_64-cpython-37/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4630133Z copying build/lib.linux-x86_64-cpython-37/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4632202Z copying build/lib.linux-x86_64-cpython-37/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4633197Z copying build/lib.linux-x86_64-cpython-37/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4634034Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4635030Z copying build/lib.linux-x86_64-cpython-37/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4636325Z copying build/lib.linux-x86_64-cpython-37/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4637213Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4638075Z copying build/lib.linux-x86_64-cpython-37/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4639059Z copying build/lib.linux-x86_64-cpython-37/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:59:24.4640690Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T00:59:24.4641135Z copying build/lib.linux-x86_64-cpython-37/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T00:59:24.4642837Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T00:59:24.4643288Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T00:59:24.4644574Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:59:24.4644960Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:59:24.4646136Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/blas_compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:59:24.4647015Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:59:24.4648801Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:59:24.4649688Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/end_to_end.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:59:24.4650592Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:59:24.4651518Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:59:24.4652583Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:59:24.4653368Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:59:24.4654747Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:24.4655133Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:24.4656024Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:24.4656685Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:24.4657651Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:24.4658455Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:24.4659375Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:59:24.4660678Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:59:24.4661484Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:59:24.4662051Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/_stubs.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:59:24.4663323Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:59:24.4664311Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:59:24.4665137Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:59:24.4666046Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:59:24.4667100Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:59:24.4667959Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/timer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:59:24.4669482Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:24.4670462Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:24.4671198Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:24.4672505Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:24.4673614Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:24.4674734Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:24.4675934Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:59:24.4680316Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:59:24.4680979Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T00:59:24.4681600Z copying build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T00:59:24.4682630Z copying build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T00:59:24.4684449Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:59:24.4685187Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:59:24.4686228Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:59:24.4687168Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:59:24.4689181Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:59:24.4690370Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:59:24.4691292Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:59:24.4692544Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:59:24.4693600Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:59:24.4695127Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:59:24.4695880Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:59:24.4696975Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/collate.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:59:24.4698047Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/fetch.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:59:24.4699158Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/pin_memory.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:59:24.4700163Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/serialization.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:59:24.4701067Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/signal_handling.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:59:24.4701994Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/worker.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:59:24.4703711Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:59:24.4704569Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:59:24.4705416Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/_decorator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:59:24.4706511Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:59:24.4707657Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/_typing.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:59:24.4708927Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/datapipe.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:59:24.4710401Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:59:24.4712327Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:24.4713042Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:24.4713920Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:24.4714792Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:24.4715952Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:24.4716902Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:59:24.4717821Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4718703Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4719641Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4720657Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4721623Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4722941Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4723707Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4725152Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4726116Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4726867Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4727683Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4728566Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:59:24.4730309Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:59:24.4730795Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:59:24.4731679Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:59:24.4732355Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:59:24.4733277Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:59:24.4734146Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:59:24.4735094Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:59:24.4736234Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:59:24.4736572Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:59:24.4737549Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:59:24.4738443Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:59:24.4740007Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:59:24.4740689Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:59:24.4742286Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:59:24.4742617Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:59:24.4743567Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:59:24.4744317Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:59:24.4747502Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:59:24.4748942Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:59:24.4749865Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T00:59:24.4750794Z copying build/lib.linux-x86_64-cpython-37/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T00:59:24.4751684Z copying build/lib.linux-x86_64-cpython-37/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T00:59:24.4753304Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:59:24.4753971Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:59:24.4755150Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:59:24.4756358Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/skeleton.html -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:59:24.4757409Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/code.js -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:59:24.4758757Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/htm.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:59:24.4759653Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/preact.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:59:24.4761227Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4761963Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4763794Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4764824Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4765744Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4766926Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4768020Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4768938Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4770874Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4771206Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4772643Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:59:24.4773806Z copying build/lib.linux-x86_64-cpython-37/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:24.4775451Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4775784Z copying build/lib.linux-x86_64-cpython-37/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4806587Z copying build/lib.linux-x86_64-cpython-37/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4838652Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4880643Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4938323Z copying build/lib.linux-x86_64-cpython-37/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4940572Z copying build/lib.linux-x86_64-cpython-37/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4945702Z copying build/lib.linux-x86_64-cpython-37/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4951058Z copying build/lib.linux-x86_64-cpython-37/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4955914Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4960711Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.4966628Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.5053495Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.5059041Z copying build/lib.linux-x86_64-cpython-37/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.5060451Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.5091279Z copying build/lib.linux-x86_64-cpython-37/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:59:24.5093617Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5094389Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5098534Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5102765Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5106908Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5111646Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5115578Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5119622Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5124111Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5128833Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5133324Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5137250Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5141746Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_C++17_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5146066Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5150183Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5154238Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5158317Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5163051Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5168238Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5180648Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5184621Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5189241Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5193519Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5197608Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5201536Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5205709Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5210433Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5214653Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5219024Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5228229Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5232440Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5236482Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5250852Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5254933Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5259683Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5266003Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5271381Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5275978Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5280838Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5285375Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5290271Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5294666Z copying build/lib.linux-x86_64-cpython-37/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5300693Z copying build/lib.linux-x86_64-cpython-37/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5305201Z copying build/lib.linux-x86_64-cpython-37/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5310732Z copying build/lib.linux-x86_64-cpython-37/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5315789Z copying build/lib.linux-x86_64-cpython-37/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5320611Z copying build/lib.linux-x86_64-cpython-37/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5325439Z copying build/lib.linux-x86_64-cpython-37/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5330522Z copying build/lib.linux-x86_64-cpython-37/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5335009Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5339795Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5344083Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5351476Z copying build/lib.linux-x86_64-cpython-37/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5355754Z copying build/lib.linux-x86_64-cpython-37/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5359960Z copying build/lib.linux-x86_64-cpython-37/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5365038Z copying build/lib.linux-x86_64-cpython-37/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5369790Z copying build/lib.linux-x86_64-cpython-37/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5377028Z copying build/lib.linux-x86_64-cpython-37/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5381263Z copying build/lib.linux-x86_64-cpython-37/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5385742Z copying build/lib.linux-x86_64-cpython-37/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5390473Z copying build/lib.linux-x86_64-cpython-37/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5394941Z copying build/lib.linux-x86_64-cpython-37/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5399391Z copying build/lib.linux-x86_64-cpython-37/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5404043Z copying build/lib.linux-x86_64-cpython-37/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5408489Z copying build/lib.linux-x86_64-cpython-37/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5412809Z copying build/lib.linux-x86_64-cpython-37/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5417266Z copying build/lib.linux-x86_64-cpython-37/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5422565Z copying build/lib.linux-x86_64-cpython-37/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5427530Z copying build/lib.linux-x86_64-cpython-37/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5431838Z copying build/lib.linux-x86_64-cpython-37/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5436122Z copying build/lib.linux-x86_64-cpython-37/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5440790Z copying build/lib.linux-x86_64-cpython-37/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5445588Z copying build/lib.linux-x86_64-cpython-37/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5450157Z copying build/lib.linux-x86_64-cpython-37/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5456997Z copying build/lib.linux-x86_64-cpython-37/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5461669Z copying build/lib.linux-x86_64-cpython-37/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5463034Z copying build/lib.linux-x86_64-cpython-37/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5467568Z copying build/lib.linux-x86_64-cpython-37/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5472598Z copying build/lib.linux-x86_64-cpython-37/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5477001Z copying build/lib.linux-x86_64-cpython-37/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5481182Z copying build/lib.linux-x86_64-cpython-37/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5482461Z copying build/lib.linux-x86_64-cpython-37/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5488556Z copying build/lib.linux-x86_64-cpython-37/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5492897Z copying build/lib.linux-x86_64-cpython-37/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5497463Z copying build/lib.linux-x86_64-cpython-37/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5501790Z copying build/lib.linux-x86_64-cpython-37/torch/test/ExclusivelyOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5506756Z copying build/lib.linux-x86_64-cpython-37/torch/test/tensor_interop_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5515378Z copying build/lib.linux-x86_64-cpython-37/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5520487Z copying build/lib.linux-x86_64-cpython-37/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5530335Z copying build/lib.linux-x86_64-cpython-37/torch/test/TensorImpl_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5534759Z copying build/lib.linux-x86_64-cpython-37/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5540379Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5550244Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5558229Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5569550Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5578123Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5583151Z copying build/lib.linux-x86_64-cpython-37/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5590985Z copying build/lib.linux-x86_64-cpython-37/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5595403Z copying build/lib.linux-x86_64-cpython-37/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5599991Z copying build/lib.linux-x86_64-cpython-37/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5604143Z copying build/lib.linux-x86_64-cpython-37/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5630097Z copying build/lib.linux-x86_64-cpython-37/torch/test/blob_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5651746Z copying build/lib.linux-x86_64-cpython-37/torch/test/common_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5656142Z copying build/lib.linux-x86_64-cpython-37/torch/test/context_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5660484Z copying build/lib.linux-x86_64-cpython-37/torch/test/event_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5664872Z copying build/lib.linux-x86_64-cpython-37/torch/test/graph_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5673064Z copying build/lib.linux-x86_64-cpython-37/torch/test/init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5677304Z copying build/lib.linux-x86_64-cpython-37/torch/test/module_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5682215Z copying build/lib.linux-x86_64-cpython-37/torch/test/net_async_tracing_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5687240Z copying build/lib.linux-x86_64-cpython-37/torch/test/net_dag_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5692222Z copying build/lib.linux-x86_64-cpython-37/torch/test/net_simple_refcount_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5700538Z copying build/lib.linux-x86_64-cpython-37/torch/test/net_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5709440Z copying build/lib.linux-x86_64-cpython-37/torch/test/observer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5717320Z copying build/lib.linux-x86_64-cpython-37/torch/test/operator_schema_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5725422Z copying build/lib.linux-x86_64-cpython-37/torch/test/operator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5735164Z copying build/lib.linux-x86_64-cpython-37/torch/test/parallel_net_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5740263Z copying build/lib.linux-x86_64-cpython-37/torch/test/plan_executor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5748727Z copying build/lib.linux-x86_64-cpython-37/torch/test/serialization_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5753472Z copying build/lib.linux-x86_64-cpython-37/torch/test/stats_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5758239Z copying build/lib.linux-x86_64-cpython-37/torch/test/timer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5762499Z copying build/lib.linux-x86_64-cpython-37/torch/test/transform_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5771088Z copying build/lib.linux-x86_64-cpython-37/torch/test/workspace_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5775741Z copying build/lib.linux-x86_64-cpython-37/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5780368Z copying build/lib.linux-x86_64-cpython-37/torch/test/math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5785279Z copying build/lib.linux-x86_64-cpython-37/torch/test/fixed_divisor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5789869Z copying build/lib.linux-x86_64-cpython-37/torch/test/fatal_signal_asan_no_sig_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5794256Z copying build/lib.linux-x86_64-cpython-37/torch/test/simple_queue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5798533Z copying build/lib.linux-x86_64-cpython-37/torch/test/proto_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5806422Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpuid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5810664Z copying build/lib.linux-x86_64-cpython-37/torch/test/smart_tensor_printer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5814881Z copying build/lib.linux-x86_64-cpython-37/torch/test/cast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5830360Z copying build/lib.linux-x86_64-cpython-37/torch/test/predictor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5835002Z copying build/lib.linux-x86_64-cpython-37/torch/test/data_filler_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5839420Z copying build/lib.linux-x86_64-cpython-37/torch/test/AlgorithmsTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5844200Z copying build/lib.linux-x86_64-cpython-37/torch/test/BinaryMatchImplTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5849041Z copying build/lib.linux-x86_64-cpython-37/torch/test/GraphTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5853626Z copying build/lib.linux-x86_64-cpython-37/torch/test/MatchTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5858450Z copying build/lib.linux-x86_64-cpython-37/torch/test/NeuralNetTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5862766Z copying build/lib.linux-x86_64-cpython-37/torch/test/SubgraphMatcherTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5867512Z copying build/lib.linux-x86_64-cpython-37/torch/test/TarjansImplTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5872647Z copying build/lib.linux-x86_64-cpython-37/torch/test/TopoSortTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5876977Z copying build/lib.linux-x86_64-cpython-37/torch/test/time_observer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5884580Z copying build/lib.linux-x86_64-cpython-37/torch/test/ssa_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5892333Z copying build/lib.linux-x86_64-cpython-37/torch/test/batch_matmul_op_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5900090Z copying build/lib.linux-x86_64-cpython-37/torch/test/boolean_unmask_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5907770Z copying build/lib.linux-x86_64-cpython-37/torch/test/conv_transpose_op_mobile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5915552Z copying build/lib.linux-x86_64-cpython-37/torch/test/elementwise_op_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5923419Z copying build/lib.linux-x86_64-cpython-37/torch/test/generate_proposals_op_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5931879Z copying build/lib.linux-x86_64-cpython-37/torch/test/generate_proposals_op_util_boxes_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5936280Z copying build/lib.linux-x86_64-cpython-37/torch/test/generate_proposals_op_util_nms_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5941592Z copying build/lib.linux-x86_64-cpython-37/torch/test/half_float_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5949461Z copying build/lib.linux-x86_64-cpython-37/torch/test/string_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5957243Z copying build/lib.linux-x86_64-cpython-37/torch/test/text_file_reader_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5961707Z copying build/lib.linux-x86_64-cpython-37/torch/test/utility_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5969523Z copying build/lib.linux-x86_64-cpython-37/torch/test/int8_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5978609Z copying build/lib.linux-x86_64-cpython-37/torch/test/int8_roi_align_op_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5986244Z copying build/lib.linux-x86_64-cpython-37/torch/test/backend_cutting_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.5993809Z copying build/lib.linux-x86_64-cpython-37/torch/test/bound_shape_inference_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6002333Z copying build/lib.linux-x86_64-cpython-37/torch/test/converter_nomigraph_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6010147Z copying build/lib.linux-x86_64-cpython-37/torch/test/dead_code_elim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6017552Z copying build/lib.linux-x86_64-cpython-37/torch/test/device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6024891Z copying build/lib.linux-x86_64-cpython-37/torch/test/distributed_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6032939Z copying build/lib.linux-x86_64-cpython-37/torch/test/mobile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6040142Z copying build/lib.linux-x86_64-cpython-37/torch/test/split_slss_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6047931Z copying build/lib.linux-x86_64-cpython-37/torch/test/nnpack_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6055928Z copying build/lib.linux-x86_64-cpython-37/torch/test/depthwise3x3_conv_op_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6063570Z copying build/lib.linux-x86_64-cpython-37/torch/test/common_subexpression_elimination_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6071119Z copying build/lib.linux-x86_64-cpython-37/torch/test/conv_to_nnpack_transform_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6075567Z copying build/lib.linux-x86_64-cpython-37/torch/test/pattern_net_transform_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:59:24.6084734Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6085029Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6086891Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6087261Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6088038Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6088911Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6089913Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6090699Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6091594Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6092190Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6093568Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6094457Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6095335Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6096955Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6097618Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6098611Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6100279Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6101187Z copying build/lib.linux-x86_64-cpython-37/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6103762Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6105772Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:59:24.6107047Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T00:59:24.6108332Z copying build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T00:59:24.6109466Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.6110325Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.6117136Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.7973272Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.7973748Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.7974533Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.7980355Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.7982201Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.7985407Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.8121114Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.8121782Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libcaffe2_detectron_ops.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.8386585Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libcaffe2_module_test_dynamic.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.8387025Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libcaffe2_observers.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:59:24.8392668Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8393194Z copying build/lib.linux-x86_64-cpython-37/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8394997Z copying build/lib.linux-x86_64-cpython-37/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8395753Z copying build/lib.linux-x86_64-cpython-37/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8397621Z copying build/lib.linux-x86_64-cpython-37/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8398619Z copying build/lib.linux-x86_64-cpython-37/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8399575Z copying build/lib.linux-x86_64-cpython-37/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8401441Z copying build/lib.linux-x86_64-cpython-37/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8402581Z copying build/lib.linux-x86_64-cpython-37/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8403366Z copying build/lib.linux-x86_64-cpython-37/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8404616Z copying build/lib.linux-x86_64-cpython-37/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8406871Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8408184Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_config.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8409222Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_debug.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8410174Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_ocl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8411265Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_sycl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8412274Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_sycl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8413491Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_threadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8414551Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8415571Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_version.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8416874Z copying build/lib.linux-x86_64-cpython-37/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8420402Z copying build/lib.linux-x86_64-cpython-37/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:59:24.8422360Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8423078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8424211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8425342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8426336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8428221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8428777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8429639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8431008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8431983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8433112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8434105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8435083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8436217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8437395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8438455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8439620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8441161Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8442063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8443198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8444562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8445616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8446954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8447937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8449078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8450153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8451281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8452479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8453503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8454548Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8455701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8456693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8457753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8458874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8459929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8460997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8462042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8463104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8464213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8465483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8466421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8467541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8468712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8469754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8470840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8471931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8473144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8474224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8475430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8476490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8477615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8478629Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8479700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8480751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8482249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8482994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8484104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8485140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8486302Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8488149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8489328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8490463Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8491464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8492653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8493556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8494773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8496077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8497478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8498687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8499774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8500685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8502003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8503036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8503934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8505207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8506150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8507332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8508438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8509499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8510663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/VmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8511702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/VmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8512778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8514030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8515043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8516253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8517259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8518668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8519568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8520600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8521642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8522740Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8524056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8525018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8526458Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8527725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8529001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8530726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8531792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8533056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8534130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8535611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8536919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8537795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8539385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8540530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8541763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8542841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8544507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8546027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8547744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8561632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8567432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8578795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8579656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:59:24.8580721Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T00:59:24.8581862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T00:59:24.8583046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vml.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T00:59:24.8584300Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:59:24.8584814Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8586013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8587235Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8587778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8589284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8590411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8591645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8592550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8593505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8594492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8595550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8597531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:59:24.8598292Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:24.8598991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:24.8599940Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:24.8601334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:24.8602492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:24.8604156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:24.8604753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:24.8606231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:24.8607808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:59:24.8608993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:59:24.8609836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:59:24.8610837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:59:24.8611860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:59:24.8612903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:59:24.8613903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:59:24.8616135Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8616527Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ATenGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8617432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ATenOpList.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8618099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ATen_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8619064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ATen_pch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8619957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8620817Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8621776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8622821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8623838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8624702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Dict.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8625846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Dict_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8628288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8630469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8630842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8631213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8631922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8632597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/IListRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8634617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/IListRef_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8635111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8636089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/List.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8636673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/List_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8638152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8638999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8640323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8641365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8642434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8643533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/QuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8644268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8645247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8646733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8647336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8648111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8648805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8650099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/TensorBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8651261Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8652329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/TransformationHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8653221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8654823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8655661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8656924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8658265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Vitals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8659273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/alias_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8660322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8661667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/builtin_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8662681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/class_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8663859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8664939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8666313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/enum_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8667271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8668577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/function_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8669650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/function_schema_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8674133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8674746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8675436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8676040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/interned_strings_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8676600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8677136Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ivalue_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8678293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ivalue_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8679408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/jit_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8681599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/jit_type_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8682660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/operator_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8683276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/qualified_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8683989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/rref_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8684823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8685641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/symbol.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8686780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/type_factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8687876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/type_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8689186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8690228Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/TensorBody.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8693121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8694168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:59:24.8695116Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:59:24.8696399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:59:24.8697114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:59:24.8697864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:59:24.8698643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:59:24.8699509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:59:24.8701273Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:24.8702015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:24.8702898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:24.8703417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:24.8704624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:24.8705460Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:59:24.8707007Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:59:24.8707663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:59:24.8708619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:59:24.8709507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:59:24.8710572Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:59:24.8711664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:59:24.8712675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:59:24.8713350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:59:24.8714259Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:59:24.8715435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:59:24.8716292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:59:24.8717283Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:59:24.8718176Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:59:24.8719835Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8720403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8721446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8722445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8723513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8725416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8726123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8729371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8729964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8730515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8731049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8731629Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8732190Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8732723Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8733969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8734647Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8735990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8736885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8737672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8738466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8739453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8740389Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8742289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8742803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8743263Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8744445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8745382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8746672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8747695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8748721Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8750617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8751628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8752573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8753754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8754946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:59:24.8757086Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8758863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8759486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8760095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8760745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8761349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8762265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8763073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8763907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8765547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8766431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:59:24.8767685Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:59:24.8769032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:59:24.8769584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:59:24.8770039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:59:24.8770933Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Handles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:59:24.8771742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:59:24.8773677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:59:24.8774277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:59:24.8775241Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8776109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8777342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8778605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8779794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8780958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8782110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8783325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8784167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/Interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8785358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8786259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8786707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8787776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8788901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:59:24.8814331Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8814720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8815726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8817129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8818094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8819315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8820998Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8822119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8823253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8824895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8826418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8827567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8828756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8829668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8830902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8832083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8833103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8834501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8835520Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8836494Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8838015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8838795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8840132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8841225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8842245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8843348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8844536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8845456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8846829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8847870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8848955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8850021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8851319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8852351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8853325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8854530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8855774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8856922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8858205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8859129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8860296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8861275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8862480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8863274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8864652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8865628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8867695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8868384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8869112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8869942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8871132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8872386Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8873669Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8874804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8875783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8876936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8877875Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8879250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8880250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8881251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8882574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8883548Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8885775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_async.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8886491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8887065Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8888667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8889877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8891575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8892279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8893113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8894832Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8896070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8897569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8899408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8900876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8901925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8906572Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8907787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8908944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8909955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8913932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8915041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8916038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8917043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8918096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8920024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8921190Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8922378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8923575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8924699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8925761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8926908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8928122Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8929194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8930189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8931137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Char.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8932236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8933306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8934316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8935343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8936447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8937537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8938528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8939471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8940567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8941634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8942665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8943647Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Half.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8944774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8945946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8946969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8947912Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8949063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8950137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8951109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8952138Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Long.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8953236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8954287Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8955278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8956233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Short.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8957328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8958407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8959409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8960410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8961516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8962636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8963650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8964699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8965706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8966816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8967930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8969040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8970177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8971185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8972181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8973185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8974355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8975476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8976640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8977697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8978735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8979758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8980939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8982084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8983141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8984137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8985211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8986270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8987268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8988345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8989436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8990544Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8991558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8992563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8993596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8994745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8995869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8996971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8998036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.8999015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9000173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9001220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9002305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9003541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9004659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9005651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9006749Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9007701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9008648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9009744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9010840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9011840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9012841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9013866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9014891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9015900Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9016915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9017948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9019318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9020553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9021685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9022808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9023916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9025119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9026189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9027256Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9028549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9029811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9030961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9032047Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9033151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9034194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9035272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9036441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9037641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9038753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9039918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9041085Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9042235Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9043251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9044345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9045461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9046578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9047580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9048704Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9049668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9050648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9051741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9052862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9053880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9055019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9056098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9057079Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9058043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9058999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9060135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9061276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9062325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9063350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9064368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9065477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9066676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9067711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9068767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9069733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9070729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9071843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9073019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9074048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9075048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9076066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9077198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9078371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9079442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9080498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9081498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9082465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9083600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9084756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9085806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9087005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9088099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9089183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9090296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9091456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9092604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9093685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9094736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9095735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9096822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9097818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9098963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9100082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9101143Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9102180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9103232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9104411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9105536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9106588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9107741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9108962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9110023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9111070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9112246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9113387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9114544Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9115562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9116599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9117645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9118669Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9119757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9120755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9121784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9122829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9123853Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9124859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9125901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9127066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9128153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9129211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9130206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimI.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9131163Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimI_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9132108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9133060Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimV.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9134006Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimV_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9134970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9135954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dim_arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9137035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9138222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9139218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9140218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9141331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9142464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9143519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9144671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9145676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9146711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9147825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9149025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9150115Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9151184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9152254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9153357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9154441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9155497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9156673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9157834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9158955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9160039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9161099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9162196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9163205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9164355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9165493Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9166672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9167804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9169011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9170067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9171120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9172318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9173521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9174640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9175725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9176790Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9177846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9179025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9180200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9181319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9182410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9183478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9184505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9185504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9186709Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9187979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9189362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9190548Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9191656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9192877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9194041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9195262Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9196440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9197501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9198568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9199728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9200910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9201981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9202979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9204069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9205294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9206643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9207777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9208871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9209920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9211148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9212257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9213254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9214335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9215497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9216778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9218016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9219233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9220414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9221645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9222913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9224101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9225271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9226405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9227531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9228764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9229953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9231193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9232391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9233652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9234930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9236173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9237369Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9238519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9239742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9240885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9242200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9243529Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9244774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9246143Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9247296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9248335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9249312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9250317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9251264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9252238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9253197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9254171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9255201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9256206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9257286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9258245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9259233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9260253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9261253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9262215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9263305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9264403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9265483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9266522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9267515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foobar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9268665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9269753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9270757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foobar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9271742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9272713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9273807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9274920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9275973Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9277004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9277892Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9278870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9279976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9281160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9282288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9306573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9307580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9308654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9310127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9311697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9312999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9314266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9315502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9316758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9318114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9319488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9320791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9322090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9323328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9324556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9325903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9327394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9328705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9329985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9331323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9332553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9333926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9335280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9336581Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9337812Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9339036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9340250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9341703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9343055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9344370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9345619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9346864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9348072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9349915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9351031Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9352081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9353111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9354108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9355082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9356154Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9357249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9358282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9359298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9360273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9361335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9362442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9363550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9364575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9365597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9366614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9367650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9368718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9369818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9370861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9371873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9372862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9373833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9374898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9376015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9377042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9378036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9379037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9380018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9381121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9382218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9383280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9384289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9385375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9386350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9387427Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9388588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9389630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9390641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9391707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9392678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9393755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9394855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9395867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9396859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9397777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9398764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9399854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9400905Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9401916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9403003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9404015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9405005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9406107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9407209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9408319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9409419Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9410448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9411344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9412329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9413439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9414531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9415676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9416693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9417674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9418625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9419591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9420715Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9421820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9422852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9423882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9424866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9425836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9426969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9428056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9429168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9430185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9431189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9432151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9433321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9434390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9435433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9436433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9437432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9438519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9439571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9440586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9441554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9442532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9443509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9444635Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9445713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9446720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9447735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9448774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9449771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9450873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9451991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9453046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9454077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9455064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9456050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9457222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9458328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9459348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9460364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9461339Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9462418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9463500Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9464594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9465621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9466642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9467620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9468646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9469735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9470831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9471864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9472873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9473866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9474842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9475972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9476598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9477234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9477830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9478496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9479065Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9479770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9480390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9481005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9481591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9482245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9482815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9483503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9484125Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9484744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9485354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9485926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9486612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9487298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9487905Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9488452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9489076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9489663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9490225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9490799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9491503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9492116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9492820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9493390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9493958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9494524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9495234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9495847Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9496571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9497167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9498174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9499100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9500524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9501654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9502866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9503908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9505718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9506447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9507370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9508388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9509546Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9510523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9511361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9512277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9513482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9514821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9515634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9516842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9517404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9518581Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9519845Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9521173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9521683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9522654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9523415Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9524365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9525301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9527272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9527604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9529397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9530281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9531206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_adam.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9532312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9535075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9535573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9535972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9536738Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9537214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9537664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9539508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9540571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9541790Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9542912Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9543915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9544626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9546211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9547084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9547927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9549507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9550575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9551951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9552462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9554523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9555394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9556010Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9557025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9558140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9559023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9560879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9562004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9563128Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9564270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9565614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9567436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9568063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9569122Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9570248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9571692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9572664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9573823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9575222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9576322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9577208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9579626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9580635Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9581703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9582856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9583969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9585285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9586324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9587460Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9588953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9589945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9591316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9592512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9593684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9594789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9595947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9597152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9598937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9599553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9600772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9601975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9602927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9604312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9605435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9606574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9607811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9608952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9610091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9611256Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9612304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9613452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9616716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9617767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9618569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9619176Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9619750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9620785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9621730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9622557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9623518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9624217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9625192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9626157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9627111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9627971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9629096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9630017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9631073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9631919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9632990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9633945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9634977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9635631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9636834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9637462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9638706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9639450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9640406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9641245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9642232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9643167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9644206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9645149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9646515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9647337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9648381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9649196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9650141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9651039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9651788Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9652702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9653787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9654565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9655459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9656340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9657511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9658546Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9659342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9660224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9661415Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9662293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9663210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9664114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9665004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9665864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9667279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9668025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9669148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9670224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9671181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9672102Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9672995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9673886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9674832Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9676264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9677342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9678655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9679614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9680668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9681616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9682854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9683680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9684679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9685520Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9686870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9689212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9689825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9690602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9691801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9692795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9694516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9695133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9696719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9697901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9698848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9699675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9700696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9701626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9702712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9703627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9704490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9705968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9707124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9707818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9708868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9709893Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9710792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9711624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9712432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9713456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9714641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9715602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9716390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9717300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9718350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9719517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9720012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9721288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9721965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9722808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9723677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9725234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9725950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9727423Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9728579Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9729512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9730374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9731587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9732455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9733623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9734447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9735421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9736805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9737563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9738523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9739203Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9740196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9741299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9742175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9743825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9744689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9745815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9746693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9748038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9750017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9750518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9752279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9753128Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9754173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9755442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9756515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9757828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9759367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9760661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9761858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9762989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9764179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9765452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9766795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9767898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9769191Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9770593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9771666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9772829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9774004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9775191Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9776345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9777802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9778754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9780112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9781113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9782278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9783248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9784797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9785759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9787692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9788379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9788965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9790094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9790684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9792103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9792678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9793851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9794935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9795837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9796613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9797695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9798556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9799630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9800367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9802039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9802911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9804005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9804767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9805706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9807326Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9815421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9816044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9816799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9817157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9817516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9818151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9818616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9819022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9819527Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9820030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9820457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9820866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9821251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9821770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9822232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9822619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9823077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_offsets.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9824316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9825731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9826571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9827444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9828516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9829563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9830458Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9831457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9832208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9833879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9834606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9835461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9836105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9838158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9838717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9839192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9840163Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9841547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9842269Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9843734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9844653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9845593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9846390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9847586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9848624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9849568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9850443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9851444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9852446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9853425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9854675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9855338Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9856329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9857345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9858220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9859029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9860039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9861981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9862438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9863397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9864348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9866108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9866801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9867580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9869449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9870033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9870959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9872006Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_circular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9874605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9875227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9875823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9876549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_enum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9877742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9878809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9880555Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9881699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9883045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9884177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9885274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9886505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9887924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9889270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9890202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9891414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9892416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9893631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9894909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9896054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9897160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9898407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9899553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9900636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9901937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9902952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9904566Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9905651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9906728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9908038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9909221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9911214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9912216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9913362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9914867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9916137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9917140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9918238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9919564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9920791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9922395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9923323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9924513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9925619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9926908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9928197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9930250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9931560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9932419Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9933277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9934329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_resize_output.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9935828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9936213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9937780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9938462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9939434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9940811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9941471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9943087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9943561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9944650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9946091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9946721Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9947677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9948570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9949522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9950290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9951170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9952383Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9953168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9954824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9955912Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9956948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9957610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9958438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9959355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9960523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9962339Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9962916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9963785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9964776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9965818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9966954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9968500Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9969214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9970104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9971286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9972134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9973356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9974414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9975244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9976381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9977380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9978226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9979136Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9980059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9981022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9982116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9983023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9984099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9985089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9985917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9986630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9988249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9988717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9989526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9990741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9991603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9992797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9993825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9994668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9995993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9996839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9998048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:24.9998881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0000748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0001298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0002017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0002568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0003681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0004924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0005659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0006958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0007759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0008766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0009619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0016503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0017124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0017459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0017772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0018207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0018657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0018998Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0019440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0019804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0020313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0020807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0021914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0022682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0023691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0024619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0025713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0026431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0027565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0028565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0029554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0030766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0031877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0033184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0034170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0035448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0036932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0037870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0039011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0040118Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0041270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0042470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0043745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0044870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0046157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0047313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0048619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0049724Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0050869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0052096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0053409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0054468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0055640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0056822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0058202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0059173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0060310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0061492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0062728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0064258Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0065325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0066499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0067728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0070782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0071577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0072216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0072842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0073719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0075140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0076211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0077471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0078621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0079937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0080994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0082197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0083482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0084620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0085653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0090707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0091337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0092069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0092826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0093786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0094375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0095003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0096346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0097171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0098502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0099826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0100872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_spdiags.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0102301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0103554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0104625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0105737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mask_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0107875Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0109024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0109978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0111396Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0112327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0113497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0114605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0115799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0117272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0118370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0119499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0120684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0121805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0122799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0123965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0125123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0126747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0127701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0128870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0130018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0131153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0132473Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0133503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0134604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0135872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0137141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0138057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0139266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0140611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0141683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0142795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0143991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0145123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0146496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0147532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0148786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0150023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0151292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0152538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0153696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0154840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0155980Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0157280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0158398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0159515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0160684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0161816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0163008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0164211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0165320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0166776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0167938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0169193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0170915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0172046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0173367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0174710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0175835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0176867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0178065Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0179332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0180401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0181515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0182978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0184874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0186226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0187563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0189056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0190605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0191772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0193143Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0194498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0195701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0197000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0198130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0199516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0200671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0201937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0202990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0204285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0205403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0206685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0207754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0208872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0210236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0211295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0212620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0213672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0214961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0216239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0217438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0218466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0219502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_string_default.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0220775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0221904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0223227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0224308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0225863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0226881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0228005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0229379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0230760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0231751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0232917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0234347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0235323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0236558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0237568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0238719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0240075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0241337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0242514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0243439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0244680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0246128Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0246990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0249035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0250718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0251858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0253066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0254540Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0255499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0256823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0257780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0258951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0260094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0261361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0262475Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0263763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0264843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0266065Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0268185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0268646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0269653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0270610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0271556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0273554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0274113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0274636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0275705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0276823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0277861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0278804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0280097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0281078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0282448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0283346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0284451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0285526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0286797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0288013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0289297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0290356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0291144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0291978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0293728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0294220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0295228Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0295908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0297598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0298385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0299563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0300378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_trilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0301478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0302813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0303639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0304849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0306070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0307765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0308674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0309602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0310512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0312408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0313104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0314076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0314851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0316499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0317026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0317602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0318411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0319366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0321824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0322401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0322826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0324335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0325076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0325870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0326699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0327669Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0328958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0330008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0330935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0331922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0332813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0334268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0335014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0335831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0337086Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0338547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0340318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0340970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0341916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0342751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0343692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0344600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0345690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0346849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0347691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0348690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0350531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0350945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0351736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0353084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0353768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0355298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0356202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0357536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0358197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0359676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0361379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0362049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0363620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0366183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0366924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0367285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0368094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0369329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0370486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0371578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0372920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0373682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0374741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0376010Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0377541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0378471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0379821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0380928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0382034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0383165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0383995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0385644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0386446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0387770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0388825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0389855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0392346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0393384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0394420Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0395977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0396523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0397613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0399101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0399572Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0401004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0402007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0402970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0404401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0406535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0407408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0409171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0410924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0411635Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0413378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0414328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0415265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0416289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0417972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0419229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0420198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0421502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0422836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0423704Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0425015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0426684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0427486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0429053Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0429507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0431012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0431950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0433151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0433914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0434841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0436172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0436876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0437779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0439023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0439779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0441225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0442190Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0443184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0444349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0445489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0446732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0447871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0449170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0450366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0451838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0452892Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0453926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0455009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0456317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0457710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0458903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0460303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0461564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0462657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0463787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0464942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0466430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0468610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0469515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0471204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0473100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0474180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0475931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0477233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0478661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0480392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0481691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0482950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0484226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0485596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0487016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0488001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0489988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0491565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0492881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0494886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0496146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0497388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_version_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0498816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_version_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0500401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0501668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0503009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0504900Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0506371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0507754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0508965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0510319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0512440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0513815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0515194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0516289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0518323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0519677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0520796Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0522126Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0523572Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0525583Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0526901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0529348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0530533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0532025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0533177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0534517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0535817Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0537223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0538394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/absolute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0539719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0541139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/absolute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0542805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/absolute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0543926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0545218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0546290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0547567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0548660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0549877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0551237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0552502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0553798Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0555378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0556278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0557324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0559047Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0560403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0561485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0563452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0564714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0566141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0567192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0568388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0569651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0570971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0572037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0573130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0574275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0575375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0576512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0577716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0578922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0580109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0581230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0582435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0583615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0584680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0585849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0586921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0588052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0589275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0590617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0591643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0592774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0593921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0595281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0596685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0597678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0598783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0599904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0601091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0602225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0603393Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0604738Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0605779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0607086Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0608359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0609381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0610506Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0611653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0612804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0613989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0615521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0616606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0618459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0619835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0621147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0622332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0623439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0624829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0625802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0626915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0628175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0629343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0631187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0631938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0632992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0634133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0635597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0637201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0638348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0639514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0640687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0641874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0643013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0644199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0645404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0647080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0647874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0649083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0650349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0651400Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0652774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0653814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0654875Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0656099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0657281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0658284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0660088Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0660801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0662187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0663148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0664284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0665354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0666594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0668445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0669159Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0670181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0671583Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0672627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0673952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0675009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0676188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0677496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0678640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0679677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0680987Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0682787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0683520Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0684301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0685257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0686637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0688590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0689308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0691075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0691864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0692846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0693823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0695182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0696435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adjoint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0697702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0698767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adjoint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0699933Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0701112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0702300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0703608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0704661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0705821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0707087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0708198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0709388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0710483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0712691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0713413Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0714765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0716081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0717016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0718394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0719763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0720896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0721837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0723177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0724522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0725706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0727044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0728424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0729364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0730588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0731728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0732972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0734049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0735230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0736429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0737867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0738936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0740025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0741212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0742488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0743602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0744725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0745884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0747179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/allclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0748610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0749644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/allclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0750780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/allclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0751935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0753304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0754481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0755608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0757714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0758313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0759178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0760149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0761021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0761974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0762909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0763770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0764719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0765880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0767044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0768059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0768883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0770234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0770825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0771858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0772899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0774116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0775013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0776041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0776926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0778145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0778852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0779697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0780660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0781546Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0782702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0783595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0785572Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/angle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0786301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0787453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0788188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/angle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0789448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/angle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0790634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0791856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0792863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0793950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0795198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0795974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0796873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0797673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0798645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0799564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0800565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0801806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0802611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0803575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0804656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0805676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0806895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0808157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0809115Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0810109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0811306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0812448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0813219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0814167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0815726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0816457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0817218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0818189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0818953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0820298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0821243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0822091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0822839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0823767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0824837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0825744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0826620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0827840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0828605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0829737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0830352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0831553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0832561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0833040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0834088Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0835524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0836410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0837552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0838679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0839945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0841073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0842439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0843471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0844863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0845904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0847325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0848573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0849696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0850761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0852570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0853679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0854904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0856115Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0857198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0858408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0859539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0860894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0862033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argwhere.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0863312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0864283Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argwhere_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0865849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0866868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0868359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0869370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0870786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0872024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0873027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0874251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0875594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0876710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0877892Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0879080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0880320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0881408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0882678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0883803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0884994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0886295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0887632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0889072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0890462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0891820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0892945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0894044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0895196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0896348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0897728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0898756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0899935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0901145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0902225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0903627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0904541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0905860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0907037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0908573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0909674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0911079Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0912246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0913530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0914752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0915825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0917229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0918338Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0919499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0920622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0921814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0922905Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0924132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0925305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0926701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0927802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0928885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0930814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0931723Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0933151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0934128Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0935422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0936754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0937777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0938926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0940153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0941357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0942566Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0943729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0945278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0945996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0947469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0948568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0949666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0950884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0952073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0953187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0954376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0955459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0956889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0957919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0959037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0960312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0961434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0962676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0963805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0965272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0966338Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0968367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0968882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0969443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0971807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0972448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0972878Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0974519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0975019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0975956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0977036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0978430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0979073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0980053Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0981179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0982380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0983565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0984627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0985201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0986530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0987862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0988733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0989920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0990987Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0991604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0992642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0993612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0994609Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0995517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0996320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0997354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bartlett_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0998438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.0999217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1000138Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1001870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1002708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1003928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1004797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1005388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1006680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1007753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1008674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1009609Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1010634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1011557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1012727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1013607Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1014698Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1015628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1016662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1017557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1019355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1020064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1020604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1022060Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1022552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1024106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1024628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1025862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1026694Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1027615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1028570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1029568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1030525Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1031381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1032439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1033386Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1034406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1035519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1036169Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1037617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1038168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1039290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1039968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1040863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1041984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1043320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1044380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1045131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1046922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1048440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1049307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1050205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1051591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1053199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1053901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1054626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1055595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1057476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1057936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1058948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1059947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1060657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1062640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1063345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1063984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1065071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1066532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1068267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1069110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1070226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1071055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1072036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1072652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1073907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1074884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1075860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1077000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1077845Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1078744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1079867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1080641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1082062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1082868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1083961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1084849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1085619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1086811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1087799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1088648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1089443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1090648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1091701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1093327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1093997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1095221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1096087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1097880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1098550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1099502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1100289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1101217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1102137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1102835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1103848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1104810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1106227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1107018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1108069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1109511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1110853Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1111928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1112985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1114098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1115364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1116724Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1117813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1119098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1120367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1121822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1123036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1124049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1125936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1127095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1128298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1129517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1130761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1132289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1133526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1134643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1135775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1136983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1138823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1139851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1141003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1142181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1143324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1144606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/blackman_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1145968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1147048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1148210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1149356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/block_diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1150854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1151882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/block_diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1153197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1154243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1155670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1156943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1158145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1159276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1160506Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1161586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1162681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1163908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1165225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1166538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1167586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1168679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1170082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1171138Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1172507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1173735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1175119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1176177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1177365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1178514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1179684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1180796Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/can_cast.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1182298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1183247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/can_cast_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1184421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1185650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1186935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1188249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1189382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1190511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1191965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1192955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1194101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1195308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1196433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1197744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1198887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1200028Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1201243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1202645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1203785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1204981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1206188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1207590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1209533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1210185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1210958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1212336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1213811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1214911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1216631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1217972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1219302Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1220420Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1221684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1222784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1223925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1225172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1226834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1227855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1229032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1230194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1231363Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1232663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1233707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1234783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1236150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/celu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1237405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1238478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/celu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1239681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/celu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1240782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chain_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1242066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1243151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1244299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1245422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chalf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1246807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1248942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chalf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1249873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chalf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1251111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1252707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1253484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1254778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1256063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1257139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1258433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1259528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1260602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1261854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1263094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1264332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1265514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1266727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1267965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1269121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1270391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1272352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1272711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1273690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1274813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1275749Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1276559Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1277451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1278538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1279358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1280436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1281402Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1282619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1283563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1284327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1285287Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1286633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1287430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1288491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1289376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1290858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1291979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1293031Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1294040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1295079Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1296131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1297202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1298198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1299615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1300108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1301396Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1302299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1303285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1304313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1305280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1306271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1307365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1308653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1309655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1310930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1312050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1312955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clone_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1313773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clone_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1314661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1315624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1317001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1317678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1318594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1319983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1321331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1322107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1322815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1324093Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1325224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1326750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1327996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1328327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1329819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1330253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1332171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1332810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/column_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1333818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1334884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/column_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1336331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1336748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/combinations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1337713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1338257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/combinations_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1339677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1340604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/combinations_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1341749Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1342720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1343498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1344500Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1345375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1346153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1347035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1348026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1348938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1349881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1350842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concatenate.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1352069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1352895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concatenate_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1353857Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1355309Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1357298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1357733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1358265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1359173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1360328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1361232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1362105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1363176Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1364170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1364997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1365834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1367124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1368058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1369026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1369902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/contiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1370954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1371881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/contiguous_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1372599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1373597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1374720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1375625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1376562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1377551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1378619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1379498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1380432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1381372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1382423Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1383313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1384212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1385226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1386467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1387332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1388340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1389292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1390223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1391243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1392279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1393168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1394147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1395267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1396182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1397157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1398112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1399195Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1400015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1401005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1401941Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1403012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1403883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1404725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1405814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1407202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1408493Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1409302Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1410332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1411476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1412512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1413469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1414498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1415489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1416520Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1417687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1418611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1420512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1421045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1422446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1424038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1424466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1425706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1427237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1428301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1429124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1431262Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1431806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1432211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1433274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1434198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1435111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1436109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1437232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1438063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1438798Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1439994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1440777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1441620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1442577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1443468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1444422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1445434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1447886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1448389Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/corrcoef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1449422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1449911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1451038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1451652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1453004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1454025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1454804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1455536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1456472Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1457846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1458684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1459607Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1461100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1461666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1463405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1463802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1465023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1465792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1466764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1467541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1468870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1469761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1470642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1471841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1472799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1474069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1474822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1476063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1477114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1479077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1479688Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1480428Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1481156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1482123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cov.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1483413Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1484208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cov_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1485280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cov_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1486337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1487308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1488029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1489446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1490338Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1491276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1492343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1493198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1494450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1495636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1497043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1498303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1499172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1500581Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1501447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1502746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1503957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1505212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1506249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1507538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1508809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1510127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1511407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1512500Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1514690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1515360Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1516298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1516780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1517942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1519340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1520152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1520778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1522002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1522574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1523482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1524371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1525457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1526314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1527631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1528555Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1528975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1529894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1530862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1531918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1532595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1533670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1534271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1535612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1536160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1537259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1538204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1539625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1540427Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1541840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1542695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1544067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1545395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1546225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1547415Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1548450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1550008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1551002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1552038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1553934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1555031Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1556275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1557589Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1558543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1559631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1560882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1562109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1563362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1564434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1565515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1566917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1569157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1570096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1571277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1572516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1573668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1574928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1576186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1577582Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1578559Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1579803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1581086Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1582175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1583382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1584497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1585708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1587057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1588164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1589297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1590893Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1591947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1593081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1594142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1596661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1597654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1598734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1599847Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1601583Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1602679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1603918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1604863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1606344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1607356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1608604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1609773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1611043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1612374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1613632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1614732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1615804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1617070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1618425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1619526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1620771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1621898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/deg2rad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1623275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1624399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1625573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1626697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dense_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1628020Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1629238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1630383Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1631654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1633527Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1634677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1635795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1636833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1638259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1639213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1640399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1641912Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1643066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1644265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1645445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1646930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1647944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1649379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1650630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1651640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1652708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1653925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1655114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1656315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1657521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1658585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_embed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1660124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1661403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1662440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1663572Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1664683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1665761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1667012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagflat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1668401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1669471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagflat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1670596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1671819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1673137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1674532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1675538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1676824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1677948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1679208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1680300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1681622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1683990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1684669Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1685302Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1686443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1687483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1688725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1690233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1691312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1692294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1693351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1694709Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1695919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1697084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1698372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1699710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1715202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1717439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1718072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1718680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1719262Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1719827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1720357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1721024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1721592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1722147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1722706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1723365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1724113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1724698Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1725282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1725912Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1726532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1727017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1727549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1728096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1728771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1729442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1729988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1730539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1731192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1731792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1732541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1733326Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1734675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1735441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1736742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1738008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1738860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1739847Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1741299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1742299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1743152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1744844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1745579Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1746594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1747694Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1748483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/einsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1750324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1750693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/einsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1751347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/einsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1752302Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1753800Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1754576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1755018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1756047Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1756946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1757901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1758923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1759763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1760635Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1762286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1763016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1764630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1765021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1765908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1767015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1767843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1768962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1770255Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1770866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1771667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1772589Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1773656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1774774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1776042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1777327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1778002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1779566Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1780585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1781332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1782455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1783349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1784172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1784978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1786158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1787130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1788076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1789395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1790180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1791207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1792217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1793129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1794155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1795050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1796001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1796911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1798226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1798975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1799890Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1800869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1801777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1802898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1803758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1804916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1805707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1807132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1807854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1808908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1809777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1810459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1811462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1812468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1813893Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1814656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1815580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1816663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1817589Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1818305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1819602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1820113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1821930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1822684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1823505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1824403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1825525Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1826592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1827744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1828592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1829805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1830700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1831429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1832748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1833424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1834395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1835286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1836230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1837145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1838139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1838908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1841055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1841441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1842644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1843449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1844284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1845259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1846424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1847343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1848910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1849425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1851015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1851468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1852172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1853070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1854044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1855862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1856227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1857186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1858046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1859096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1859776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1861098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1861921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1862806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1863860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1865877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1866517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1867313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1868389Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1869293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1870329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1871301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1872328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1873180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1874250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1875511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1876325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1877402Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1878620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1879704Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1880757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1881914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1882881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1883966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1885008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1886093Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1887224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1888167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1889186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1890279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1891181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1891996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1892953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1894834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1895332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1896699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1897281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1900602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1901178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1901779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1902294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1902988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1903577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1904071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1904771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1905513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1907150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1908996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1909695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1910848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1911946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1912681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1913574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1914570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1915545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1916395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1917898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1919059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1919906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1920845Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1921809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1922834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1923786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1924816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1925884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1926943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1928771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1929515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1930703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1931554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1932435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1933482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1934429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1935688Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1936505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1937584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1938572Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1939954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1940814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1941784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1942768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1943876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1944725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1945703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1947182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1948156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1949000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1950212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1951250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1952334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1953048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1953863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1954837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1955835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1956758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1957523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1958599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1959528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1960333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1961351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1962288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1963314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1964167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1965332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1966559Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1967574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1968712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1969588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1970642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1971452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1972510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1973332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1974506Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1975344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1977153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1977615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1978761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1979379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1981212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1982162Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1983188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1984177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1985376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1986486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1987876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1988942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1990689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1991611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1992999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1994101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1995178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1997439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1998367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.1999655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2001056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2001954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2003316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2005188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2005762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2007106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2008272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2009027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2009802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2010731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2011484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2012768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2013139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2014393Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2015411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2016192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2017467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2018326Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2019685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2020520Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2021621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2022517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2023605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2024613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2025324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2026279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2027156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2028374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2030063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2030559Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2031438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2032284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2033007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2034191Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2034851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2035876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2036866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2037921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2039151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2040462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2041981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2043236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2045297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2045815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2046784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2047720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2048870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2049865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2050700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2051776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2052777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2054051Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2055342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2056072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2056942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2057820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2058720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2060332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2061546Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2062499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2063635Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2064448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2065899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2066760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2067480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2068536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2069602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2070561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2071419Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2072094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2073276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2074337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2075231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2076131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2077119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2078089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2079354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2080366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2081374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2082055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2083304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2084129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2084930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2086142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2087018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2088605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2089724Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2090725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2092013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2093211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2094328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2095450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2097615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2098747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2099786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fliplr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2101105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2102118Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fliplr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2103224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2104422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flipud.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2105710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2106791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flipud_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2107925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flipud_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2109214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/float_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2110529Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2112586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/float_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2113604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/float_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2114838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2116240Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2117226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2118372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2119494Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2120835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2122008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2123135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2124321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2125453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2126881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2128142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2130016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2130574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2132441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2133514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2135027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2136039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2137095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2138266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2139530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2140739Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2141849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2143066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2144454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2145555Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2146714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2147892Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2149057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2151311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2151888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2152568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2153853Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2155141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2156334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2157576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2158632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2159835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2160958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2162194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2163370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2164961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2165920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2167349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2168496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2169874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2170999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2172390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2173629Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2174706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2176231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2177250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2178337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2179413Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2180714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2181828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2183040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2184580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2185511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2186690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2187756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2188988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2190898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2191943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2193226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2194352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2195656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2196765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2197914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2199248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2200574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2201678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2202858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2203962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2205223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2206628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2207786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2208890Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2210199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2211262Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2212330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2213616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2214937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2216192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2217479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2218693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2219887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2221087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_file.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2222411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2223502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2224668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_file_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2225818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_file_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2226986Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2228433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2229537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2230852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2231923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2233067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2234219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2235394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2236738Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2238107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2239247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2240360Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2241503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2242713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2244050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2245089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2246394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2247768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2248880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2249975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2251237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2252387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2253624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2254747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2256074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2257227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2258715Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2259676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2260833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2262059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2263321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2264453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2265616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2267158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2268997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2270015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2271190Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2272402Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2273583Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2274742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2276080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2277150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2278637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2279623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2280859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2282170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2283384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2284782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2285740Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2287052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2289606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2290297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2291374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2292196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2293811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2294689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2295705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2296993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2298361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2299551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2300818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2301997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2303142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2304219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2305423Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geqrf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2306772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2307928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2309164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geqrf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2310438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2311658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ger.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2313023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2314110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ger_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2315366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ger_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2316651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2317921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2319071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2320300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2321368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2322816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2323944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2325133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2326681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2327639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2328883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2330202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2331734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2332667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2333784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2335050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2336296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2337446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2338653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2339972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2341255Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2342381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2343513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2344760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2345908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2347882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2349091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2350204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gradient_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2351356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gradient_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2352677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2354011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2355010Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2356256Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2357309Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2358512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2359819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2361095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2362334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2363500Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2364735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2366158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2367236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2368372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2369565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2370797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2372050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2373023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2374229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2375432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2376522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2377696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2378902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2380251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2381467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2382897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2383944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2385100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2386411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2387485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2388713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2389794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2391005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2392260Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2393429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2394561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2395774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2397059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2398190Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2400351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2400903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2401710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2403046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2404297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2405343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2406781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2407876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2409164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2410465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2411637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2412789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2413772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2414979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2416156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2417273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2418587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hamming_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2419985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2421080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2422296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2423591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hann_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2425724Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2426449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hann_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2427662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2428961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2430045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2431480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2432603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2433865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2435002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2436264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2437510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2438734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2439943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2440951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2442111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2443440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2444627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2445870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2447015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2450997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2453644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2454099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2454535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2455373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2456336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2457360Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2458411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2459418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2460489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2461394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2462436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2463267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2464670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2465570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2466441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2467334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2468434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2469476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2470433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2471433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2472346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2473336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2474356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2475381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2476374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2477365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2478339Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2479444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2480345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2482132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2482645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2483494Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2484620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2485701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2486745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2487460Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2488679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2489972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2490801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2492080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2492881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2493956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2494994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2496165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2497751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2498507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2499287Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2500457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2500965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2502486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2503183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2504250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2504989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2506165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2506884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2508314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2509153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2510320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogram_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2510861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2512538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogramdd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2513284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2514613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2515481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2516707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2517547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2519245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2520050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2520888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2521471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hspmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2523144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hspmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2523530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2524648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2525258Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2526330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2527145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2527993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2529015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2530083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2530959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2531838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2533185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2533909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2534953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2536018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2537160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2537982Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2538982Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2540010Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2541018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2542034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2542884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2543783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2544734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2545915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2546936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2547749Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2549372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2549732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2550891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2551482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2552896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2553766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2554533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2556155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2556787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2558468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2558831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2560992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2561665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2562167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2563239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2564367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2565398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2566553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2568331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2569355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2570177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2571230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2572022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2572993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2574390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2574961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2576366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/imag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2577075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2578931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/imag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2579355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/imag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2580213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2581157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2582239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2583247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2584208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2585371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2586158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2586849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2587753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2588915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2590416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2591106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2592022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2592939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2593764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2594582Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2595504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2596481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2597781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2598634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2599475Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2600375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2601378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2602464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2603293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2604140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2605187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2606233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2607405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2609046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2610377Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2611310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2612247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2613240Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2614310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2615496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2616443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2617429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2619365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2619910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2620836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2621864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2622658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2624239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2624869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2626259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2627766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2628489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2630318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2630935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2632519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2633127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2634920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2635364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2637027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2637389Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2638565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2639623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2640566Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2641855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2642537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2643532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2644376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2644922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2646545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2647365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2648337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2649166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2649940Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inner.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2651411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2652288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inner_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2653081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inner_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2654188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/instance_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2654951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2655928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2656967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2657928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/int_repr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2659036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2659922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/int_repr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2661032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2661980Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2663166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2664083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2665149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2666168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2667100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2668253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2669333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2670895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2671576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2672388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2673543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2674332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2675280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2676671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2677308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2678368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2679331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2680107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2681234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_floating_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2682260Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2683265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2683899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2685000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2686281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2687409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_inference_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2687999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2689215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_leaf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2689650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2692081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2692442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2693814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2694217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2694961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2696482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2696857Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2697841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2698630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2700418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2701023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_pinned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2702482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2702990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2704377Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2705016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2706462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_same_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2706988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2709526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2709983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2710449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_set_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2711089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2712059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2712804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2713850Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2714986Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_signed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2716015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2717115Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_signed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2717722Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2718877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2719541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2720476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2722181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2722653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2724139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2724651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2725830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2726771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isfinite.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2728794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2729733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isfinite_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2730743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2731177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2731916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2732839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2733712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2734770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2735768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2737020Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2738083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2738915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2740083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2741075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2741989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2742846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2744072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2744785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2745517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2746321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2747683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2748810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2749990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2750824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2751787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2752766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2754091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2755016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2756396Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2757327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2758760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2759594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2760673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2761352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2762322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2763369Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2764453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2765135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isreal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2766499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2767435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isreal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2769439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isreal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2769739Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/istft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2770506Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2771848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/istft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2772968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/istft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2774119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/item.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2775585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2776648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/item_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2777805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/item_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2779243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kaiser_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2780752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2781897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2782915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2784186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kl_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2785606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2786683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kl_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2787742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2789110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kron.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2790720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2791504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kron_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2792821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kron_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2793914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2795341Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2796674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2797758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2798973Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2800081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2801244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2802521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2803856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2805273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2806512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2807560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2808851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2810045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2811821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2813136Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2814265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2815571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2816807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2818342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2819234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2820873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2821268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2822329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ldexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2823634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2824564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ldexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2825394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2826726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2827474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2828971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2829685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2831327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2832259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2833580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2834390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2836114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2836983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2837965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2839110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2839816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2840984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2841940Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2843043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2844508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2845312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2846497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2847406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2848754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2849534Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2850897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2851781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2852969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2853514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2855187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2856213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2857208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2858233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2859306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2860253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2862038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2862775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2863888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2864895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2865764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2866870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2867910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2870063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2871404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2871742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2873100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2873451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2874451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2875579Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2876570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2878376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2878887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2879754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2880889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2881967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2882988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2884314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2885021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2886374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2887293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2888505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2889758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2890568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2892353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2893881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2894227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2895759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2896801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2897835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2898978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2900960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2902067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2902646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2903986Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2904839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2905708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cond.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2906764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2907610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2908539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2909434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2910530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2911264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2912299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2913146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2914150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2914898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2915937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2916637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2917852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2918505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2919661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2920427Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2922187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2922584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2923489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2929159Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2929712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2930491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2930846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2931200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2931614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2932291Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2933750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2934825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2935476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2936932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2937719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2938459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2939990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2940550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2941530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2942110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2943901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2944469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2945634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2946562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2947342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2948448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2949385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mT.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2950674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2951557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2952582Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2953346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2954421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2955295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2956056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2956994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2957806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2958861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2959865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2961266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2962087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2962689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2963907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2964579Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2965817Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2966770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2967852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2968624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2969560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2970141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2972626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2973177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2973966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2974614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2975745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2976445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2977301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2978344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2979213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2980037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2980886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2982210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2982793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2984579Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2985011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2985709Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2987219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2987639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2988783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2989559Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2990931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2991801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2993450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2994060Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2995071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2996134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2997163Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2998385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.2999329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3000032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3000840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3002127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3002881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3003882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3004530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3006171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3006964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3007792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3009095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3009521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3011216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3012034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3012640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3013540Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3014394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3015306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3016198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3017166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3018135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3018965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3020007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3020928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3021743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3023288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3023889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3025016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3025718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3026888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3028658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3029671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3030670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3031791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3032843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3033729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3034708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3035755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3036491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3037575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3038505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3039678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3040795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3041496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3042700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3043757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3044584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3046681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3047756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3048591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3049420Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3050449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3051626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3052444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3053347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3054523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3055550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3057362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3057688Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3058449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3059857Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3060497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3061259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3062203Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3063336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3064150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3065160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3066871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3067257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3068684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3069553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3070405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3071474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3072501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3073845Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3074920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3075585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3076751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3077756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3079841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3080265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3081431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3082342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3083416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3084638Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3085876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3087032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3089206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3090270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3091684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3092561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3093747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3095970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3096569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3097638Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3098561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3099488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3100675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3101475Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3102412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3103239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3104510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3105082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3106370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3107094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3108294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3109209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3110165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3110995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3111591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3113433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3113852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3114901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3115956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3117055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3117936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3119022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3119856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3121154Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3121899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3122851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3123944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3125025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3126285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3127447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3128348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3129478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3130306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3131174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3132075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3133016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3133966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3134901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3135615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3136710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3137690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3138945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3140081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3140818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3141594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3142379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3143358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3144528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3145359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3146492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3147664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3148792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3150069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3151241Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3152585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3153534Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3154733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3155934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3157201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3158325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3159509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3160907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3161948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3163997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3164703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3165822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3166763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3168068Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3168919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3170697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3171622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3172853Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3173978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3174734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3175873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3176562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3177626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3178577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3180198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3180972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3181927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3182783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3183952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3184908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3185959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3186569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3187491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3188678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3189335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3190605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3191488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3193106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3193692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3194615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3195722Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3196431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3197733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3198530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3199693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3200926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3201846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3202894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3203817Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3204768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3205903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3207533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3208297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3209172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3209995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3211809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3212353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3213084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3213974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3214885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3215712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3216801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3218225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3219066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3219878Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3221299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3222387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3222981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3224401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3225170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3226385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3227311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3228852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3231094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3231919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3232644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3233880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3234886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3236633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3237064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3237895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3238556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3239508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3240484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3241631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3242696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3243731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3244646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3245821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3246912Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3248494Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3249457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3250374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3252120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3252673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3253691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3255110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3256117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3257189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3257991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3259059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3259827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3260892Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3261914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3262815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3263927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3265076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3265746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3266755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3267449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3268729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3269507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3270445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3271274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3272221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3273091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3274025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3275323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3276214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3277309Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3278439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3279420Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3280203Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3281256Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3282282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3282870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3285012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3285507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3286113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3288039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3288765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3289824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3291083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3292233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3293375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3294655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3295974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3298022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3298987Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3300150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3301485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3302526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3303763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3304930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3306145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3307336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3308565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3309895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3311033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mH_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3312185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mH_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3313577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3314585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mT_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3315774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mT_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3317197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3318662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3319834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3320967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3322169Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3323612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3324595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3325832Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3327030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3329159Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3330201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3331338Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3332723Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3333846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3335003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3336232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3337350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3338547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3339706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3340962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3342443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3343461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3344712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3345855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3347029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3348241Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3349350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3350654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3351865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3353221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3354330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3355735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3356824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3357896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3359193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3360387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_H.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3361824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3363035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3364066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3365374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3366647Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3367873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3368876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3370317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3371367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3372435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3373192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3374132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3375765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3376537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3377677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3378679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3379875Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3380777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3382411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3383322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3384296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3385539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3386090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3387303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3388457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3389455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3390328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3391306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3392493Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3393316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3394370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3395235Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3396595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3397911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3398562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3399626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3400707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3401441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3402735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3403435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3405579Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3406088Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3407275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3407865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3408656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3410036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3410851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3411591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3412964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3413976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3414625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3415905Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3416827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3417824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3419031Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3419717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3420999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3422069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3423089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3423777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3424854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3425894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3426499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3427586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3428535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3429436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3430383Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3432527Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3433309Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3433951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3434367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3435721Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3436422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3437655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3438209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3439511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3440780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3441562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3442991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3443663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3444859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3445695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3446866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3447637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3448525Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3449993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3450933Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3451915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3452760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3454135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3455101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3455966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3457514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3458253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3459195Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3460445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3461317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3462365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3463337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3464242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3465342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3466320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3467272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/meshgrid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3468436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3469437Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3470301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3471361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3472395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3473342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3474271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3475124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3476148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3477078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3477994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3479003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3480317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3481167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3482200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3483109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3484120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3485023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3486266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3487327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3488846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3490357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3491312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3492333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3493200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3493970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3494990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3495794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3496519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3497365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3498329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3499393Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3500490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3501367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3502314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3503387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3504522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3505973Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3506771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3507868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3509078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3510129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3511054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3512270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3514322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3514818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3515568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3516388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3517399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3518703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3519781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3520788Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3521842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3522730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3523784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3524925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3525911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3527771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3528541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3529674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3530454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3531471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3532460Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3533313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3534308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3535641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3536558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3537574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3538740Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3539659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3540902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3541853Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3543049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3543811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3544978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3546072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3546915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3548168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3548945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3549998Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3551917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3552826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3553625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3555226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3556164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3557776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3558604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3559534Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3560314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3561830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3562349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3563631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3564723Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3565535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3566648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3567685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3569022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3569783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3570787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3571757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3572788Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3574731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3575146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3576934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3577347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3579216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3579726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3581027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3581943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3583251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3584810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3585347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3586264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3587577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3588608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3589707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3590766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3591843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3593805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3594242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3595011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3596154Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3597183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3598215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3599134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3600475Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3601613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3602083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3603667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3604401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3605346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3605906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3607548Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3608398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3609350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3609991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3611206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3612331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3613033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3614045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3615377Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3615751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3617009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/moveaxis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3618205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3618907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3619843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3620728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/movedim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3621941Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3622903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/movedim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3623863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/movedim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3624820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3625642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3627160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3627881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3628988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3630382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3631196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3632277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3633811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3634746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3636019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3636959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3638212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3639099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3641078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3642082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3642926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3644462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3645676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3646604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3648675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3649020Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3650108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3651450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3652483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3653753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/msort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3654720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3656022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/msort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3656966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/msort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3658348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3659364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3660969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3661810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3663139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3664223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3665399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3666642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3667716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3668943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3670182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3672328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3672794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3673539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3675530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3676008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3677491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3678089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3678796Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3679531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3680405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3681698Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3682727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3683512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3684511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3685711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3686734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3687856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3688881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3690108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3690876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3691809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3692509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3693414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multinomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3694277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3695273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3696140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multinomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3696852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3697700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multiply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3698831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3699896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multiply_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3700672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multiply_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3701558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3702627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3703308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3704337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3705239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3706519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3707342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3708179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3709657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3710337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3711292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3712310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3713169Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3713878Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3715009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3715910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3716851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3718010Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3718831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3719883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3720800Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3721759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3722558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3723359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3724723Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3725714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3726710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3727734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanquantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3728844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3729776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3731050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3731976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nansum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3733074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3734734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3735320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nansum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3736305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nansum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3737526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3739218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3739590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3740777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3741523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3742659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3743467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3744233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3745090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3746014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3747712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3748267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3749276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3749912Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3751330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3752025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3752989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3753937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3754898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3755831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3756679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3757791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3758697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3759605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3760411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3761243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3762142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3763103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3764097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3764974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3767185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3767707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3768155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3769408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3770223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3771102Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3772789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3773489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3774436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3775589Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3776328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3777426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3778476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3779518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3780618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3781527Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3783095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3783978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3784901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3785617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3787305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3787899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3789414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3790379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3791332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3792325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3793362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3794753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3795592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3796492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3797458Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3798218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3800135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3800732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3801815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3803200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3804454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3805314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3806568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3808693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3809661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3810843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3812876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3813423Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3814665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3815627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3816964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3818135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3819318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3820426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3822049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3822808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/negative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3824347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3824950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/negative_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3827081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/negative_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3827576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3828637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3829551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3830263Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3831656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3832598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3833678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3834688Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3836017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3836891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3838123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3839244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3841141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3841975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3842904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3845077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3845831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3847076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3848376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3849769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3850862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3851993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3853162Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3854471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3855562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3856739Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3857876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3859301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3860335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3861770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3862814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3864026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3865194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3866397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3867526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3868826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3870179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3871566Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3872953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3874027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3875097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3877261Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3877654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3878356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3879241Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3880126Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3881089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3883222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3883680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3883984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3884953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3885764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3887034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3888078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3888854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3890142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3890769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3891730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3892838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3893826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3894807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3895752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3896409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3897842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3898713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3899487Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3901331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3902304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3903374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3904319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3905180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3906225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3907114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3908219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3909148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3910133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3911038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3912126Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3913018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3914801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3915523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3916598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3917602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3919242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3919780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3920785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3921593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3923121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3924185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3925425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3926656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3927727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3928925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3930392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3931450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3932543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3933969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3935254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3936422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3937622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3938674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3939992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3941325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/not_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3942767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3943881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/not_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3945091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3946288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3947654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3948653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3949859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3951206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/numpy_T.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3952623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3953799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3955055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3956191Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/one_hot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3957529Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3958709Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/one_hot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3959822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3960919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3963304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3963718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3964515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3965864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3966597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3967648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3968549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3969684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3970505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3971425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3972411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/orgqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3973427Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3974592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/orgqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3975405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3976331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ormqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3977307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3978280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3979206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ormqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3980167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3980986Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/outer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3982157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3983146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/outer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3984074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/outer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3985261Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/output_nr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3986853Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3987598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/output_nr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3988628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3989719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3990891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3991569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3992998Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3993782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3994577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3995448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3998029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3998634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3999137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.3999552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4000459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4001956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4002868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4003954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4005003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4006526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4008949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4009561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4011349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4011886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4012556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4013156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4014324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4015347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4016062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4017194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4017747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4018808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4019452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pinverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4020966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4021791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pinverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4022620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4023583Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4024727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4025717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4026535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4027553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4028257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4029590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4030421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4031484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4032537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4033477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4034478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4035355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4036242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4037355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4038286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4039090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4040057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4040999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4042033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4043331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4044223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4045471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4046618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4047889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4048730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4049933Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4050405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4052149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4053168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4054330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4055056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4055992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4057049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4058043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4059447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4060245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4060992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4062252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/positive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4063048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4063848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/positive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4065746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/positive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4066157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4067136Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4067930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4069114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4069613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4070647Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4071611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4072921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4073822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4075615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4076845Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4077623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4078467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4079183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4080307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4082178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4082585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4083268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4084570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4085415Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4086567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4087934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4088920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4089821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4091110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4091764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4093347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4094175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4094764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4095798Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4097531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/promote_types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4098038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4098758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/promote_types_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4099771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4100654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4102152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4102929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4103889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4104865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4105747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4107220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4108249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4109281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4122528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4123164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4123628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4124120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4124528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4124943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4125519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4125952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4126571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4126873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4127361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4127779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4128297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_zero_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4128747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4129191Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4129659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4130140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4130531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4131249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qscheme.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4131984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qscheme_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4133054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4133995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4134949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4135621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4137290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4137654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4138715Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4139754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4140921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4141592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4142790Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4143653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4145129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4145603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4146935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4147574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4148657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4149945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4150928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4151812Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4152681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4153628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4154547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4155650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4156537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4157479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4158338Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4159670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4160653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4161297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4162618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4163623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4164376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4165947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4166518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4167316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4169434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4169958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4171325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4172297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4173357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4174422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4175288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4176176Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4177399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4178081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4179015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4180259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4181167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4182239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4183037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4184590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rad2deg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4185957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4186645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4187713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4188633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4190891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4191320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4191944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4193303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4193992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4195077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4195958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4196843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4197866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4199187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4200078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4201105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4202075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4203099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4203826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4204742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4205751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4207258Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4208133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4209040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4210247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4211209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4212341Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4213120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4214090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4214969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4215828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4216737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4217700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4218930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4219671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4220348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4221887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4222721Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4223371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4224390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4225429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4226271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4227351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4228863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4229727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4230771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4231770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4232990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4233754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4234880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ravel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4235967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4236949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ravel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4237864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ravel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4238830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4240088Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4241090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4241902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4242955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4244128Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4245073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4248272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4248844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4249174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4250068Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4251002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4252139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/record_stream.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4253328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4254587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/record_stream_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4255771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4257070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/refine_names.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4258441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4259434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/refine_names_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4261574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4262262Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4263034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4264410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4266070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4267132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4268443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4269636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4270879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4272080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4273219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4274567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4275656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4276795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4277981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4279180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4280374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4281539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4282712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4283915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4285239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4286550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4288585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4289368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4290038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4290948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4291764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4292716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4293824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4294903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4296065Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4297455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4298509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4299423Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4300551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4301354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4302411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4303431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4304455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4305469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4306316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4307184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4308340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4309433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4310442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu6.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4311614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4312789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu6_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4313329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu6_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4314701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4315575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4316410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4317805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4318806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4319757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4321016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4322440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4323383Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4324334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4325653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4326599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4328611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4329496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4330523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4332208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rename.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4332794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4334150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rename_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4335234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rename_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4336259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4337621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4338242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4339413Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4340348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4341080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4342648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4343322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4344243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4345378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4346409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4347408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4348034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4348811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4349714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4350385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4351320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4352518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4353309Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4354282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4355130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4356248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4357060Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4357769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4358870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4359512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4360685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4361659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4362851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4363490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4364873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4365629Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4366582Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4367294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4368447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4369507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4370135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4370997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4372080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4372757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4373784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4374849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4375712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4376549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4378349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4378787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4379637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4380287Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4381231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4382673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4383563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4384363Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4385599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4386545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4387743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4388534Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4389578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4390582Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4391365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4401223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4402023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4402716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4404256Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4404752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4406552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4407015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4408150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4408991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4410114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4411032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4411691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4413101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4413919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4414815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4415996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4416825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4418152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4419073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4419919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4421012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4421946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4423226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4424123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4425121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4426005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4427353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4428799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4429390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4430318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4431190Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4431921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4433040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4434368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4434985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4435773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4436994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4437636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4438527Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4439843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4440768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/result_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4441665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4442571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/result_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4443613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/result_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4444836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retain_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4445814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4446844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4448102Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4449144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retains_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4450190Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4451132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4452041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4453059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4454141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4455341Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4456087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4457064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4458606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4459626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4460772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4461651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4462700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4463733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4464697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4465643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4466818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4467743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4468739Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4469730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4470982Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4471768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4472791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4473741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4474967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4475876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rot90.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4477092Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4477987Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rot90_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4479071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rot90_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4479996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4481357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4482041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4483810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4484710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4486179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4486825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4488649Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4489549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4490778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4491642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4492870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4493647Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4494643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4495736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4496727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4497666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4499093Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4499986Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4500895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4502100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4503039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4503967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4504944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4506401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4507323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4508648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4509594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4510686Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4511742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4512777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4514316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4515361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4515990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4520516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4522061Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4522736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4523816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4524775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4525578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4526917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4527698Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4528879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4530182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4531042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4533317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4534166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4535158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4536261Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4537174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4538316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4539279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4540298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4541279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4542276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4543324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4544485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4545370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4546387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4547421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4548542Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4550095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4550895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4552222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4553091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4553602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4555059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4555790Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4556741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4558110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4559396Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4560242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4561261Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4562370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4563329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4564286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4565125Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4566311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4567639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4568438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4569333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4570252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4571736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4572673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4573844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4574760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4575984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4576796Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4578032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4578795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4579605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4580756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4581866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4582800Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4583904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4584623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4585568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4586575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4587601Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4588784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4590167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4591054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4592248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4593299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4595344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4596244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4597491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4599156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4599950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4601110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4602259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4603159Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4604153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4605179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4606659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4607597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4608175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/selu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4610693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4611361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/selu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4611755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/selu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4612457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4613319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4614584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4615535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4616440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4617698Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4619642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4620259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4620984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4622008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4622936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4623822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4625568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4626330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4627595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4629589Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4630587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4631484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4633351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4634827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4635659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4637783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4638923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4639569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4640960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4641643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4642732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4643761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4647045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4650252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4651637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4652212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4653622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4654050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4655211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4656200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4657168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4658300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4659155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4660143Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4661064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4662067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4663009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4663976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4665056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4666168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4667167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4668233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4669286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4670002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4671597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4672924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4674277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4676721Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4678455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4680289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4682183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4683268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4685487Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4686261Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4688437Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4688929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4689601Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4690914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4691953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4693466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4694281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4696055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4696545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4697332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4698194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4698950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4699883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4700893Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4702045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4702923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4703926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4705230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4706577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4708060Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4709170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4710480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4711313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4712176Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4713092Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4714143Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4715238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4716038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4717027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4717945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4718921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4719975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4720840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4721801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4722829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4723713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4724934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4727005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4727424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4728410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4729366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4730526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4731596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4732346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4733263Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4734703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4735668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4736656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4737618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4739041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4740249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4742354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4743518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4744825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4746160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4748055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4749137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4750365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4751776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4753119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4754172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4755517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4756782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4757924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4759209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4760490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4762441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4763680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4764810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4766370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4767415Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4768638Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4769914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4771322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4772467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4773672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4774832Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4776070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4777182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4778652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4779687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4780863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4782058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4783294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4784471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4785660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4786853Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4788424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4789612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4790899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4792229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4793277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4794640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4795779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4796891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4798131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4799342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4800753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4801884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4803120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4804160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4805482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4806987Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4808269Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4809401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4810630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4811820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4813002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4814107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4815341Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4816547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4817668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4819133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4820267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4821280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4822494Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4824382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4824962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4826030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4827904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4829205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4830315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4831669Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4832643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4833981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4835532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4836587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4837983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4839029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4840183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4841549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4842813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4844151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4845158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4847269Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4849189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4850306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4851439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4852724Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4854674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4855276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4856381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4857474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4858623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4859953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4861208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4862453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4863503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4864897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4865915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4866882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4868195Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4869494Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4870774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4872675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4873937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4875188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4876545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4877773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4878902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4879981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4881307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4882529Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4883545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4884793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4887056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4887770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4889202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4889801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4890853Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4892272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4893311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4894615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4895777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4897230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4898280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4899432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4900595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4902024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4903184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4904274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4905557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4906770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4908786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4909913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4911038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4912228Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4913502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4914740Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4916121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4917130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4918372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4919821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4921004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4922259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4923409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4924598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4925930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4927095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4929244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4930314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4931488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4932810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4933787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4935022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4936212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4937565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4938571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4939751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4941058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4942264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4943466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4944741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4945747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4947125Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4948278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4949441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4950621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4951867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4953184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4954230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4955439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4956865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4958127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4959290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4960379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4961591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4962807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4963941Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4965149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4966735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4967651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4968884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4970064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4971287Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4972667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4973649Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4976424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4977209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4977846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4978585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4979400Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4980465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4981621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4982840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4984012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4985420Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4987278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4988444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4989606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4991015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4992171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4993265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4994531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4995829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4997078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4998421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.4999599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5000831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5002175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5003329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5004390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5005467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5006865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5008331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5009625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5010797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5011749Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5012990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5014179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5015488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5016624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5017948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5019432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5020684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5022015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5023127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5024172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5025275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5026403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5028550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5029201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5030185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5031253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5032691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5034120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5035291Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5036370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5037570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5038679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5039916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5041348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5042583Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5043666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5044974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5046314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5047481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5048627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5050189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5051159Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5052348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5053674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5054880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5056002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5057231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5058549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5060008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5061084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5062214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5063466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5064714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5066551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5067516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5068788Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5070371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5071516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5072567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5073750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5075005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5076070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5077442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5078514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5079749Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5080937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5082072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5083630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5084936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5086928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5087268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5088794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5089871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5091848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5092197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5092804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5093710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5094777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5096499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5096949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammainc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5097553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5098446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5099418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5100624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5101441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5102718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5103756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5104464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5105420Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5107252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5107906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5108858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5109903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5110948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5112075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5113029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5113938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5114924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5115692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5116695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5117739Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5118654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5120144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5120985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5122005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5123490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5124030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5124934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5125792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5127016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5128822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5129501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5130569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5131793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5132550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5133483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5134842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5136058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5136995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5138049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5139080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5140115Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5141176Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5142338Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5143421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5144373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5145362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5146416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5147566Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5148795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5149684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5150497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5151831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5152872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5153543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5155084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5156008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5156816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5157640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5159132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5160288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5161035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5162216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5163352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5164382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5166146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5166602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5167501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5168430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5169493Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5170683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5172014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5172560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5173563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5174612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5175556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5176789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5177717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5179477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5179847Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5180890Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5181480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5183199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5183741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5184823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5185524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5186936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5187496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5188879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5189665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5191218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5191969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5193865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5194449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5194944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5195876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5196930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5197772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5198913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5199971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5200879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5202490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5203268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5204350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5205456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5207204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5207711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5208467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5209366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5210275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5211146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5212021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5213178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5213950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5215147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5215818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5216846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5217692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5218746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5219491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5221638Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5222296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5222970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5223696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5224831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5225913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5226861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5227597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5228845Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5230110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5231135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5231832Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5232642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5234452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5234928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5235802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5236893Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5237665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5238692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5239891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5241193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5242223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5243446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5244479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5246134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5246840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5248618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5249415Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5250731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5251753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5252674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5254058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5255113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5256093Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5257375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5258081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_psi.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5259685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5260658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_psi_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5262075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5262993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5264333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5265412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5266505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5267665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5269199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5271012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5272239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5273513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5274689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5275929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5277193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5278270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5279580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5281174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5282308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5283474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5284528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5286148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5287317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5288584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5289628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5290982Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5292295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5293403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5294533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5295731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5296921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5298158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5299316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5300524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5301775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5303282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5304604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5305716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5306831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5308029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5309293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5310695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5311852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5313127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5314241Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5315632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5317039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5318249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5319273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5320378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5321532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5322857Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5324001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5325304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5326687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5328748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5329608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5330406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5331424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5332524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5333682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5334895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5336229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5337279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5338395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5339803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5340937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5342161Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5343399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5344922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5346008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5347210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5348535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5350732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5351586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5352744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5353992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5355462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5356807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5358080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5359326Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5360571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5361860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5362885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5364197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5365378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5366770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5367746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5368976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5370293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5371662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5372766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5373929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5375129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5376443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5377778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5380096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5380738Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5381667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5382179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5383368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5384355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5386938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5387470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5388037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5389213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5390623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5391418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5392534Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5393588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5394856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5395793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5397586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5398405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5399485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5400810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5401775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5402916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5404235Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5405449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5406760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5409029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5409888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5411129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5412377Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5413650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5414537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5415704Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5416900Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/square.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5418283Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5419446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/square_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5420573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/square_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5421794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5423172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5424339Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5425435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5426708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5428979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5429831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5431042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5432227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5433452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5434635Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5435991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5437080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5438285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5439608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5440821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5442030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5443361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5444427Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5445668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5446932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5448484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5449580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5450784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5452050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5453397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5454604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5455763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5457008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5458187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5459404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5460682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5461844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5463197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5464481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5465650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5466781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5467982Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stride.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5470144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5470731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stride_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5472033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stride_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5473292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5474638Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5475950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5477051Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5478231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5479271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5480451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5481721Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5482884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5484147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/subtract.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5485524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5486863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/subtract_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5487918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/subtract_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5489055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5490461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5491763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5492779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5493978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5495205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5496320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5497554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5498750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5499862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5501986Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_to_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5502689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5503473Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5504581Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5505719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5507815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5508980Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5509793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5510782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapaxes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5512082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5512928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5513954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5515008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapdims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5516558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5517064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapdims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5518448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5519259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/symeig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5520165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5521330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/symeig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5522089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/symeig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5523407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5524602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5525363Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5526895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5527671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5528472Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5529204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5530146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5531346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5532207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_along_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5533026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5534142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5535056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5536082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5537192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5538133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5539074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5539789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5541209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5542314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5543318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5544406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5545385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5546604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5547524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5548510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5549602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5550861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5551838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5552911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5553815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5554967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5555899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5556940Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5558290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5559078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5560026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5560995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5561974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5562880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5564786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5565300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensor_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5566376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5567105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5568741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5569799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5570737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5571410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5572469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5574054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5574952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5576384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5576955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5578340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5579327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5581133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5581519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5582696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5583603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5584957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5585854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5587127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5588069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5589486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5590639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5591595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5593251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5594074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5595271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5596169Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5597110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5598133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5598977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5600257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5600720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5602187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5603040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5604031Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5605133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5605795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5607569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5608387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5609107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5610568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5611055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5611903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5613053Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5614254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5615625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5616584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5617793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5619103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5620130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5621337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5622146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5623476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5624523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5625402Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5626423Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5627323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5628686Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5629858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5630811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5631676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5632672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5633495Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5634508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5635768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5637421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5638776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5639648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5640779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5641755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5643398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5644229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5645353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5646282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5647571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5648596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5649499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5650806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5651789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5652532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5653634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5654522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5655646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5656401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5657612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5658385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5659263Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5660546Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5661247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5662023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5662943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5664063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5664672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5665687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5667249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5668184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5669330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5669961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5670930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5672081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5672683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5673665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5674660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5675721Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5676607Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5677697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5678638Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5679481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5680607Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5681709Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5682484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5683468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5684592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5685359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5686549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5687776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5689268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5689979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5690944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5692219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5693014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5694225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5695376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5696245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5697093Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5698000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5698785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5699982Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5700747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5701612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5702547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5703488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5704227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5705166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5706680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5707562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5708513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5709486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5710431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5711409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5712422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5713386Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5714132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5715809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5716265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5717803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5718183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5719052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5720013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5721153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5722210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5723114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5724281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5725501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5726897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5727930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5729089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5730393Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5731603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5732815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5733967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5735128Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5736408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/true_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5737882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5738852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/true_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5740112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5741090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5742555Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5743642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5744822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5746114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5747291Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5748367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5749741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5751073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/type_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5752313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5753400Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/type_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5754628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/type_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5755949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5757349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5758505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5759761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5760854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5762125Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5763608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5764561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5765741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5767122Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5768237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5769530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5771053Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5773008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5774016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5775115Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5776401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5777562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5778767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5780052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5781984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5783183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5784441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5785689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5786883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5788039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5789397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5790818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5792147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5793195Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5794407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5795609Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5796807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5797989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5799321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5800543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5801723Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5803134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5804357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5805674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5807216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5808532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5809901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5811022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5812380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5813546Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5814667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5815878Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5817084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5818197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5820443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5821039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5821979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5823118Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5824373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5825482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5826582Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5827786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5829071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5830266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5831610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5832939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5834398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5835444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5836600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5837896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5839244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5840276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5841475Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5842792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5844096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5845210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5846515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5848440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5849841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5851009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5852455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5853712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5854685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5856106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5857319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5858467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5859814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5861039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5864304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5864977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5866113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5867117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5868528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5869637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5870797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5872172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5873327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5874526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5875696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5877302Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5878507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5879724Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5880989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5882128Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5883372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5884848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5885945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5887390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5888555Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5889884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5891009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5892166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5893760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5894878Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5896023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5897329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5898489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5899789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5900933Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5902101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5903318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5904591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5906057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5907187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5908425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5909630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5911127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5912344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5913711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5915139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5916311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5917461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5918564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5919857Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5920959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5922226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5923315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5924580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5925872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5927431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5929641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5930015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5930747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5932726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5933269Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5933864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5935405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5935966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5937329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5937720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5939468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5940138Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5941951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5942599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5943398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5944533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5945634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5946984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5947680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5949232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5950204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5951178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5952274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5953077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5953839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5954887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5956257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5956794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5958405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5958909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5960292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5960954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5962132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5963089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5964074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5964773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5966151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5967084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5967838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5969425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5970348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5971236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5972141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5973231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5974257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5975176Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5976295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5977132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5978223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5979483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5980608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5982225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5982867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5983569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5984363Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5985239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5986420Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5987671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5988681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5989751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5990631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5991949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5992938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5994321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5995239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5996152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5997227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5998445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.5999227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6000612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6001591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6002746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6003950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6004932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6006405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6008101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6010137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6011314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6012581Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6013553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6014827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6015969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6017801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6018972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6020246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6021378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6022755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6023907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6025071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6026129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6027388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6028695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6030006Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6031197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6032457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6033760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6034875Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6036108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6037288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6038476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6039732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6041012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6042254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6043466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6044851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6046230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6047234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6048332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6049707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6051040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6052213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6053436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6054520Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6055932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6057072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6058357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6059510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6060653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6061933Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6063238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6065373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6066382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6067564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6068856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6070083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6071270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6072585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6073882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6074975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6076337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6077599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6078617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6079762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6081112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6082336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6083673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6084923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6086151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6087296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6088642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6090468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6091616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6093245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6094652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6095811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6096964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6098092Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6099499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6100672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6101796Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6103134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6104275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6105446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6107111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6108380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6109383Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6111548Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6112109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6113056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6114191Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6115559Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6116814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6118252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6119195Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6120416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6121583Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6122960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6124061Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6125237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6126604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6127822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6128955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6130200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6131589Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6132700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6133947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6135197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6136396Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6137653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6138732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:59:25.6143277Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T00:59:25.6143697Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:59:25.6144910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:59:25.6146171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:59:25.6147209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:59:25.6148516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:59:25.6150278Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:59:25.6150897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:59:25.6151908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:59:25.6153029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:59:25.6154111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail/ORTHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:59:25.6156065Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6156685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6157642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6158587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6160170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6161265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6162008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/CPUBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6163117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/CPUFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6164320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6165347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ComplexHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6167206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6168361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6169576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6170735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6171820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6173238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6174404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6175692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/DispatchStub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6176705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6177922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6179316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6180566Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6183085Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6183694Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ForeachUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6184337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6184932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6186700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6187294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6188227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6189313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/IndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6190503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6191789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6192699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6194050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/LossMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6195272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6197992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6198737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6199663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/MaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6200928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6201912Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6203004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6204238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/PointwiseOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6205273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Pool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6206450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6207612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/RNN.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6209581Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/RangeFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6210634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6211728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6212671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6213838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6215045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6216107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ResizeCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6217312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6218439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/SegmentReduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6219606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6220960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6221970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6223159Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/SortingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6224209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6225351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6226630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6227744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6228718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorCompare.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6229975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorConversions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6231163Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorDimApply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6232209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6233251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6234477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6235523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6236532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorShape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6237595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorTransformations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6238640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TopKImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6239737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TransposeType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6240782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6242594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6243555Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/UnaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6244766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Unfold2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6245916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Unfold3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6248062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6248544Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/UpSample.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6249259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6250169Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6251044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6251854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6252897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6253868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6254675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/vol2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:59:25.6256380Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6256801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6257921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6258779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6259511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6260333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6261259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6262234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6263016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6264319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6265054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6265977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/Loops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6266659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6267456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6268426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6269733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6270336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6271385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6272388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6273392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6274476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6275562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6276899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6277343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/zmath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:59:25.6279204Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6279688Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6280623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6281321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6282329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6282991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6284421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6284912Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6286621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6287452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6288288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6289209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6290374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6291435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6292416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6293181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6294067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6295334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6296046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6296990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6297863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6298659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6299736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6300563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6301800Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6302812Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6303751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6304625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6305690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6306552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6307568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6308729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6309639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6311547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6312586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6313654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6315405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6316332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6317061Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6318965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6319566Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6320792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6321709Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6322670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6323595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6324435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6325173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6326183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6327011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6328270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6328992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6329775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6330887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6331963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6332795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:59:25.6334361Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:59:25.6334989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:59:25.6336326Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:59:25.6337119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:59:25.6338303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:59:25.6339004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:59:25.6340282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:59:25.6341823Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6342346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6343096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6343837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6344569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6345748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6346729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6347632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6348979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6349756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6350781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6351590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6353185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6353686Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:59:25.6354417Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T00:59:25.6354899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T00:59:25.6356294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized/Quantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T00:59:25.6358633Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-11-23T00:59:25.6359413Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:59:25.6360328Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:59:25.6362322Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:59:25.6362876Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:59:25.6363759Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/inline_container.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:59:25.6364201Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:59:25.6365256Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:59:25.6366270Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/versions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:59:25.6367467Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib 2022-11-23T00:59:25.6368829Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-11-23T00:59:25.6369243Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten/aten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-11-23T00:59:25.6370568Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten/aten_op_template.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-11-23T00:59:25.6372080Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6372589Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6373345Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6374574Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6375214Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/fp16_fma.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6376279Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6377344Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6377941Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6378896Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6380093Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6380914Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6381928Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6383077Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6384146Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6384908Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6385905Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6386875Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:59:25.6387810Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:25.6388569Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/allgather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:25.6390023Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/allreduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:25.6390821Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/barrier_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:25.6392132Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/broadcast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:25.6392944Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:25.6393989Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/common_world_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:25.6394802Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:25.6396041Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:25.6396812Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:59:25.6398156Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/nccl 2022-11-23T00:59:25.6398679Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/nccl 2022-11-23T00:59:25.6400197Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/opencl 2022-11-23T00:59:25.6400612Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/opencl/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/opencl 2022-11-23T00:59:25.6401932Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/prof 2022-11-23T00:59:25.6402368Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/prof/prof_dag_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/prof 2022-11-23T00:59:25.6403489Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/shm_mutex 2022-11-23T00:59:25.6403850Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/shm_mutex/shm_mutex.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/shm_mutex 2022-11-23T00:59:25.6405131Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:59:25.6405734Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:59:25.6406761Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:59:25.6407384Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt/trt_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:59:25.6409002Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/warpctc 2022-11-23T00:59:25.6409392Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/warpctc/ctc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/warpctc 2022-11-23T00:59:25.6410869Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6411417Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6412459Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6413429Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6415315Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob_serializer_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6416060Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6417069Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6418023Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6418876Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6419855Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common_omp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6421851Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6422429Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/context_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6423245Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/context_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6424681Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/cudnn_wrappers.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6425355Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/db.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6426209Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/distributions_stubs.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6427260Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/event.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6428425Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/event_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6429950Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6430714Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6431605Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/flags.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6432687Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6433677Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/init.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6435450Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6435795Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/memonger.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6436841Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/module.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6437667Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6439137Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6439624Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_scheduling.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6440717Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_task.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6441396Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_task_future.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6442442Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_task_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6443299Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_tracing.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6444774Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_dag_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6445390Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6446472Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_simple.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6447445Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_simple_refcount.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6448383Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6449229Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6450001Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6451505Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/operator_gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6452482Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/operator_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6453550Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/plan_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6454610Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/prof_dag_counters.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6455405Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/qtensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6456455Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/qtensor_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6457338Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/scope_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6458469Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/static_tracepoint.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6459353Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6460093Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/stats.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6461525Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/storage.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6462210Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6463292Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6464055Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/tensor_int8.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6464906Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/test_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6465613Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/timer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6466461Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6467393Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/types.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6468076Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/workspace.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6469162Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/macros.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:59:25.6470508Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-11-23T00:59:25.6471144Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip/common_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-11-23T00:59:25.6472339Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip/miopen_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-11-23T00:59:25.6473207Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph 2022-11-23T00:59:25.6473966Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include 2022-11-23T00:59:25.6474871Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph 2022-11-23T00:59:25.6475555Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-11-23T00:59:25.6476574Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-11-23T00:59:25.6477534Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:59:25.6478040Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:59:25.6479202Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:59:25.6480190Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:59:25.6481125Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:25.6481782Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:25.6483008Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:25.6483888Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:25.6484827Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:25.6485652Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:59:25.6486866Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:59:25.6487711Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:59:25.6488770Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:59:25.6489626Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:59:25.6490778Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:59:25.6491220Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:59:25.6492592Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:59:25.6493250Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:59:25.6495206Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:59:25.6496064Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:59:25.6496411Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/tests 2022-11-23T00:59:25.6496940Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/tests/test_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/tests 2022-11-23T00:59:25.6498671Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/cuda_rtc 2022-11-23T00:59:25.6499057Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/cuda_rtc/common_rtc.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/cuda_rtc 2022-11-23T00:59:25.6500305Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/db 2022-11-23T00:59:25.6500720Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/db/create_db_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/db 2022-11-23T00:59:25.6502033Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:59:25.6502394Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/file_store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:59:25.6503400Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/file_store_handler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:59:25.6504293Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/redis_store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:59:25.6505298Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/redis_store_handler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:59:25.6506380Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:59:25.6507292Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/store_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:59:25.6508323Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments 2022-11-23T00:59:25.6509396Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:59:25.6510302Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:59:25.6511009Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/fully_connected_op_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:59:25.6512172Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:59:25.6512906Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/funhash_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:59:25.6513612Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/sparse_funhash_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:59:25.6514579Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:59:25.6515479Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/tt_contraction_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:59:25.6516396Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/tt_pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:59:25.6517697Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep 2022-11-23T00:59:25.6518071Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/ideep_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep 2022-11-23T00:59:25.6519263Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-11-23T00:59:25.6520177Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators/conv_pool_base_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-11-23T00:59:25.6521062Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-11-23T00:59:25.6522157Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators/operator_fallback_ideep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-11-23T00:59:25.6523275Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-11-23T00:59:25.6523737Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils/ideep_context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-11-23T00:59:25.6525375Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils/ideep_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-11-23T00:59:25.6526511Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-11-23T00:59:25.6526846Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image/image_input_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-11-23T00:59:25.6528798Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image/transform_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-11-23T00:59:25.6529773Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile 2022-11-23T00:59:25.6530683Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib 2022-11-23T00:59:25.6531545Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:59:25.6533301Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/ios_caffe.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:59:25.6534263Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:59:25.6535300Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:59:25.6536417Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:25.6537315Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:25.6538595Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:25.6539772Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:25.6540866Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:25.6542490Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:59:25.6543568Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub 2022-11-23T00:59:25.6544837Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-11-23T00:59:25.6545633Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-11-23T00:59:25.6546900Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:25.6548161Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:25.6549783Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:25.6551134Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:25.6552212Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:25.6553356Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:25.6554820Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:59:25.6555968Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub 2022-11-23T00:59:25.6557105Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-11-23T00:59:25.6558014Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-11-23T00:59:25.6559953Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:59:25.6560649Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:59:25.6561906Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:59:25.6565196Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:59:25.6566324Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:59:25.6568202Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:59:25.6569227Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi/nnapi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:59:25.6570488Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/snpe 2022-11-23T00:59:25.6571294Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/snpe 2022-11-23T00:59:25.6572539Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:59:25.6573380Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2/ulp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:59:25.6574739Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:59:25.6575890Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-11-23T00:59:25.6576743Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi/mpi_common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-11-23T00:59:25.6577946Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi/mpi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-11-23T00:59:25.6579322Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-11-23T00:59:25.6579995Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-11-23T00:59:25.6581165Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/profile_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-11-23T00:59:25.6582011Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/runcnt_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-11-23T00:59:25.6584835Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/time_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-11-23T00:59:25.6585467Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:59:25.6586043Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:59:25.6587339Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/backend_rep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:59:25.6589114Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/device.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:59:25.6589672Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:59:25.6590509Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/offline_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:59:25.6592289Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/onnx_exporter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:59:25.6593222Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:59:25.6594145Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/onnxifi_init.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:59:25.6596276Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:59:25.6597149Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:59:25.6597943Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops/operator_sets.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:59:25.6599065Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops/schema.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:59:25.6601417Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6601926Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/abs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6603330Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/accumulate_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6604155Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/accuracy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6605019Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/acos_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6605922Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/activation_ops_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6607040Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/affine_channel_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6608123Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/alias_with_name.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6609386Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/apmeter_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6610078Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/arg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6611199Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/asin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6611953Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/assert_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6613117Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/async_net_barrier_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6614090Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/atan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6615105Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_box_cox_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6615867Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_bucketize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6617407Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6618527Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_matmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6619447Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_moments_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6620192Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_permutation_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6621280Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6622210Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/bbox_transform_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6623101Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/bisect_percentile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6623733Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/boolean_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6624730Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/boolean_unmask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6625623Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6626486Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/bucketize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6627560Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6628512Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cast_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6629493Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cbrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6630405Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6631355Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ceil_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6632331Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6634114Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/channel_shuffle_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6634837Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/channel_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6635745Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/clip_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6636701Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6637236Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/concat_split_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6638219Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conditional_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6639237Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6640312Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6640740Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6642263Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op_shared.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6643131Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_pool_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6644681Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6645212Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6646977Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6647474Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6648997Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6649772Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/copy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6650403Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6651410Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cos_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6652375Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cosh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6653224Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6653964Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/counter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6654806Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/create_scope_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6655585Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cross_entropy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6656459Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6657579Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6658579Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cube_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6659604Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/data_couple.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6660271Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/dataset_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6662077Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/deform_conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6662858Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/deform_conv_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6663842Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6664600Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/distance_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6665694Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/do_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6666339Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/dropout_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6667286Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_add_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6668385Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_div_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6669803Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_linear_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6670511Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_logical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6672126Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_mul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6672595Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_op_test.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6674445Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6674960Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6675464Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_sub_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6676510Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6687223Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/enforce_finite_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6687901Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ensure_clipped_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6688562Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6689194Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/erf_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6689635Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/exp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6690090Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/expand_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6690511Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6690925Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fc_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6691300Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/feature_maps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6691810Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/feed_blob_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6692241Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/filler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6692723Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6693100Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/find_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6693427Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/flatten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6693908Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/flexible_top_k.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6694319Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/floor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6694703Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/free_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6695042Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fully_connected_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6695409Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6696736Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6697754Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6698794Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6699773Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6700794Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gather_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6701753Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6702706Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gelu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6704117Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6705131Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6705891Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6707114Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6708190Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6709229Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/given_tensor_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6710292Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/glu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6711109Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/group_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6712035Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gru_unit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6712992Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/h_softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6713880Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/half_float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6714844Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hard_sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6715728Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6716500Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/histogram_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6717345Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/if_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6718025Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/im2col_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6719868Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/index_hash_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6720524Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6721129Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/inference_lstm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6722135Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/instance_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6723168Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/integral_image_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6724155Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/is_empty_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6725121Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/jsd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6726278Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/key_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6727384Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/layer_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6728135Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/leaky_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6729191Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/length_split_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6729793Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6731188Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6731974Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6733213Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6734278Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6735399Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6736149Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_top_k_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6737781Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/listwise_l2r_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6738123Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/load_save_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6739142Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/load_save_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6740125Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/local_response_normalization_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6740781Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/locally_connected_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6741820Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/locally_connected_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6743299Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/locally_connected_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6744144Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/log1p_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6745622Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/log_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6746372Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/logit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6747272Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6748649Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lpnorm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6749479Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lstm_unit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6750487Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lstm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6751473Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/map_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6752690Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6753662Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6754297Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/matmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6755195Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6756275Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/mean_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6757111Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/merge_id_lists_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6758127Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/minmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6758838Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/mish_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6760198Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/mod_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6760699Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/moments_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6761484Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6762520Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/negate_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6763432Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/negative_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6764464Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ngram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6765422Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/no_default_engine_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6766797Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/normalize_l1_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6767551Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/normalize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6768620Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/numpy_tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6769474Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6770569Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/onnx_while_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6771655Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/op_utils_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6772500Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/operator_fallback_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6773480Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/order_switch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6774425Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6775290Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pack_segments.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6776135Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6777056Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/partition_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6778015Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/percentile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6778910Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/perplexity_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6779842Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6780781Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6781768Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pool_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6782654Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pow_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6783599Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/prefetch_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6784495Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/prelu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6785412Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/prepend_dim_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6786460Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quant_decode_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6787305Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6788271Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rank_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6789183Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reciprocal_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6790133Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6791088Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6792004Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6792989Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reducer_functors.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6794355Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduction_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6795243Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/relu_n_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6796107Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6797000Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/remove_data_blocks_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6797919Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/replace_nan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6798840Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6799768Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/resize_3d_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6800727Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/resize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6801719Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6803525Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rmac_regions_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6803911Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rms_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6805174Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6805784Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6807941Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6808483Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_rotated_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6809261Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6810079Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rowmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6811197Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rsqrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6811923Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/scale_blobs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6812907Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/scale_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6813838Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/segment_reduction_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6815411Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/self_binning_histogram_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6816162Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/selu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6816973Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6817909Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/shape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6818630Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6819401Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6820366Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sinh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6821507Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6822295Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/slice_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6823122Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6823871Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softmax_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6824802Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softmax_with_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6825713Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softplus_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6826508Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softsign_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6827287Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/space_batch_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6828401Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6829253Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6830012Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6830832Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_normalize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6831701Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6832639Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6833617Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6834824Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sqr_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6835825Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6836523Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sqrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6837781Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/square_root_divide_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6838489Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/stats_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6839481Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/stop_gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6840272Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/string_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6841251Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/stump_func_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6842179Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/summarize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6843065Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/swish_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6844078Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6844988Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tanh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6846184Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tensor_protos_db_input.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6847160Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/text_file_reader_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6848351Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/thresholded_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6848796Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6850037Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/top_k.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6850763Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6851405Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tt_linear_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6852231Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6853118Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/unsafe_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6853843Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/upsample_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6854786Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/utility_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6856407Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6857245Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6858299Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/weighted_sample_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6859157Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/while_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6859965Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/zero_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:59:25.6861270Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/hip 2022-11-23T00:59:25.6862650Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hip/activation_ops_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/hip 2022-11-23T00:59:25.6863901Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:59:25.6865074Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:59:25.6865455Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:59:25.6867380Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:59:25.6867937Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:59:25.6868982Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:59:25.6870040Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:59:25.6871347Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn/hip 2022-11-23T00:59:25.6871842Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn/hip 2022-11-23T00:59:25.6873730Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6874135Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_add_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6875046Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_average_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6876449Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6877580Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_concat_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6878653Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6879764Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6881030Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_dequantize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6882267Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_fc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6883312Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_flatten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6884475Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6885568Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6886768Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_max_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6888583Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_quantize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6889623Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6890162Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6891205Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6892015Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_roi_align_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6893142Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6894018Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_simd.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6895096Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_slice_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6895973Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6897997Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_test_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6898438Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6899327Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:59:25.6901274Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6901598Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/annotations.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6903183Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/backend_cutting.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6903918Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/backend_transformer_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6905347Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/bound_shape_inferencer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6906070Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/converter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6906788Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/device.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6907833Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6908722Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/fakefp16_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6910524Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6911231Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/glow_net_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6912047Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6912745Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/onnx_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6913846Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/onnxifi_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6914940Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/onnxifi_transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6915693Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/optimize_ideep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6917145Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6917883Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/passes.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6918861Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/shape_info.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6919591Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/tvm_transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:59:25.6921498Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:59:25.6922280Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/cc_amrc.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:59:25.6923477Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/concat_elim.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:59:25.6924239Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/freeze_quantization_params.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:59:25.6924948Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/in_batch_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:59:25.6926141Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/pointwise_elim.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:59:25.6927695Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-11-23T00:59:25.6928429Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql/ast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-11-23T00:59:25.6929017Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql/graphmatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-11-23T00:59:25.6930321Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6930984Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6932484Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/batch_box_cox.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6932828Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6934295Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6935039Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/embedding_lookup.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6935868Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6937023Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6937855Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6939425Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6939824Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6940934Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6941691Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6943626Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/math.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6945126Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/typed_axpy.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6945704Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/vectorizer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:59:25.6947203Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:59:25.6947874Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/InferenceGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:59:25.6949160Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:59:25.6950146Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/predictor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:59:25.6951085Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/predictor_config.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:59:25.6951948Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/predictor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:59:25.6952550Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:59:25.6954275Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:25.6954683Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:25.6955254Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/data_filler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:25.6957245Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/emulator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:25.6957930Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/net_supplier.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:25.6958538Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/output_formatter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:25.6959311Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:25.6960094Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/std_output_formatter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:25.6961010Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/time_profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:25.6961818Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:59:25.6962919Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:59:25.6963525Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/caffe2_pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:59:25.6964759Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/torch_pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:59:25.6965369Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/caffe2.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:59:25.6969410Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/caffe2_legacy.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:59:25.6970762Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/hsm.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:59:25.6971365Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/metanet.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:59:25.6973092Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/predictor_consts.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:59:25.6974456Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/prof_dag.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:59:25.6975698Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/torch.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:59:25.6978095Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:59:25.6978693Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:59:25.6979506Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_state.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:59:25.6980918Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_state_dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:59:25.6981625Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_state_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:59:25.6982660Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_workspace.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:59:25.6984093Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization 2022-11-23T00:59:25.6984724Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6985560Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/activation_distribution_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6986923Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6988045Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6989537Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6990436Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6991505Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/compute_equalization_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6992612Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/concat_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6993555Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6994607Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6996629Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6997342Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6998404Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.6999257Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dnnlowp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7001327Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7002293Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dnnlowp_partition.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7003572Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dynamic_histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7004567Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7005695Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7006924Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fb_fc_packed_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7007935Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7009064Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_pack_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7010104Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7011168Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_pack_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7012483Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7013536Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7014685Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7015893Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7017046Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/im2col_dnnlowp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7018209Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/int8_gen_quant_params.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7019271Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7020234Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7021357Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/kl_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7022441Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/l2_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7023522Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7024526Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/mmio.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7025849Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/op_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7026913Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7027945Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/quantization_error_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7029040Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7030143Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/relu_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7031415Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7032426Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7033563Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7034583Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7035548Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7036645Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7037741Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:59:25.7040384Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:59:25.7040979Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/blobs_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:59:25.7042330Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/blobs_queue_db.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:59:25.7043385Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/queue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:59:25.7044836Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/rebatching_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:59:25.7045906Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/rebatching_queue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:59:25.7048555Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7049124Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adadelta_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7049992Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adagrad_fused.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7051267Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adagrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7052660Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adam_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7053963Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/clip_tensor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7055198Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/decay_adagrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7056412Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7057515Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7058512Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/ftrl_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7059922Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/gftrl_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7061127Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/iter_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7062053Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/lars_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7063233Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7064425Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/learning_rate_functors.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7065597Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/learning_rate_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7067347Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/math_lp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7068573Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7069743Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/rmsprop_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7070901Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7072321Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/rowwise_counter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7073432Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/storm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7074585Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/weight_scale_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7075616Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/wngrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7077536Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/yellowfin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:59:25.7078713Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share 2022-11-23T00:59:25.7080206Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib 2022-11-23T00:59:25.7081868Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib/zstd 2022-11-23T00:59:25.7082557Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib/zstd 2022-11-23T00:59:25.7083835Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-11-23T00:59:25.7084727Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-11-23T00:59:25.7086171Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-11-23T00:59:25.7087273Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/pattern_net_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-11-23T00:59:25.7088371Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/single_op_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-11-23T00:59:25.7089783Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7090554Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/bench_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7091856Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7092436Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cblas.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7094459Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/conversions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7094794Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cpu_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7095721Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cpuid.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7096868Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/eigen_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7098214Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/filler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7098858Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/fixed_divisor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7100208Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/knob_patcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7101739Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/knobs.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7102383Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/map_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7103651Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math-detail.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7104256Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7105665Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/murmur_hash3.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7107370Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/proto_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7108187Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/proto_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7109507Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/proto_wrap.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7110972Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7112109Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/simple_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7113278Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/smart_tensor_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7114205Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7115313Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/zmq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:59:25.7116895Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:59:25.7117509Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:59:25.7118629Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/elementwise.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:59:25.7119683Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/half_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:59:25.7120818Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:59:25.7121910Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:59:25.7123010Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:59:25.7124640Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:25.7125322Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:25.7126711Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:25.7127811Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:25.7128931Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:25.7130127Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:25.7131279Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:59:25.7132394Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-11-23T00:59:25.7133366Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/optical_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-11-23T00:59:25.7134530Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/video_decoder.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-11-23T00:59:25.7135832Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/video_input_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-11-23T00:59:25.7137129Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/video_io.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-11-23T00:59:25.7138766Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-11-23T00:59:25.7139553Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T00:59:25.7140411Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/macros/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T00:59:25.7141697Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/macros/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T00:59:25.7142952Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/macros/cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T00:59:25.7144622Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7145665Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7146677Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/AutogradState.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7147838Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7149104Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/CPUAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7150311Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7151308Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/CopyBytes.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7152346Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DefaultDtype.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7153428Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7154564Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7155649Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DeviceArray.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7156727Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7158266Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DeviceType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7158827Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DispatchKey.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7160606Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7161670Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DynamicCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7163140Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7164480Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/GeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7165710Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/GradMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7166752Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7167835Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7169237Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7170077Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/OptionalRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7171290Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/PyHandleCache.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7172296Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/QEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7173324Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7174345Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SafePyObject.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7175681Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7176775Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7178261Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7180052Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7181128Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/StorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7182084Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7183358Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/StreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7184448Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SymFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7185470Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SymInt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7186718Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7187736Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7188870Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/TensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7191585Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7192422Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7193581Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7194655Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/alignment.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7195622Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:59:25.7197327Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7198095Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7199254Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7200410Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7203065Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7203892Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7204284Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7204726Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7205953Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7206815Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7208710Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7209452Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7210375Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7211260Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7212630Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:59:25.7213988Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7214803Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/AlignOf.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7216038Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7216928Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7217570Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/BFloat16-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7218512Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/BFloat16-math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7219311Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/BFloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7220093Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7221066Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7221824Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/C++17.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7223175Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/CallOnce.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7223920Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ConstexprCrc.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7225168Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/DeadlockDetection.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7225693Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Deprecated.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7226715Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7227367Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7228418Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7229320Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7230145Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Flags.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7230778Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/FunctionRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7231655Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Half-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7232498Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Half.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7233525Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/IdWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7234627Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/LeftRight.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7235466Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Load.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7236223Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7237105Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/MathConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7238003Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/MaybeOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7239009Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Metaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7239963Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Optional.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7241279Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7242325Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Registry.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7242947Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ScopeExit.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7243855Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/SmallBuffer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7244859Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7246433Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/StringUtil.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7247474Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Synchronized.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7248140Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ThreadLocal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7249030Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7249895Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7250826Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/TypeCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7251869Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/TypeIndex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7252816Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/TypeList.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7253901Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7254785Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/TypeTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7255588Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Unicode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7258090Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7258689Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7259556Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/accumulate.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7260628Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7261904Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/complex_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7263052Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/complex_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7264173Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7265415Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/either.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7266432Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/env.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7267580Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7269513Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7270430Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/in_place.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7271645Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/int128.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7273052Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/intrusive_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7274427Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/irange.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7275767Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/llvmMathExtras.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7277051Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7278212Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7279322Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/math_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7280395Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7281602Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7283489Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/overloaded.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7284408Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7285485Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/qint32.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7286789Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/qint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7288046Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/quint2x4.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7289253Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/quint4x2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7290221Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/quint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7291619Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/reverse_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7292642Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/safe_numerics.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7293766Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7294856Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/sparse_bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7296056Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/strides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7297281Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7298369Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/string_view.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7299570Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/strong_type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7301196Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/tempfile.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7302327Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/thread_name.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7303557Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7304708Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/variant.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7306927Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/win32-headers.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:59:25.7307922Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7308787Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7309980Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7310800Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7311905Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7312808Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7314481Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7315309Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7316186Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7317175Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7318050Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:59:25.7319413Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T00:59:25.7320198Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T00:59:25.7321525Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T00:59:25.7322698Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:59:25.7323497Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:59:25.7324665Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:59:25.7325924Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:59:25.7327332Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:59:25.7328848Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/custom_class_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:59:25.7330322Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7331129Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7332326Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/DataLoader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7333455Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7334500Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Dtype.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7335638Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7336734Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7337824Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7338902Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7339999Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7341093Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7342158Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7343228Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/PythonTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7344277Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7345363Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7346432Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7347519Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/StorageMethods.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7348710Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/StorageSharing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7349768Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7351153Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/THConcat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7352248Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/THP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7353345Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/TypeInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7354437Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7355564Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/copy_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7356636Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7357737Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/python_dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7358820Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/python_headers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7359898Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7360931Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:59:25.7362375Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-11-23T00:59:25.7363356Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-11-23T00:59:25.7364702Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7365510Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7366769Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7368797Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7369934Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7371508Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7372662Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7373806Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7375021Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7376150Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7377239Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7378245Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/linalg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7379593Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7380668Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7381778Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7382974Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7384183Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7385394Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7386393Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7387561Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7389106Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7390237Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7392025Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7393324Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:59:25.7394610Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:25.7395552Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:25.7396856Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7397974Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:25.7399712Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:25.7400442Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:25.7401319Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:25.7402267Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:59:25.7403345Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7404738Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:59:25.7405615Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7407316Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7408326Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7409408Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:59:25.7410364Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7411676Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7412896Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7414178Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7415118Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7416150Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7417383Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7418515Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:59:25.7419421Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7420621Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7421724Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7423099Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:59:25.7424036Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7425186Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7426252Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7427986Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7429108Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7430344Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7431515Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7433333Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:59:25.7434082Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7434957Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7436066Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7436945Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7438256Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7439741Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:59:25.7440546Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:59:25.7441472Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:59:25.7445774Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:25.7446662Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:25.7447357Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:25.7448039Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:25.7448728Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:25.7449418Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:25.7450257Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:25.7451312Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7452341Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:25.7453453Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:59:25.7454987Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:59:25.7455649Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7457321Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7458333Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7459377Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7460368Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7461572Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7462683Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7463732Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7464971Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7466064Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7467507Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7468814Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7469933Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7471124Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7472547Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7473777Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7475327Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:59:25.7476078Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7477576Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7478808Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7479861Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7481048Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7482274Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7483463Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7484609Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7485850Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7487124Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7488841Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7490284Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7491526Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7492654Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7493762Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7494995Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7496287Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7497377Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7498582Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7499932Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7500982Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7502908Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:59:25.7503636Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7504868Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7506108Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7507315Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7508533Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7509458Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7510876Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7511993Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7513230Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7514378Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7515412Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7516573Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7517676Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7519061Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7520235Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7521479Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7522554Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7523875Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7525159Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7526694Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7528859Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7529901Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7531130Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7532584Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:59:25.7533273Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7534622Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7535511Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7536619Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7537768Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7539150Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7540240Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7542257Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7543096Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7543883Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7544881Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T00:59:25.7545748Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7547364Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:59:25.7548001Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7549226Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7550188Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7552051Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:25.7552592Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:25.7553584Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:25.7554154Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:25.7555678Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:25.7556146Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:25.7557870Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:25.7558421Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:25.7559903Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:59:25.7560911Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:59:25.7561749Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7562602Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7564482Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:59:25.7564999Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:59:25.7565642Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7566808Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.7568118Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:59:25.7569949Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7570545Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7571700Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7572381Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7573554Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7574338Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7575145Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7575948Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7576684Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7577528Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7578327Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7579362Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7580251Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7581430Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7582187Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7583123Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7584252Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7585101Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7586097Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7587158Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7588247Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7588978Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7590102Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7590872Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7591802Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7592617Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7593701Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7594073Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7595261Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7596139Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7597048Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7597942Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7598724Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7599444Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7600248Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7601017Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_return_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7601847Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7602630Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7603423Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7604215Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7605026Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7605821Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7606762Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7607549Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7608416Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7609237Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7609828Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:59:25.7611603Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:25.7612069Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:25.7613080Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:25.7613958Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:25.7614935Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:25.7615718Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:25.7616659Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:59:25.7618019Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:59:25.7619117Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:59:25.7620135Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:59:25.7621101Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:59:25.7623950Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:59:25.7625372Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:25.7625894Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:25.7626936Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:25.7627863Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:25.7628672Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:25.7629709Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:25.7630633Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:59:25.7632196Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7632632Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7633693Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7634465Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7636327Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7636754Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7637291Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7638288Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7638976Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7640006Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7641333Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:59:25.7642366Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-11-23T00:59:25.7643878Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7644586Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7645783Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7647022Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7648107Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7649225Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7650282Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7651360Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7652572Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7653600Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7654749Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7655925Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7657193Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7658258Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7659337Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7660394Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7661483Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7662829Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7664397Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7665367Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7666551Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7668157Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7669361Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7670519Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7671627Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7672714Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7673848Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7674878Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7676112Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7677929Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7678517Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7679301Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7679706Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7681083Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7681493Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7683031Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7683594Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7684745Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7685259Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7686823Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7688338Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:59:25.7689952Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7690438Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7690986Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7691964Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7692725Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7693950Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7694880Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7695655Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7696361Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7697837Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7698577Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7699573Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7700279Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7701256Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7703136Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7703623Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7704439Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7705253Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7706158Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7707196Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7707759Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7709315Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7710026Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7711304Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7712066Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7713028Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7713916Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7714685Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:59:25.7716090Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T00:59:25.7716916Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T00:59:25.7717709Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T00:59:25.7718394Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T00:59:25.7720102Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:25.7720605Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:25.7721715Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:25.7722270Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:25.7723276Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:25.7724043Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:25.7725063Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:25.7726147Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:25.7727256Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:25.7728152Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:59:25.7729667Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7730489Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7731339Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7732011Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7732805Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7733734Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7734867Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7735482Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7736549Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7737598Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7738775Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7739984Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7741100Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7742220Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7743553Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7744645Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7745861Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7746793Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7747976Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7749151Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7750296Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7751442Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7752509Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7753603Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7754813Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7755811Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7756856Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7758047Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7759156Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7760224Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7761362Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7762748Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7763835Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7764821Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7766138Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7767166Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7768410Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7769369Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7770092Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7772105Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7772653Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7773449Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7774113Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7774789Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7776515Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7777339Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7778015Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7778929Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7779854Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7781166Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7781810Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7782555Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7783481Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7784536Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7785330Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7786174Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7787171Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7787923Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7788824Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7789806Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7790786Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7791392Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7792408Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7793432Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7794363Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7795228Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7796305Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7797146Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7798702Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7799674Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7800643Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7801437Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7802340Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7803095Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7803892Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7804942Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7805677Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7806806Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7807502Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7808878Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7809684Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7810758Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7812025Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7812750Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7813899Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7814878Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7816165Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:59:25.7817596Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:25.7818052Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:25.7818938Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:25.7819625Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:25.7820530Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:25.7821289Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:25.7822487Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:25.7823181Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:25.7824644Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:25.7825325Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:59:25.7826573Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:25.7827993Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:25.7830629Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:25.7831053Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:25.7831564Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:25.7832005Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:59:25.7832288Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7832686Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7833889Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7834496Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7835630Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7836550Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7837373Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7838494Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7839284Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7840318Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7841186Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7842217Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7843252Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7844293Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7845783Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7846518Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7848361Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7849310Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7850281Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7851231Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7852209Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7853265Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7854788Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7855736Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7856736Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7857771Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7858776Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7859795Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7860834Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7861977Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7862999Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7863931Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:59:25.7864858Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7865699Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7866567Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7867469Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7868547Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7870384Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7871455Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7872741Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7873730Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7874560Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7875526Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7876439Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7877198Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:59:25.7878705Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7879345Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7880243Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7880890Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7881954Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7883141Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7883831Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7884904Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7886234Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7886993Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7887821Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7888595Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7890417Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7891090Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7891899Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7893064Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7893946Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7894856Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7895676Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7896547Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7897275Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7898355Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7899673Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7900350Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7901164Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7902127Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7902974Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7903970Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7905928Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:59:25.7908782Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:59:25.7909463Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:59:25.7910217Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:59:25.7910838Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:59:25.7911440Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:59:25.7912006Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api/object.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:59:25.7913211Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7913898Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7915126Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7916310Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7917181Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7918647Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7919243Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7920214Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7920971Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7922421Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7922830Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7924150Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7924921Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7926702Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7928415Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7929222Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7930171Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7931436Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7932297Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7933470Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7934422Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7935460Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7936557Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:59:25.7938651Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7939023Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7939933Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7940986Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7941958Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7942786Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7944476Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7944817Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7945881Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7947690Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7948522Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7949461Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7950279Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7951193Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7951937Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7952839Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:59:25.7954513Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7955180Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7956233Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7957221Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7958235Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7959212Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7960089Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7960765Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7962040Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7962783Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7963929Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7964518Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7965848Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7966479Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7967664Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7968491Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7969375Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7970159Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7971596Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7972536Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7973198Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7974570Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7975638Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:59:25.7976657Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T00:59:25.7977357Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T00:59:25.7978502Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T00:59:25.7979619Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7980071Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7981227Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7982180Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7983148Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7984058Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7985062Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7985891Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7987248Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7988184Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7989026Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7990094Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7991044Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7993001Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7993383Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7994706Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7996141Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7996908Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7997776Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7998616Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.7999672Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8000462Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8001618Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8002614Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8003907Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8004733Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8005810Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8006994Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8008872Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8009748Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8011026Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8011901Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8013388Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8014994Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8015462Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8016790Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8017715Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8018968Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8020107Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8021517Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8022510Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8023884Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8024769Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:59:25.8026289Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:25.8027196Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:25.8028430Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:25.8029377Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:25.8030575Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:25.8031735Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:25.8032679Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:25.8033834Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:25.8034872Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:25.8036039Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:59:25.8037312Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-11-23T00:59:25.8038788Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8039683Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8041823Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8042898Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8044592Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8045546Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8046407Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8047525Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8048658Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8049963Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8050879Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8051877Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8052931Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8053709Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8055197Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8056014Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8056639Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8058647Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8059590Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8060773Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8061716Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8062726Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8063918Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8065051Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8066412Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8067292Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8069894Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8070482Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8071202Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8072419Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8073744Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8074871Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8075839Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8076960Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8078556Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8079260Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8080423Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8081117Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8082325Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8083437Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8084519Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8085885Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8086817Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8087707Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8088785Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8089723Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8090814Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8091670Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8092646Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8093661Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8094832Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8095605Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8096616Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8097641Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8098354Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8099269Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8099983Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8100881Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8101782Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8102591Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8103369Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8104417Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8105276Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8106184Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8107033Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8108014Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8109227Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8110092Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8111106Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8112053Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8112985Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8113810Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8114610Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8115555Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8116346Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8117360Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8118200Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8119166Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8120177Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8121222Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8122280Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8123349Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8124315Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8125353Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8126253Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8127085Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8128082Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8129201Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8130047Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:59:25.8131349Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:59:25.8131814Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:59:25.8132956Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:59:25.8133529Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:59:25.8134637Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:59:25.8135716Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8136465Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8137243Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8138272Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8139213Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8140102Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8140944Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8141796Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8142724Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8143950Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8144608Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8145524Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8146296Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8147599Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8148585Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8149691Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8150840Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8151859Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8153083Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:59:25.8154345Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T00:59:25.8155061Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T00:59:25.8156170Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T00:59:25.8158172Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:59:25.8158725Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/api.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:59:25.8159854Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/collection.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:59:25.8160872Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/containers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:59:25.8161734Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:59:25.8162835Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/events.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:59:25.8163886Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:59:25.8164857Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:59:25.8165687Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/perf.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:59:25.8166579Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:59:25.8167930Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:59:25.8168664Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:59:25.8169779Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:59:25.8171036Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T00:59:25.8171590Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T00:59:25.8172764Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8173149Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/auto_gil.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8174666Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8175459Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8176372Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8177205Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8178320Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8179125Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8180102Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8181183Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8182257Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8183568Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8184186Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8184762Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/out_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8185442Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8187332Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8188182Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8189800Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8190785Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8191914Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8193110Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8194251Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8195434Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8196577Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8197718Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8198825Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8199942Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8201044Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/six.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8202217Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/structseq.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8203286Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8204498Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8205612Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8206738Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8209078Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8209912Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8210888Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8212154Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8213400Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8214474Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8215768Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8216704Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8217843Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8218930Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:59:25.8220461Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T00:59:25.8221010Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T00:59:25.8222489Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-11-23T00:59:25.8223292Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:59:25.8223828Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:59:25.8225011Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:59:25.8226101Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:59:25.8227163Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:59:25.8229070Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8229973Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8230619Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8231494Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8232650Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8233731Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8234784Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8235876Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8236969Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8238154Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8239182Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8240335Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8241377Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8242503Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8243807Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8244874Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8246240Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8247322Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8248496Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8249907Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8251053Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8252358Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8253362Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8254470Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8255712Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:59:25.8256959Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T00:59:25.8258068Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.8259250Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:59:25.8260023Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:59:25.8261026Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:59:25.8262583Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8263473Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8264569Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8265822Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8266600Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8267462Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8268554Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8269616Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8270187Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8271101Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8271780Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:59:25.8273191Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8273597Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8274833Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8276224Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8278199Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8278750Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8279426Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8280574Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8281548Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8282305Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8283239Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8284059Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8284916Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8286112Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8287636Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8288446Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8289290Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8291188Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8292822Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8293644Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:59:25.8295246Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:59:25.8295664Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/class.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:59:25.8296981Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:59:25.8298241Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/descr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:59:25.8298917Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/init.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:59:25.8300307Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/internals.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:59:25.8301396Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:59:25.8302432Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:59:25.8305095Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-11-23T00:59:25.8305601Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-11-23T00:59:25.8306866Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T00:59:25.8307276Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T00:59:25.8308681Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:59:25.8309046Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:59:25.8310539Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:59:25.8311447Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:59:25.8312644Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:59:25.8313625Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:59:25.8314245Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:59:25.8315643Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:59:25.8316362Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:59:25.8317003Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:59:25.8318040Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:59:25.8319040Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:59:25.8319718Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/threads.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:59:25.8320489Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:59:25.8321609Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:59:25.8323410Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:59:25.8323892Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:59:25.8324440Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:59:25.8326566Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:59:25.8327360Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:59:25.8327768Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:59:25.8329703Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:59:25.8330582Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:59:25.8331697Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:59:25.8332604Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.8333296Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.8334212Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.8335342Z copying build/lib.linux-x86_64-cpython-37/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 2022-11-23T00:59:25.8336756Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T00:59:25.8337352Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T00:59:25.8338207Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T00:59:25.8339176Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T00:59:25.8339741Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T00:59:25.8341414Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T00:59:25.8341980Z copying build/lib.linux-x86_64-cpython-37/torch/_C.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:25.8343109Z copying build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:59:25.8345773Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8346288Z copying build/lib.linux-x86_64-cpython-37/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8347282Z copying build/lib.linux-x86_64-cpython-37/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8347917Z copying build/lib.linux-x86_64-cpython-37/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8348909Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8350719Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8351741Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8352553Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8353551Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8354213Z copying build/lib.linux-x86_64-cpython-37/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8355152Z copying build/lib.linux-x86_64-cpython-37/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8356773Z copying build/lib.linux-x86_64-cpython-37/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8358031Z copying build/lib.linux-x86_64-cpython-37/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:59:25.8359154Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8359664Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8360463Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8362106Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8362410Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8363396Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8364575Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8365905Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8366849Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8367634Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8369225Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8379991Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8380711Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8381239Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8381987Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:59:25.8382371Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:59:25.8382789Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:59:25.8383457Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:59:25.8384071Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:59:25.8384654Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:59:25.8385252Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:59:25.8386587Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:59:25.8387168Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T00:59:25.8388380Z copying build/lib.linux-x86_64-cpython-37/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T00:59:25.8389260Z copying build/lib.linux-x86_64-cpython-37/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T00:59:25.8390070Z copying build/lib.linux-x86_64-cpython-37/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T00:59:25.8390550Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T00:59:25.8391166Z copying build/lib.linux-x86_64-cpython-37/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T00:59:25.8391789Z copying build/lib.linux-x86_64-cpython-37/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T00:59:25.8392436Z copying build/lib.linux-x86_64-cpython-37/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T00:59:25.8393266Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:59:25.8393938Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:59:25.8394600Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:59:25.8395451Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:59:25.8396333Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:59:25.8396841Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-11-23T00:59:25.8397182Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-11-23T00:59:25.8397562Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T00:59:25.8398075Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T00:59:25.8400046Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T00:59:25.8401259Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8402127Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8403245Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8404272Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8405409Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8406387Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8407254Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8408230Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8409155Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Function.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8410020Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8410876Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8411683Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8412463Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8413503Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8414495Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8415330Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8416200Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8417013Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8417996Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8418825Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8419665Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8420561Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8421455Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8422529Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8423453Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8424494Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8425365Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8426340Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8427289Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8428209Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8429148Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8429843Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8431130Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8432016Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8433230Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8434122Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8435040Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8436009Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8436884Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8437654Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:59:25.8441869Z running install_egg_info 2022-11-23T00:59:25.8562729Z running egg_info 2022-11-23T00:59:25.8563053Z creating torch.egg-info 2022-11-23T00:59:25.8601110Z writing torch.egg-info/PKG-INFO 2022-11-23T00:59:25.8603957Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-11-23T00:59:25.8606697Z writing entry points to torch.egg-info/entry_points.txt 2022-11-23T00:59:25.8608054Z writing requirements to torch.egg-info/requires.txt 2022-11-23T00:59:25.8609820Z writing top-level names to torch.egg-info/top_level.txt 2022-11-23T00:59:25.8610908Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T00:59:26.1124531Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T00:59:26.1124874Z reading manifest template 'MANIFEST.in' 2022-11-23T00:59:26.1126483Z warning: no files found matching 'CITATION' 2022-11-23T00:59:28.0289883Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-11-23T00:59:28.1512374Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-11-23T00:59:28.3806948Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-11-23T00:59:28.3807288Z adding license file 'LICENSE' 2022-11-23T00:59:28.3807546Z adding license file 'NOTICE' 2022-11-23T00:59:29.0025826Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T00:59:29.0113754Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385-py3.7.egg-info 2022-11-23T00:59:29.0155472Z running install_scripts 2022-11-23T00:59:29.0371492Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-11-23T00:59:29.0372920Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-11-23T00:59:29.0429033Z creating build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385.dist-info/WHEEL 2022-11-23T00:59:29.0432128Z creating 'dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2022-11-23T00:59:29.0435137Z adding 'caffe2/__init__.py' 2022-11-23T00:59:29.0437612Z adding 'caffe2/contrib/__init__.py' 2022-11-23T00:59:29.0439598Z adding 'caffe2/contrib/aten/__init__.py' 2022-11-23T00:59:29.0442140Z adding 'caffe2/contrib/aten/aten_test.py' 2022-11-23T00:59:29.0446815Z adding 'caffe2/contrib/aten/gen_op.py' 2022-11-23T00:59:29.0449115Z adding 'caffe2/contrib/aten/docs/__init__.py' 2022-11-23T00:59:29.0451333Z adding 'caffe2/contrib/aten/docs/sample.py' 2022-11-23T00:59:29.0453283Z adding 'caffe2/contrib/gloo/__init__.py' 2022-11-23T00:59:29.0458509Z adding 'caffe2/contrib/gloo/gloo_test.py' 2022-11-23T00:59:29.0461136Z adding 'caffe2/contrib/nccl/__init__.py' 2022-11-23T00:59:29.0464233Z adding 'caffe2/contrib/nccl/nccl_ops_test.py' 2022-11-23T00:59:29.0466403Z adding 'caffe2/contrib/nnpack/__init__.py' 2022-11-23T00:59:29.0469310Z adding 'caffe2/contrib/nnpack/nnpack_ops_test.py' 2022-11-23T00:59:29.0474867Z adding 'caffe2/contrib/playground/AnyExp.py' 2022-11-23T00:59:29.0477892Z adding 'caffe2/contrib/playground/AnyExpOnTerm.py' 2022-11-23T00:59:29.0480645Z adding 'caffe2/contrib/playground/ModuleRegister.py' 2022-11-23T00:59:29.0482471Z adding 'caffe2/contrib/playground/__init__.py' 2022-11-23T00:59:29.0485541Z adding 'caffe2/contrib/playground/checkpoint.py' 2022-11-23T00:59:29.0487883Z adding 'caffe2/contrib/playground/compute_loss.py' 2022-11-23T00:59:29.0490186Z adding 'caffe2/contrib/playground/compute_topk_accuracy.py' 2022-11-23T00:59:29.0491982Z adding 'caffe2/contrib/playground/meter.py' 2022-11-23T00:59:29.0493970Z adding 'caffe2/contrib/playground/module_map.py' 2022-11-23T00:59:29.0495922Z adding 'caffe2/contrib/playground/output_generator.py' 2022-11-23T00:59:29.0498557Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet.py' 2022-11-23T00:59:29.0500652Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py' 2022-11-23T00:59:29.0502356Z adding 'caffe2/contrib/playground/resnetdemo/__init__.py' 2022-11-23T00:59:29.0504199Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py' 2022-11-23T00:59:29.0506256Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py' 2022-11-23T00:59:29.0510280Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py' 2022-11-23T00:59:29.0512437Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py' 2022-11-23T00:59:29.0514474Z adding 'caffe2/contrib/playground/resnetdemo/gfs_IN1k.py' 2022-11-23T00:59:29.0516141Z adding 'caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py' 2022-11-23T00:59:29.0517775Z adding 'caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py' 2022-11-23T00:59:29.0519594Z adding 'caffe2/contrib/prof/__init__.py' 2022-11-23T00:59:29.0521293Z adding 'caffe2/contrib/prof/cuda_profile_ops_test.py' 2022-11-23T00:59:29.0522915Z adding 'caffe2/contrib/script/__init__.py' 2022-11-23T00:59:29.0524758Z adding 'caffe2/contrib/script/examples/__init__.py' 2022-11-23T00:59:29.0526670Z adding 'caffe2/contrib/tensorboard/__init__.py' 2022-11-23T00:59:29.0529485Z adding 'caffe2/contrib/tensorboard/tensorboard.py' 2022-11-23T00:59:29.0533456Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter.py' 2022-11-23T00:59:29.0537097Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter_test.py' 2022-11-23T00:59:29.0539839Z adding 'caffe2/contrib/tensorboard/tensorboard_test.py' 2022-11-23T00:59:29.0541698Z adding 'caffe2/contrib/warpctc/__init__.py' 2022-11-23T00:59:29.0543859Z adding 'caffe2/contrib/warpctc/ctc_ops_test.py' 2022-11-23T00:59:29.0545667Z adding 'caffe2/core/__init__.py' 2022-11-23T00:59:29.0547285Z adding 'caffe2/core/nomnigraph/__init__.py' 2022-11-23T00:59:29.0550380Z adding 'caffe2/core/nomnigraph/op_gen.py' 2022-11-23T00:59:29.0552360Z adding 'caffe2/distributed/__init__.py' 2022-11-23T00:59:29.0554260Z adding 'caffe2/distributed/file_store_handler_op_test.py' 2022-11-23T00:59:29.0556109Z adding 'caffe2/distributed/redis_store_handler_op_test.py' 2022-11-23T00:59:29.0558069Z adding 'caffe2/distributed/store_ops_test_util.py' 2022-11-23T00:59:29.0559773Z adding 'caffe2/experiments/__init__.py' 2022-11-23T00:59:29.0563132Z adding 'caffe2/experiments/python/SparseTransformer.py' 2022-11-23T00:59:29.0564764Z adding 'caffe2/experiments/python/__init__.py' 2022-11-23T00:59:29.0570516Z adding 'caffe2/experiments/python/convnet_benchmarks.py' 2022-11-23T00:59:29.0573395Z adding 'caffe2/experiments/python/device_reduce_sum_bench.py' 2022-11-23T00:59:29.0575544Z adding 'caffe2/experiments/python/funhash_op_test.py' 2022-11-23T00:59:29.0578102Z adding 'caffe2/experiments/python/net_construct_bench.py' 2022-11-23T00:59:29.0580308Z adding 'caffe2/experiments/python/sparse_funhash_op_test.py' 2022-11-23T00:59:29.0582521Z adding 'caffe2/experiments/python/sparse_reshape_op_test.py' 2022-11-23T00:59:29.0584640Z adding 'caffe2/experiments/python/tt_contraction_op_test.py' 2022-11-23T00:59:29.0586586Z adding 'caffe2/experiments/python/tt_pad_op_test.py' 2022-11-23T00:59:29.0588435Z adding 'caffe2/perfkernels/__init__.py' 2022-11-23T00:59:29.0592885Z adding 'caffe2/perfkernels/hp_emblookup_codegen.py' 2022-11-23T00:59:29.0595539Z adding 'caffe2/proto/__init__.py' 2022-11-23T00:59:29.0597986Z adding 'caffe2/proto/caffe2_legacy_pb2.py' 2022-11-23T00:59:29.0609454Z adding 'caffe2/proto/caffe2_pb2.py' 2022-11-23T00:59:29.0613482Z adding 'caffe2/proto/gen_proto_typestubs_helper.py' 2022-11-23T00:59:29.0615992Z adding 'caffe2/proto/hsm_pb2.py' 2022-11-23T00:59:29.0619665Z adding 'caffe2/proto/metanet_pb2.py' 2022-11-23T00:59:29.0622435Z adding 'caffe2/proto/predictor_consts_pb2.py' 2022-11-23T00:59:29.0625741Z adding 'caffe2/proto/prof_dag_pb2.py' 2022-11-23T00:59:29.0630027Z adding 'caffe2/proto/torch_pb2.py' 2022-11-23T00:59:29.0634657Z adding 'caffe2/python/__init__.py' 2022-11-23T00:59:29.0636827Z adding 'caffe2/python/_import_c_extension.py' 2022-11-23T00:59:29.0638926Z adding 'caffe2/python/allcompare_test.py' 2022-11-23T00:59:29.0641886Z adding 'caffe2/python/attention.py' 2022-11-23T00:59:29.0644718Z adding 'caffe2/python/benchmark_generator.py' 2022-11-23T00:59:29.0647755Z adding 'caffe2/python/binarysize.py' 2022-11-23T00:59:29.0650329Z adding 'caffe2/python/brew.py' 2022-11-23T00:59:29.0653662Z adding 'caffe2/python/brew_test.py' 2022-11-23T00:59:29.0655559Z adding 'caffe2/python/build.py' 2022-11-23T00:59:29.0658059Z adding 'caffe2/python/cached_reader.py' 2022-11-23T00:59:30.5136610Z adding 'caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:59:30.6133504Z adding 'caffe2/python/caffe_translator.py' 2022-11-23T00:59:30.6136560Z adding 'caffe2/python/caffe_translator_test.py' 2022-11-23T00:59:30.6145151Z adding 'caffe2/python/checkpoint.py' 2022-11-23T00:59:30.6149575Z adding 'caffe2/python/checkpoint_test.py' 2022-11-23T00:59:30.6151781Z adding 'caffe2/python/clean_workspace_test.py' 2022-11-23T00:59:30.6154182Z adding 'caffe2/python/cnn.py' 2022-11-23T00:59:30.6156933Z adding 'caffe2/python/context.py' 2022-11-23T00:59:30.6158690Z adding 'caffe2/python/context_test.py' 2022-11-23T00:59:30.6163687Z adding 'caffe2/python/control.py' 2022-11-23T00:59:30.6172636Z adding 'caffe2/python/control_ops_grad.py' 2022-11-23T00:59:30.6175153Z adding 'caffe2/python/control_ops_grad_test.py' 2022-11-23T00:59:30.6178649Z adding 'caffe2/python/control_ops_util.py' 2022-11-23T00:59:30.6181956Z adding 'caffe2/python/control_test.py' 2022-11-23T00:59:30.6183739Z adding 'caffe2/python/convert.py' 2022-11-23T00:59:30.6185202Z adding 'caffe2/python/convert_test.py' 2022-11-23T00:59:30.6190370Z adding 'caffe2/python/convnet_benchmarks.py' 2022-11-23T00:59:30.6192686Z adding 'caffe2/python/convnet_benchmarks_test.py' 2022-11-23T00:59:30.6233314Z adding 'caffe2/python/core.py' 2022-11-23T00:59:30.6242877Z adding 'caffe2/python/core_gradients_test.py' 2022-11-23T00:59:30.6254258Z adding 'caffe2/python/core_test.py' 2022-11-23T00:59:30.6259483Z adding 'caffe2/python/crf.py' 2022-11-23T00:59:30.6261653Z adding 'caffe2/python/crf_predict.py' 2022-11-23T00:59:30.6263576Z adding 'caffe2/python/crf_viterbi_test.py' 2022-11-23T00:59:30.6286789Z adding 'caffe2/python/data_parallel_model.py' 2022-11-23T00:59:30.6300165Z adding 'caffe2/python/data_parallel_model_test.py' 2022-11-23T00:59:30.6306397Z adding 'caffe2/python/data_workers.py' 2022-11-23T00:59:30.6309514Z adding 'caffe2/python/data_workers_test.py' 2022-11-23T00:59:30.6316304Z adding 'caffe2/python/dataio.py' 2022-11-23T00:59:30.6321082Z adding 'caffe2/python/dataio_test.py' 2022-11-23T00:59:30.6325561Z adding 'caffe2/python/dataset.py' 2022-11-23T00:59:30.6329150Z adding 'caffe2/python/db_file_reader.py' 2022-11-23T00:59:30.6331081Z adding 'caffe2/python/db_test.py' 2022-11-23T00:59:30.6333559Z adding 'caffe2/python/device_checker.py' 2022-11-23T00:59:30.6335533Z adding 'caffe2/python/dyndep.py' 2022-11-23T00:59:30.6338245Z adding 'caffe2/python/embedding_generation_benchmark.py' 2022-11-23T00:59:30.6340552Z adding 'caffe2/python/experiment_util.py' 2022-11-23T00:59:30.6342409Z adding 'caffe2/python/extension_loader.py' 2022-11-23T00:59:30.6344019Z adding 'caffe2/python/fakefp16_transform_lib.py' 2022-11-23T00:59:30.6345638Z adding 'caffe2/python/filler_test.py' 2022-11-23T00:59:30.6347956Z adding 'caffe2/python/functional.py' 2022-11-23T00:59:30.6350541Z adding 'caffe2/python/functional_test.py' 2022-11-23T00:59:30.6352884Z adding 'caffe2/python/fused_8bit_rowwise_conversion_ops_test.py' 2022-11-23T00:59:30.6357543Z adding 'caffe2/python/gradient_check_test.py' 2022-11-23T00:59:30.6362833Z adding 'caffe2/python/gradient_checker.py' 2022-11-23T00:59:30.6365711Z adding 'caffe2/python/gru_cell.py' 2022-11-23T00:59:30.6367598Z adding 'caffe2/python/hip_test_util.py' 2022-11-23T00:59:30.6369515Z adding 'caffe2/python/hsm_util.py' 2022-11-23T00:59:30.6393686Z adding 'caffe2/python/hypothesis_test.py' 2022-11-23T00:59:30.6402842Z adding 'caffe2/python/hypothesis_test_util.py' 2022-11-23T00:59:30.6405310Z adding 'caffe2/python/ideep_test_util.py' 2022-11-23T00:59:30.6413225Z adding 'caffe2/python/layer_model_helper.py' 2022-11-23T00:59:30.6415975Z adding 'caffe2/python/layer_model_instantiator.py' 2022-11-23T00:59:30.6418860Z adding 'caffe2/python/layer_parameter_sharing_test.py' 2022-11-23T00:59:30.6421358Z adding 'caffe2/python/layer_test_util.py' 2022-11-23T00:59:30.6439763Z adding 'caffe2/python/layers_test.py' 2022-11-23T00:59:30.6443436Z adding 'caffe2/python/lazy.py' 2022-11-23T00:59:30.6445637Z adding 'caffe2/python/lazy_dyndep.py' 2022-11-23T00:59:30.6448087Z adding 'caffe2/python/lazy_dyndep_test.py' 2022-11-23T00:59:30.6450562Z adding 'caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py' 2022-11-23T00:59:30.6453010Z adding 'caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py' 2022-11-23T00:59:30.6456670Z adding 'caffe2/python/lstm_benchmark.py' 2022-11-23T00:59:30.6467832Z adding 'caffe2/python/memonger.py' 2022-11-23T00:59:30.6475106Z adding 'caffe2/python/memonger_test.py' 2022-11-23T00:59:30.6477639Z adding 'caffe2/python/mkl_test_util.py' 2022-11-23T00:59:30.6479923Z adding 'caffe2/python/model_device_test.py' 2022-11-23T00:59:30.6486939Z adding 'caffe2/python/model_helper.py' 2022-11-23T00:59:30.6489405Z adding 'caffe2/python/model_helper_test.py' 2022-11-23T00:59:30.6491205Z adding 'caffe2/python/modifier_context.py' 2022-11-23T00:59:30.6493994Z adding 'caffe2/python/muji.py' 2022-11-23T00:59:30.6496160Z adding 'caffe2/python/muji_test.py' 2022-11-23T00:59:30.6503265Z adding 'caffe2/python/net_builder.py' 2022-11-23T00:59:30.6507333Z adding 'caffe2/python/net_builder_test.py' 2022-11-23T00:59:30.6512092Z adding 'caffe2/python/net_drawer.py' 2022-11-23T00:59:30.6516531Z adding 'caffe2/python/net_printer.py' 2022-11-23T00:59:30.6518879Z adding 'caffe2/python/net_printer_test.py' 2022-11-23T00:59:30.6521105Z adding 'caffe2/python/nomnigraph.py' 2022-11-23T00:59:30.6524924Z adding 'caffe2/python/nomnigraph_test.py' 2022-11-23T00:59:30.6527693Z adding 'caffe2/python/nomnigraph_transformations.py' 2022-11-23T00:59:30.6530187Z adding 'caffe2/python/nomnigraph_transformations_test.py' 2022-11-23T00:59:30.6531937Z adding 'caffe2/python/normalizer.py' 2022-11-23T00:59:30.6533623Z adding 'caffe2/python/normalizer_context.py' 2022-11-23T00:59:30.6535353Z adding 'caffe2/python/normalizer_test.py' 2022-11-23T00:59:30.6536941Z adding 'caffe2/python/numa_benchmark.py' 2022-11-23T00:59:30.6538622Z adding 'caffe2/python/numa_test.py' 2022-11-23T00:59:30.6541107Z adding 'caffe2/python/observer_test.py' 2022-11-23T00:59:30.6542928Z adding 'caffe2/python/operator_fp_exceptions_test.py' 2022-11-23T00:59:30.6559184Z adding 'caffe2/python/optimizer.py' 2022-11-23T00:59:30.6563017Z adding 'caffe2/python/optimizer_context.py' 2022-11-23T00:59:30.6569327Z adding 'caffe2/python/optimizer_test.py' 2022-11-23T00:59:30.6573156Z adding 'caffe2/python/optimizer_test_util.py' 2022-11-23T00:59:30.6576451Z adding 'caffe2/python/parallel_workers.py' 2022-11-23T00:59:30.6578662Z adding 'caffe2/python/parallel_workers_test.py' 2022-11-23T00:59:30.6582126Z adding 'caffe2/python/parallelize_bmuf_distributed_test.py' 2022-11-23T00:59:30.6587414Z adding 'caffe2/python/pipeline.py' 2022-11-23T00:59:30.6589942Z adding 'caffe2/python/pipeline_test.py' 2022-11-23T00:59:30.6591455Z adding 'caffe2/python/predictor_constants.py' 2022-11-23T00:59:30.6594181Z adding 'caffe2/python/python_op_test.py' 2022-11-23T00:59:30.6596739Z adding 'caffe2/python/queue_util.py' 2022-11-23T00:59:30.6599201Z adding 'caffe2/python/record_queue.py' 2022-11-23T00:59:30.6603748Z adding 'caffe2/python/recurrent.py' 2022-11-23T00:59:30.6609713Z adding 'caffe2/python/regularizer.py' 2022-11-23T00:59:30.6612013Z adding 'caffe2/python/regularizer_context.py' 2022-11-23T00:59:30.6615052Z adding 'caffe2/python/regularizer_test.py' 2022-11-23T00:59:30.6632465Z adding 'caffe2/python/rnn_cell.py' 2022-11-23T00:59:30.6647856Z adding 'caffe2/python/schema.py' 2022-11-23T00:59:30.6652656Z adding 'caffe2/python/schema_test.py' 2022-11-23T00:59:30.6655073Z adding 'caffe2/python/scope.py' 2022-11-23T00:59:30.6657262Z adding 'caffe2/python/scope_test.py' 2022-11-23T00:59:30.6660303Z adding 'caffe2/python/session.py' 2022-11-23T00:59:30.6662384Z adding 'caffe2/python/session_test.py' 2022-11-23T00:59:30.6664599Z adding 'caffe2/python/sparse_to_dense_mask_test.py' 2022-11-23T00:59:30.6666679Z adding 'caffe2/python/sparse_to_dense_test.py' 2022-11-23T00:59:30.6674278Z adding 'caffe2/python/task.py' 2022-11-23T00:59:30.6676605Z adding 'caffe2/python/task_test.py' 2022-11-23T00:59:30.6678926Z adding 'caffe2/python/test_util.py' 2022-11-23T00:59:30.6680887Z adding 'caffe2/python/text_file_reader.py' 2022-11-23T00:59:30.6682824Z adding 'caffe2/python/timeout_guard.py' 2022-11-23T00:59:30.6685084Z adding 'caffe2/python/toy_regression_test.py' 2022-11-23T00:59:30.6686996Z adding 'caffe2/python/transformations.py' 2022-11-23T00:59:30.6689853Z adding 'caffe2/python/transformations_test.py' 2022-11-23T00:59:30.6693309Z adding 'caffe2/python/tt_core.py' 2022-11-23T00:59:30.6695464Z adding 'caffe2/python/tt_core_test.py' 2022-11-23T00:59:30.6699945Z adding 'caffe2/python/utils.py' 2022-11-23T00:59:30.6702059Z adding 'caffe2/python/utils_test.py' 2022-11-23T00:59:30.6704766Z adding 'caffe2/python/visualize.py' 2022-11-23T00:59:30.6712559Z adding 'caffe2/python/workspace.py' 2022-11-23T00:59:30.6721064Z adding 'caffe2/python/workspace_test.py' 2022-11-23T00:59:30.6723647Z adding 'caffe2/python/docs/__init__.py' 2022-11-23T00:59:30.6725527Z adding 'caffe2/python/docs/formatter.py' 2022-11-23T00:59:30.6728460Z adding 'caffe2/python/docs/generator.py' 2022-11-23T00:59:30.6730893Z adding 'caffe2/python/docs/github.py' 2022-11-23T00:59:30.6741420Z adding 'caffe2/python/docs/parser.py' 2022-11-23T00:59:30.6741849Z adding 'caffe2/python/examples/__init__.py' 2022-11-23T00:59:30.6742127Z adding 'caffe2/python/examples/char_rnn.py' 2022-11-23T00:59:30.6745688Z adding 'caffe2/python/examples/imagenet_trainer.py' 2022-11-23T00:59:30.6748511Z adding 'caffe2/python/examples/lmdb_create_example.py' 2022-11-23T00:59:30.6755834Z adding 'caffe2/python/examples/resnet50_trainer.py' 2022-11-23T00:59:30.6758250Z adding 'caffe2/python/fakelowp/__init__.py' 2022-11-23T00:59:30.6759848Z adding 'caffe2/python/fakelowp/init_shared_libs.py' 2022-11-23T00:59:30.6761437Z adding 'caffe2/python/fakelowp/test_utils.py' 2022-11-23T00:59:30.6763096Z adding 'caffe2/python/helpers/__init__.py' 2022-11-23T00:59:30.6764649Z adding 'caffe2/python/helpers/algebra.py' 2022-11-23T00:59:30.6766366Z adding 'caffe2/python/helpers/arg_scope.py' 2022-11-23T00:59:30.6767977Z adding 'caffe2/python/helpers/array_helpers.py' 2022-11-23T00:59:30.6769498Z adding 'caffe2/python/helpers/control_ops.py' 2022-11-23T00:59:30.6772475Z adding 'caffe2/python/helpers/conv.py' 2022-11-23T00:59:30.6774441Z adding 'caffe2/python/helpers/db_input.py' 2022-11-23T00:59:30.6775950Z adding 'caffe2/python/helpers/dropout.py' 2022-11-23T00:59:30.6777580Z adding 'caffe2/python/helpers/elementwise_linear.py' 2022-11-23T00:59:30.6779924Z adding 'caffe2/python/helpers/fc.py' 2022-11-23T00:59:30.6781809Z adding 'caffe2/python/helpers/nonlinearity.py' 2022-11-23T00:59:30.6784844Z adding 'caffe2/python/helpers/normalization.py' 2022-11-23T00:59:30.6786760Z adding 'caffe2/python/helpers/pooling.py' 2022-11-23T00:59:30.6788423Z adding 'caffe2/python/helpers/quantization.py' 2022-11-23T00:59:30.6790071Z adding 'caffe2/python/helpers/tools.py' 2022-11-23T00:59:30.6792010Z adding 'caffe2/python/helpers/train.py' 2022-11-23T00:59:30.6794378Z adding 'caffe2/python/ideep/LRN_op_test.py' 2022-11-23T00:59:30.6795840Z adding 'caffe2/python/ideep/__init__.py' 2022-11-23T00:59:30.6797972Z adding 'caffe2/python/ideep/adam_op_test.py' 2022-11-23T00:59:30.6800077Z adding 'caffe2/python/ideep/blobs_queue_db_test.py' 2022-11-23T00:59:30.6801895Z adding 'caffe2/python/ideep/channel_shuffle_op_test.py' 2022-11-23T00:59:30.6804147Z adding 'caffe2/python/ideep/concat_split_op_test.py' 2022-11-23T00:59:30.6806643Z adding 'caffe2/python/ideep/conv_op_test.py' 2022-11-23T00:59:30.6808688Z adding 'caffe2/python/ideep/conv_transpose_test.py' 2022-11-23T00:59:30.6812715Z adding 'caffe2/python/ideep/convfusion_op_test.py' 2022-11-23T00:59:30.6815167Z adding 'caffe2/python/ideep/copy_op_test.py' 2022-11-23T00:59:30.6816887Z adding 'caffe2/python/ideep/dropout_op_test.py' 2022-11-23T00:59:30.6819446Z adding 'caffe2/python/ideep/elementwise_sum_op_test.py' 2022-11-23T00:59:30.6821461Z adding 'caffe2/python/ideep/expanddims_squeeze_op_test.py' 2022-11-23T00:59:30.6823984Z adding 'caffe2/python/ideep/fc_op_test.py' 2022-11-23T00:59:30.6826288Z adding 'caffe2/python/ideep/leaky_relu_op_test.py' 2022-11-23T00:59:30.6827930Z adding 'caffe2/python/ideep/moment_sgd_op_test.py' 2022-11-23T00:59:30.6829977Z adding 'caffe2/python/ideep/operator_fallback_op_test.py' 2022-11-23T00:59:30.6831791Z adding 'caffe2/python/ideep/order_switch_op_test.py' 2022-11-23T00:59:30.6833923Z adding 'caffe2/python/ideep/pool_op_test.py' 2022-11-23T00:59:30.6836204Z adding 'caffe2/python/ideep/pre_convert_test.py' 2022-11-23T00:59:30.6838099Z adding 'caffe2/python/ideep/relu_op_test.py' 2022-11-23T00:59:30.6840352Z adding 'caffe2/python/ideep/reshape_op_test.py' 2022-11-23T00:59:30.6842294Z adding 'caffe2/python/ideep/shape_op_test.py' 2022-11-23T00:59:30.6843865Z adding 'caffe2/python/ideep/sigmoid_op_test.py' 2022-11-23T00:59:30.6845649Z adding 'caffe2/python/ideep/softmax_op_test.py' 2022-11-23T00:59:30.6847541Z adding 'caffe2/python/ideep/spatial_bn_op_test.py' 2022-11-23T00:59:30.6849808Z adding 'caffe2/python/ideep/test_ideep_net.py' 2022-11-23T00:59:30.6853588Z adding 'caffe2/python/ideep/transform_ideep_net.py' 2022-11-23T00:59:30.6855514Z adding 'caffe2/python/ideep/transpose_op_test.py' 2022-11-23T00:59:30.6857277Z adding 'caffe2/python/ideep/weightedsum_op_test.py' 2022-11-23T00:59:30.6859557Z adding 'caffe2/python/layers/__init__.py' 2022-11-23T00:59:30.6861985Z adding 'caffe2/python/layers/adaptive_weight.py' 2022-11-23T00:59:30.6863758Z adding 'caffe2/python/layers/add_bias.py' 2022-11-23T00:59:30.6866440Z adding 'caffe2/python/layers/arc_cosine_feature_map.py' 2022-11-23T00:59:30.6868746Z adding 'caffe2/python/layers/batch_huber_loss.py' 2022-11-23T00:59:30.6872022Z adding 'caffe2/python/layers/batch_lr_loss.py' 2022-11-23T00:59:30.6874126Z adding 'caffe2/python/layers/batch_mse_loss.py' 2022-11-23T00:59:30.6876219Z adding 'caffe2/python/layers/batch_normalization.py' 2022-11-23T00:59:30.6877985Z adding 'caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py' 2022-11-23T00:59:30.6880175Z adding 'caffe2/python/layers/batch_softmax_loss.py' 2022-11-23T00:59:30.6882069Z adding 'caffe2/python/layers/blob_weighted_sum.py' 2022-11-23T00:59:30.6883800Z adding 'caffe2/python/layers/bpr_loss.py' 2022-11-23T00:59:30.6885644Z adding 'caffe2/python/layers/bucket_weighted.py' 2022-11-23T00:59:30.6887674Z adding 'caffe2/python/layers/build_index.py' 2022-11-23T00:59:30.6889959Z adding 'caffe2/python/layers/concat.py' 2022-11-23T00:59:30.6891759Z adding 'caffe2/python/layers/constant_weight.py' 2022-11-23T00:59:30.6893971Z adding 'caffe2/python/layers/conv.py' 2022-11-23T00:59:30.6895756Z adding 'caffe2/python/layers/dropout.py' 2022-11-23T00:59:30.6898904Z adding 'caffe2/python/layers/fc.py' 2022-11-23T00:59:30.6902986Z adding 'caffe2/python/layers/fc_with_bootstrap.py' 2022-11-23T00:59:30.6905260Z adding 'caffe2/python/layers/fc_without_bias.py' 2022-11-23T00:59:30.6908514Z adding 'caffe2/python/layers/feature_sparse_to_dense.py' 2022-11-23T00:59:30.6911265Z adding 'caffe2/python/layers/functional.py' 2022-11-23T00:59:30.6913474Z adding 'caffe2/python/layers/gather_record.py' 2022-11-23T00:59:30.6915819Z adding 'caffe2/python/layers/homotopy_weight.py' 2022-11-23T00:59:30.6918100Z adding 'caffe2/python/layers/label_smooth.py' 2022-11-23T00:59:30.6920016Z adding 'caffe2/python/layers/last_n_window_collector.py' 2022-11-23T00:59:30.6922254Z adding 'caffe2/python/layers/layer_normalization.py' 2022-11-23T00:59:30.6927505Z adding 'caffe2/python/layers/layers.py' 2022-11-23T00:59:30.6929813Z adding 'caffe2/python/layers/margin_rank_loss.py' 2022-11-23T00:59:30.6931582Z adding 'caffe2/python/layers/merge_id_lists.py' 2022-11-23T00:59:30.6933559Z adding 'caffe2/python/layers/pairwise_similarity.py' 2022-11-23T00:59:30.6935443Z adding 'caffe2/python/layers/position_weighted.py' 2022-11-23T00:59:30.6937500Z adding 'caffe2/python/layers/random_fourier_features.py' 2022-11-23T00:59:30.6939410Z adding 'caffe2/python/layers/reservoir_sampling.py' 2022-11-23T00:59:30.6941325Z adding 'caffe2/python/layers/sampling_train.py' 2022-11-23T00:59:30.6943007Z adding 'caffe2/python/layers/sampling_trainable_mixin.py' 2022-11-23T00:59:30.6944861Z adding 'caffe2/python/layers/select_record_by_context.py' 2022-11-23T00:59:30.6947215Z adding 'caffe2/python/layers/semi_random_features.py' 2022-11-23T00:59:30.6949653Z adding 'caffe2/python/layers/sparse_dropout_with_replacement.py' 2022-11-23T00:59:30.6952089Z adding 'caffe2/python/layers/sparse_feature_hash.py' 2022-11-23T00:59:30.6954253Z adding 'caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py' 2022-11-23T00:59:30.6959515Z adding 'caffe2/python/layers/sparse_lookup.py' 2022-11-23T00:59:30.6962080Z adding 'caffe2/python/layers/split.py' 2022-11-23T00:59:30.6964464Z adding 'caffe2/python/layers/tags.py' 2022-11-23T00:59:30.6966649Z adding 'caffe2/python/layers/uniform_sampling.py' 2022-11-23T00:59:30.6968366Z adding 'caffe2/python/mint/__init__.py' 2022-11-23T00:59:30.6970992Z adding 'caffe2/python/mint/app.py' 2022-11-23T00:59:30.6972952Z adding 'caffe2/python/mkl/__init__.py' 2022-11-23T00:59:30.6974645Z adding 'caffe2/python/mkl/mkl_LRN_op_test.py' 2022-11-23T00:59:30.6976544Z adding 'caffe2/python/mkl/mkl_LRN_speed_test.py' 2022-11-23T00:59:30.6978321Z adding 'caffe2/python/mkl/mkl_concat_op_test.py' 2022-11-23T00:59:30.6980055Z adding 'caffe2/python/mkl/mkl_conv_op_test.py' 2022-11-23T00:59:30.6981864Z adding 'caffe2/python/mkl/mkl_copy_op_test.py' 2022-11-23T00:59:30.6983600Z adding 'caffe2/python/mkl/mkl_elementwise_add_op_test.py' 2022-11-23T00:59:30.6985309Z adding 'caffe2/python/mkl/mkl_elementwise_sum_op_test.py' 2022-11-23T00:59:30.6987214Z adding 'caffe2/python/mkl/mkl_fc_op_test.py' 2022-11-23T00:59:30.6988977Z adding 'caffe2/python/mkl/mkl_fc_speed_test.py' 2022-11-23T00:59:30.6990834Z adding 'caffe2/python/mkl/mkl_fill_op_test.py' 2022-11-23T00:59:30.6992515Z adding 'caffe2/python/mkl/mkl_pool_op_test.py' 2022-11-23T00:59:30.6994469Z adding 'caffe2/python/mkl/mkl_pool_speed_test.py' 2022-11-23T00:59:30.6996204Z adding 'caffe2/python/mkl/mkl_relu_op_test.py' 2022-11-23T00:59:30.6998207Z adding 'caffe2/python/mkl/mkl_sbn_op_test.py' 2022-11-23T00:59:30.7000350Z adding 'caffe2/python/mkl/mkl_sbn_speed_test.py' 2022-11-23T00:59:30.7001991Z adding 'caffe2/python/mkl/mkl_sigmoid_op_test.py' 2022-11-23T00:59:30.7003957Z adding 'caffe2/python/mkl/mkl_speed_test.py' 2022-11-23T00:59:30.7005669Z adding 'caffe2/python/mkl/mkl_squeeze_op_test.py' 2022-11-23T00:59:30.7008823Z adding 'caffe2/python/mkl/rewrite_graph.py' 2022-11-23T00:59:30.7011641Z adding 'caffe2/python/mkl/rewrite_graph_test.py' 2022-11-23T00:59:30.7013800Z adding 'caffe2/python/modeling/__init__.py' 2022-11-23T00:59:30.7015877Z adding 'caffe2/python/modeling/compute_histogram_for_blobs.py' 2022-11-23T00:59:30.7018120Z adding 'caffe2/python/modeling/compute_histogram_for_blobs_test.py' 2022-11-23T00:59:30.7020667Z adding 'caffe2/python/modeling/compute_norm_for_blobs.py' 2022-11-23T00:59:30.7022924Z adding 'caffe2/python/modeling/compute_norm_for_blobs_test.py' 2022-11-23T00:59:30.7025014Z adding 'caffe2/python/modeling/compute_statistics_for_blobs.py' 2022-11-23T00:59:30.7026967Z adding 'caffe2/python/modeling/compute_statistics_for_blobs_test.py' 2022-11-23T00:59:30.7029182Z adding 'caffe2/python/modeling/get_entry_from_blobs.py' 2022-11-23T00:59:30.7031339Z adding 'caffe2/python/modeling/get_entry_from_blobs_test.py' 2022-11-23T00:59:30.7033951Z adding 'caffe2/python/modeling/gradient_clipping.py' 2022-11-23T00:59:30.7036504Z adding 'caffe2/python/modeling/gradient_clipping_test.py' 2022-11-23T00:59:30.7039144Z adding 'caffe2/python/modeling/initializers.py' 2022-11-23T00:59:30.7041105Z adding 'caffe2/python/modeling/initializers_test.py' 2022-11-23T00:59:30.7042770Z adding 'caffe2/python/modeling/net_modifier.py' 2022-11-23T00:59:30.7044572Z adding 'caffe2/python/modeling/parameter_info.py' 2022-11-23T00:59:30.7046903Z adding 'caffe2/python/modeling/parameter_sharing.py' 2022-11-23T00:59:30.7049563Z adding 'caffe2/python/modeling/parameter_sharing_test.py' 2022-11-23T00:59:30.7051662Z adding 'caffe2/python/models/__init__.py' 2022-11-23T00:59:30.7053245Z adding 'caffe2/python/models/__sym_init__.py' 2022-11-23T00:59:30.7056164Z adding 'caffe2/python/models/download.py' 2022-11-23T00:59:30.7058723Z adding 'caffe2/python/models/imagenet_trainer_test_utils.py' 2022-11-23T00:59:30.7062617Z adding 'caffe2/python/models/resnet.py' 2022-11-23T00:59:30.7064657Z adding 'caffe2/python/models/resnet_test.py' 2022-11-23T00:59:30.7067295Z adding 'caffe2/python/models/shufflenet.py' 2022-11-23T00:59:30.7069494Z adding 'caffe2/python/models/shufflenet_test.py' 2022-11-23T00:59:30.7071120Z adding 'caffe2/python/models/seq2seq/__init__.py' 2022-11-23T00:59:30.7075100Z adding 'caffe2/python/models/seq2seq/beam_search.py' 2022-11-23T00:59:30.7078164Z adding 'caffe2/python/models/seq2seq/seq2seq_beam_search_test.py' 2022-11-23T00:59:30.7080281Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper.py' 2022-11-23T00:59:30.7082217Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper_test.py' 2022-11-23T00:59:30.7087637Z adding 'caffe2/python/models/seq2seq/seq2seq_util.py' 2022-11-23T00:59:30.7094928Z adding 'caffe2/python/models/seq2seq/train.py' 2022-11-23T00:59:30.7101449Z adding 'caffe2/python/models/seq2seq/translate.py' 2022-11-23T00:59:30.7103968Z adding 'caffe2/python/onnx/__init__.py' 2022-11-23T00:59:30.7115253Z adding 'caffe2/python/onnx/backend.py' 2022-11-23T00:59:30.7118225Z adding 'caffe2/python/onnx/backend_cpp_rep.py' 2022-11-23T00:59:30.7120327Z adding 'caffe2/python/onnx/backend_rep.py' 2022-11-23T00:59:30.7122038Z adding 'caffe2/python/onnx/error.py' 2022-11-23T00:59:30.7126283Z adding 'caffe2/python/onnx/frontend.py' 2022-11-23T00:59:30.7129044Z adding 'caffe2/python/onnx/helper.py' 2022-11-23T00:59:30.7131145Z adding 'caffe2/python/onnx/onnxifi.py' 2022-11-23T00:59:30.7134173Z adding 'caffe2/python/onnx/test_onnxifi.py' 2022-11-23T00:59:30.7136628Z adding 'caffe2/python/onnx/workspace.py' 2022-11-23T00:59:30.7138481Z adding 'caffe2/python/onnx/bin/__init__.py' 2022-11-23T00:59:30.7140533Z adding 'caffe2/python/onnx/bin/conversion.py' 2022-11-23T00:59:30.7142396Z adding 'caffe2/python/onnx/tests/__init__.py' 2022-11-23T00:59:30.7148018Z adding 'caffe2/python/onnx/tests/c2_ref_test.py' 2022-11-23T00:59:30.7153232Z adding 'caffe2/python/onnx/tests/conversion_test.py' 2022-11-23T00:59:30.7155145Z adding 'caffe2/python/onnx/tests/helper_test.py' 2022-11-23T00:59:30.7158109Z adding 'caffe2/python/onnx/tests/onnx_backend_test.py' 2022-11-23T00:59:30.7160551Z adding 'caffe2/python/onnx/tests/ssa_test.py' 2022-11-23T00:59:30.7162486Z adding 'caffe2/python/onnx/tests/test_utils.py' 2022-11-23T00:59:30.7166125Z adding 'caffe2/python/operator_test/__init__.py' 2022-11-23T00:59:30.7168136Z adding 'caffe2/python/operator_test/_utils.py' 2022-11-23T00:59:30.7171098Z adding 'caffe2/python/operator_test/activation_ops_test.py' 2022-11-23T00:59:30.7173914Z adding 'caffe2/python/operator_test/adadelta_test.py' 2022-11-23T00:59:30.7176560Z adding 'caffe2/python/operator_test/adagrad_test.py' 2022-11-23T00:59:30.7179346Z adding 'caffe2/python/operator_test/adagrad_test_helper.py' 2022-11-23T00:59:30.7183091Z adding 'caffe2/python/operator_test/adam_test.py' 2022-11-23T00:59:30.7185842Z adding 'caffe2/python/operator_test/affine_channel_op_test.py' 2022-11-23T00:59:30.7187744Z adding 'caffe2/python/operator_test/alias_with_name_test.py' 2022-11-23T00:59:30.7189948Z adding 'caffe2/python/operator_test/apmeter_test.py' 2022-11-23T00:59:30.7191847Z adding 'caffe2/python/operator_test/arg_ops_test.py' 2022-11-23T00:59:30.7193714Z adding 'caffe2/python/operator_test/assert_test.py' 2022-11-23T00:59:30.7195540Z adding 'caffe2/python/operator_test/async_net_barrier_test.py' 2022-11-23T00:59:30.7197712Z adding 'caffe2/python/operator_test/atomic_ops_test.py' 2022-11-23T00:59:30.7200216Z adding 'caffe2/python/operator_test/basic_rnn_test.py' 2022-11-23T00:59:30.7202909Z adding 'caffe2/python/operator_test/batch_box_cox_test.py' 2022-11-23T00:59:30.7205266Z adding 'caffe2/python/operator_test/batch_bucketize_op_test.py' 2022-11-23T00:59:30.7207700Z adding 'caffe2/python/operator_test/batch_moments_op_test.py' 2022-11-23T00:59:30.7209960Z adding 'caffe2/python/operator_test/batch_sparse_to_dense_op_test.py' 2022-11-23T00:59:30.7213882Z adding 'caffe2/python/operator_test/bbox_transform_test.py' 2022-11-23T00:59:30.7216986Z adding 'caffe2/python/operator_test/bisect_percentile_op_test.py' 2022-11-23T00:59:30.7219399Z adding 'caffe2/python/operator_test/blobs_queue_db_test.py' 2022-11-23T00:59:30.7222590Z adding 'caffe2/python/operator_test/boolean_mask_test.py' 2022-11-23T00:59:30.7225083Z adding 'caffe2/python/operator_test/boolean_unmask_test.py' 2022-11-23T00:59:30.7228007Z adding 'caffe2/python/operator_test/box_with_nms_limit_op_test.py' 2022-11-23T00:59:30.7230310Z adding 'caffe2/python/operator_test/bucketize_op_test.py' 2022-11-23T00:59:30.7232191Z adding 'caffe2/python/operator_test/cast_op_test.py' 2022-11-23T00:59:30.7234052Z adding 'caffe2/python/operator_test/ceil_op_test.py' 2022-11-23T00:59:30.7236087Z adding 'caffe2/python/operator_test/channel_backprop_stats_op_test.py' 2022-11-23T00:59:30.7238092Z adding 'caffe2/python/operator_test/channel_shuffle_test.py' 2022-11-23T00:59:30.7240081Z adding 'caffe2/python/operator_test/channel_stats_op_test.py' 2022-11-23T00:59:30.7242098Z adding 'caffe2/python/operator_test/checkpoint_test.py' 2022-11-23T00:59:30.7244072Z adding 'caffe2/python/operator_test/clip_op_test.py' 2022-11-23T00:59:30.7246261Z adding 'caffe2/python/operator_test/clip_tensor_op_test.py' 2022-11-23T00:59:30.7249846Z adding 'caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py' 2022-11-23T00:59:30.7252286Z adding 'caffe2/python/operator_test/concat_op_cost_test.py' 2022-11-23T00:59:30.7255174Z adding 'caffe2/python/operator_test/concat_split_op_test.py' 2022-11-23T00:59:30.7257240Z adding 'caffe2/python/operator_test/conditional_test.py' 2022-11-23T00:59:30.7260438Z adding 'caffe2/python/operator_test/conftest.py' 2022-11-23T00:59:30.7267202Z adding 'caffe2/python/operator_test/conv_test.py' 2022-11-23T00:59:30.7271334Z adding 'caffe2/python/operator_test/conv_transpose_test.py' 2022-11-23T00:59:30.7274582Z adding 'caffe2/python/operator_test/copy_ops_test.py' 2022-11-23T00:59:30.7276872Z adding 'caffe2/python/operator_test/copy_rows_to_tensor_op_test.py' 2022-11-23T00:59:30.7279035Z adding 'caffe2/python/operator_test/cosine_embedding_criterion_op_test.py' 2022-11-23T00:59:30.7281076Z adding 'caffe2/python/operator_test/counter_ops_test.py' 2022-11-23T00:59:30.7283743Z adding 'caffe2/python/operator_test/crf_test.py' 2022-11-23T00:59:30.7287088Z adding 'caffe2/python/operator_test/cross_entropy_ops_test.py' 2022-11-23T00:59:30.7289908Z adding 'caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py' 2022-11-23T00:59:30.7292298Z adding 'caffe2/python/operator_test/ctc_greedy_decoder_op_test.py' 2022-11-23T00:59:30.7294957Z adding 'caffe2/python/operator_test/cudnn_recurrent_test.py' 2022-11-23T00:59:30.7296853Z adding 'caffe2/python/operator_test/data_couple_op_test.py' 2022-11-23T00:59:30.7302956Z adding 'caffe2/python/operator_test/dataset_ops_test.py' 2022-11-23T00:59:30.7305714Z adding 'caffe2/python/operator_test/decay_adagrad_test.py' 2022-11-23T00:59:30.7309593Z adding 'caffe2/python/operator_test/deform_conv_test.py' 2022-11-23T00:59:30.7312181Z adding 'caffe2/python/operator_test/dense_vector_to_id_list_op_test.py' 2022-11-23T00:59:30.7314282Z adding 'caffe2/python/operator_test/depthwise_3x3_conv_test.py' 2022-11-23T00:59:30.7317611Z adding 'caffe2/python/operator_test/detectron_keypoints.py' 2022-11-23T00:59:30.7320145Z adding 'caffe2/python/operator_test/distance_op_test.py' 2022-11-23T00:59:30.7322451Z adding 'caffe2/python/operator_test/dropout_op_test.py' 2022-11-23T00:59:30.7324379Z adding 'caffe2/python/operator_test/duplicate_operands_test.py' 2022-11-23T00:59:30.7326447Z adding 'caffe2/python/operator_test/elementwise_linear_op_test.py' 2022-11-23T00:59:30.7328693Z adding 'caffe2/python/operator_test/elementwise_logical_ops_test.py' 2022-11-23T00:59:30.7332352Z adding 'caffe2/python/operator_test/elementwise_op_broadcast_test.py' 2022-11-23T00:59:30.7338160Z adding 'caffe2/python/operator_test/elementwise_ops_test.py' 2022-11-23T00:59:30.7340976Z adding 'caffe2/python/operator_test/emptysample_ops_test.py' 2022-11-23T00:59:30.7342919Z adding 'caffe2/python/operator_test/enforce_finite_op_test.py' 2022-11-23T00:59:30.7344825Z adding 'caffe2/python/operator_test/ensure_clipped_test.py' 2022-11-23T00:59:30.7346769Z adding 'caffe2/python/operator_test/ensure_cpu_output_op_test.py' 2022-11-23T00:59:30.7348632Z adding 'caffe2/python/operator_test/erf_op_test.py' 2022-11-23T00:59:30.7350682Z adding 'caffe2/python/operator_test/expand_op_test.py' 2022-11-23T00:59:30.7353042Z adding 'caffe2/python/operator_test/fc_operator_test.py' 2022-11-23T00:59:30.7356539Z adding 'caffe2/python/operator_test/feature_maps_ops_test.py' 2022-11-23T00:59:30.7360084Z adding 'caffe2/python/operator_test/filler_ops_test.py' 2022-11-23T00:59:30.7362278Z adding 'caffe2/python/operator_test/find_op_test.py' 2022-11-23T00:59:30.7364121Z adding 'caffe2/python/operator_test/flatten_op_test.py' 2022-11-23T00:59:30.7366380Z adding 'caffe2/python/operator_test/flexible_top_k_test.py' 2022-11-23T00:59:30.7368353Z adding 'caffe2/python/operator_test/floor_op_test.py' 2022-11-23T00:59:30.7372264Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py' 2022-11-23T00:59:30.7374906Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py' 2022-11-23T00:59:30.7377955Z adding 'caffe2/python/operator_test/gather_ops_test.py' 2022-11-23T00:59:30.7381396Z adding 'caffe2/python/operator_test/gather_ranges_op_test.py' 2022-11-23T00:59:30.7383575Z adding 'caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py' 2022-11-23T00:59:30.7385478Z adding 'caffe2/python/operator_test/given_tensor_fill_op_test.py' 2022-11-23T00:59:30.7387392Z adding 'caffe2/python/operator_test/glu_op_test.py' 2022-11-23T00:59:30.7389655Z adding 'caffe2/python/operator_test/group_conv_test.py' 2022-11-23T00:59:30.7392099Z adding 'caffe2/python/operator_test/group_norm_op_test.py' 2022-11-23T00:59:30.7396032Z adding 'caffe2/python/operator_test/gru_test.py' 2022-11-23T00:59:30.7398928Z adding 'caffe2/python/operator_test/heatmap_max_keypoint_op_test.py' 2022-11-23T00:59:30.7401311Z adding 'caffe2/python/operator_test/histogram_test.py' 2022-11-23T00:59:30.7404680Z adding 'caffe2/python/operator_test/hsm_test.py' 2022-11-23T00:59:30.7406893Z adding 'caffe2/python/operator_test/hyperbolic_ops_test.py' 2022-11-23T00:59:30.7409442Z adding 'caffe2/python/operator_test/im2col_col2im_test.py' 2022-11-23T00:59:30.7414304Z adding 'caffe2/python/operator_test/image_input_op_test.py' 2022-11-23T00:59:30.7416923Z adding 'caffe2/python/operator_test/index_hash_ops_test.py' 2022-11-23T00:59:30.7419387Z adding 'caffe2/python/operator_test/index_ops_test.py' 2022-11-23T00:59:30.7422573Z adding 'caffe2/python/operator_test/instance_norm_test.py' 2022-11-23T00:59:30.7425036Z adding 'caffe2/python/operator_test/integral_image_ops_test.py' 2022-11-23T00:59:30.7426964Z adding 'caffe2/python/operator_test/jsd_ops_test.py' 2022-11-23T00:59:30.7428961Z adding 'caffe2/python/operator_test/key_split_ops_test.py' 2022-11-23T00:59:30.7430883Z adding 'caffe2/python/operator_test/lars_test.py' 2022-11-23T00:59:30.7434431Z adding 'caffe2/python/operator_test/layer_norm_op_test.py' 2022-11-23T00:59:30.7437368Z adding 'caffe2/python/operator_test/leaky_relu_test.py' 2022-11-23T00:59:30.7439569Z adding 'caffe2/python/operator_test/learning_rate_adaption_op_test.py' 2022-11-23T00:59:30.7442515Z adding 'caffe2/python/operator_test/learning_rate_op_test.py' 2022-11-23T00:59:30.7444993Z adding 'caffe2/python/operator_test/length_split_op_test.py' 2022-11-23T00:59:30.7447203Z adding 'caffe2/python/operator_test/lengths_pad_op_test.py' 2022-11-23T00:59:30.7450492Z adding 'caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py' 2022-11-23T00:59:30.7452832Z adding 'caffe2/python/operator_test/lengths_tile_op_test.py' 2022-11-23T00:59:30.7454884Z adding 'caffe2/python/operator_test/lengths_top_k_ops_test.py' 2022-11-23T00:59:30.7457619Z adding 'caffe2/python/operator_test/listwise_l2r_operator_test.py' 2022-11-23T00:59:30.7465270Z adding 'caffe2/python/operator_test/load_save_test.py' 2022-11-23T00:59:30.7468883Z adding 'caffe2/python/operator_test/locally_connected_op_test.py' 2022-11-23T00:59:30.7470927Z adding 'caffe2/python/operator_test/loss_ops_test.py' 2022-11-23T00:59:30.7473128Z adding 'caffe2/python/operator_test/lpnorm_op_test.py' 2022-11-23T00:59:30.7475255Z adding 'caffe2/python/operator_test/map_ops_test.py' 2022-11-23T00:59:30.7477532Z adding 'caffe2/python/operator_test/margin_loss_l2r_operator_test.py' 2022-11-23T00:59:30.7479776Z adding 'caffe2/python/operator_test/margin_ranking_criterion_op_test.py' 2022-11-23T00:59:30.7481579Z adding 'caffe2/python/operator_test/math_ops_test.py' 2022-11-23T00:59:30.7484540Z adding 'caffe2/python/operator_test/matmul_op_test.py' 2022-11-23T00:59:30.7486832Z adding 'caffe2/python/operator_test/mean_op_test.py' 2022-11-23T00:59:30.7489220Z adding 'caffe2/python/operator_test/merge_id_lists_op_test.py' 2022-11-23T00:59:30.7491202Z adding 'caffe2/python/operator_test/mkl_conv_op_test.py' 2022-11-23T00:59:30.7493350Z adding 'caffe2/python/operator_test/mkl_packed_fc_op_test.py' 2022-11-23T00:59:30.7495264Z adding 'caffe2/python/operator_test/mod_op_test.py' 2022-11-23T00:59:30.7497314Z adding 'caffe2/python/operator_test/moments_op_test.py' 2022-11-23T00:59:30.7499934Z adding 'caffe2/python/operator_test/momentum_sgd_test.py' 2022-11-23T00:59:30.7502765Z adding 'caffe2/python/operator_test/mpi_test.py' 2022-11-23T00:59:30.7504976Z adding 'caffe2/python/operator_test/mul_gradient_benchmark.py' 2022-11-23T00:59:30.7506959Z adding 'caffe2/python/operator_test/negate_gradient_op_test.py' 2022-11-23T00:59:30.7509152Z adding 'caffe2/python/operator_test/ngram_ops_test.py' 2022-11-23T00:59:30.7511086Z adding 'caffe2/python/operator_test/normalize_op_test.py' 2022-11-23T00:59:30.7512979Z adding 'caffe2/python/operator_test/numpy_tile_op_test.py' 2022-11-23T00:59:30.7515924Z adding 'caffe2/python/operator_test/one_hot_ops_test.py' 2022-11-23T00:59:30.7518334Z adding 'caffe2/python/operator_test/onnx_while_test.py' 2022-11-23T00:59:30.7520266Z adding 'caffe2/python/operator_test/order_switch_test.py' 2022-11-23T00:59:30.7523586Z adding 'caffe2/python/operator_test/pack_ops_test.py' 2022-11-23T00:59:30.7526269Z adding 'caffe2/python/operator_test/pack_rnn_sequence_op_test.py' 2022-11-23T00:59:30.7528252Z adding 'caffe2/python/operator_test/pad_test.py' 2022-11-23T00:59:30.7530942Z adding 'caffe2/python/operator_test/partition_ops_test.py' 2022-11-23T00:59:30.7533455Z adding 'caffe2/python/operator_test/percentile_op_test.py' 2022-11-23T00:59:30.7535872Z adding 'caffe2/python/operator_test/piecewise_linear_transform_test.py' 2022-11-23T00:59:30.7539550Z adding 'caffe2/python/operator_test/pooling_test.py' 2022-11-23T00:59:30.7541970Z adding 'caffe2/python/operator_test/prepend_dim_test.py' 2022-11-23T00:59:30.7543922Z adding 'caffe2/python/operator_test/python_op_test.py' 2022-11-23T00:59:30.7546041Z adding 'caffe2/python/operator_test/quantile_test.py' 2022-11-23T00:59:30.7548588Z adding 'caffe2/python/operator_test/rand_quantization_op_speed_test.py' 2022-11-23T00:59:30.7551164Z adding 'caffe2/python/operator_test/rank_loss_operator_test.py' 2022-11-23T00:59:30.7554494Z adding 'caffe2/python/operator_test/rebatching_queue_test.py' 2022-11-23T00:59:30.7556982Z adding 'caffe2/python/operator_test/record_queue_test.py' 2022-11-23T00:59:30.7560629Z adding 'caffe2/python/operator_test/recurrent_net_executor_test.py' 2022-11-23T00:59:30.7564921Z adding 'caffe2/python/operator_test/recurrent_network_test.py' 2022-11-23T00:59:30.7569167Z adding 'caffe2/python/operator_test/reduce_ops_test.py' 2022-11-23T00:59:30.7571858Z adding 'caffe2/python/operator_test/reduction_ops_test.py' 2022-11-23T00:59:30.7574712Z adding 'caffe2/python/operator_test/reshape_ops_test.py' 2022-11-23T00:59:30.7577509Z adding 'caffe2/python/operator_test/resize_op_test.py' 2022-11-23T00:59:30.7579994Z adding 'caffe2/python/operator_test/rmac_regions_op_test.py' 2022-11-23T00:59:30.7581939Z adding 'caffe2/python/operator_test/rms_norm_op_test.py' 2022-11-23T00:59:30.7594630Z adding 'caffe2/python/operator_test/rnn_cell_test.py' 2022-11-23T00:59:30.7598963Z adding 'caffe2/python/operator_test/roi_align_rotated_op_test.py' 2022-11-23T00:59:30.7601211Z adding 'caffe2/python/operator_test/rowwise_counter_test.py' 2022-11-23T00:59:30.7603259Z adding 'caffe2/python/operator_test/scale_op_test.py' 2022-11-23T00:59:30.7609421Z adding 'caffe2/python/operator_test/segment_ops_test.py' 2022-11-23T00:59:30.7613412Z adding 'caffe2/python/operator_test/self_binning_histogram_test.py' 2022-11-23T00:59:30.7615881Z adding 'caffe2/python/operator_test/selu_op_test.py' 2022-11-23T00:59:30.7619855Z adding 'caffe2/python/operator_test/sequence_ops_test.py' 2022-11-23T00:59:30.7625896Z adding 'caffe2/python/operator_test/shape_inference_test.py' 2022-11-23T00:59:30.7628683Z adding 'caffe2/python/operator_test/sinusoid_position_encoding_op_test.py' 2022-11-23T00:59:30.7633318Z adding 'caffe2/python/operator_test/softmax_ops_test.py' 2022-11-23T00:59:30.7635630Z adding 'caffe2/python/operator_test/softplus_op_test.py' 2022-11-23T00:59:30.7637663Z adding 'caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py' 2022-11-23T00:59:30.7639590Z adding 'caffe2/python/operator_test/sparse_gradient_checker_test.py' 2022-11-23T00:59:30.7641668Z adding 'caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py' 2022-11-23T00:59:30.7644157Z adding 'caffe2/python/operator_test/sparse_lengths_sum_benchmark.py' 2022-11-23T00:59:30.7646526Z adding 'caffe2/python/operator_test/sparse_lp_regularizer_test.py' 2022-11-23T00:59:30.7648823Z adding 'caffe2/python/operator_test/sparse_normalize_test.py' 2022-11-23T00:59:30.7651148Z adding 'caffe2/python/operator_test/sparse_ops_test.py' 2022-11-23T00:59:30.7653259Z adding 'caffe2/python/operator_test/sparse_to_dense_mask_op_test.py' 2022-11-23T00:59:30.7657269Z adding 'caffe2/python/operator_test/spatial_bn_op_test.py' 2022-11-23T00:59:30.7660668Z adding 'caffe2/python/operator_test/specialized_segment_ops_test.py' 2022-11-23T00:59:30.7663270Z adding 'caffe2/python/operator_test/split_op_cost_test.py' 2022-11-23T00:59:30.7665565Z adding 'caffe2/python/operator_test/square_root_divide_op_test.py' 2022-11-23T00:59:30.7667542Z adding 'caffe2/python/operator_test/stats_ops_test.py' 2022-11-23T00:59:30.7669804Z adding 'caffe2/python/operator_test/stats_put_ops_test.py' 2022-11-23T00:59:30.7672303Z adding 'caffe2/python/operator_test/storm_test.py' 2022-11-23T00:59:30.7674600Z adding 'caffe2/python/operator_test/string_ops_test.py' 2022-11-23T00:59:30.7676850Z adding 'caffe2/python/operator_test/text_file_reader_test.py' 2022-11-23T00:59:30.7678911Z adding 'caffe2/python/operator_test/thresholded_relu_op_test.py' 2022-11-23T00:59:30.7681033Z adding 'caffe2/python/operator_test/tile_op_test.py' 2022-11-23T00:59:30.7683710Z adding 'caffe2/python/operator_test/top_k_test.py' 2022-11-23T00:59:30.7692756Z adding 'caffe2/python/operator_test/torch_integration_test.py' 2022-11-23T00:59:30.7695684Z adding 'caffe2/python/operator_test/transpose_op_test.py' 2022-11-23T00:59:30.7697645Z adding 'caffe2/python/operator_test/trigonometric_op_test.py' 2022-11-23T00:59:30.7699742Z adding 'caffe2/python/operator_test/unique_ops_test.py' 2022-11-23T00:59:30.7701718Z adding 'caffe2/python/operator_test/unique_uniform_fill_op_test.py' 2022-11-23T00:59:30.7703782Z adding 'caffe2/python/operator_test/unsafe_coalesce_test.py' 2022-11-23T00:59:30.7706463Z adding 'caffe2/python/operator_test/upsample_op_test.py' 2022-11-23T00:59:30.7710669Z adding 'caffe2/python/operator_test/utility_ops_test.py' 2022-11-23T00:59:30.7713864Z adding 'caffe2/python/operator_test/video_input_op_test.py' 2022-11-23T00:59:30.7716169Z adding 'caffe2/python/operator_test/weight_scale_test.py' 2022-11-23T00:59:30.7718210Z adding 'caffe2/python/operator_test/weighted_multi_sample_test.py' 2022-11-23T00:59:30.7720283Z adding 'caffe2/python/operator_test/weighted_sample_test.py' 2022-11-23T00:59:30.7722438Z adding 'caffe2/python/operator_test/weighted_sum_test.py' 2022-11-23T00:59:30.7725182Z adding 'caffe2/python/operator_test/wngrad_test.py' 2022-11-23T00:59:30.7727301Z adding 'caffe2/python/predictor/__init__.py' 2022-11-23T00:59:30.7729723Z adding 'caffe2/python/predictor/mobile_exporter.py' 2022-11-23T00:59:30.7732201Z adding 'caffe2/python/predictor/mobile_exporter_test.py' 2022-11-23T00:59:30.7735778Z adding 'caffe2/python/predictor/predictor_exporter.py' 2022-11-23T00:59:30.7739095Z adding 'caffe2/python/predictor/predictor_exporter_test.py' 2022-11-23T00:59:30.7742270Z adding 'caffe2/python/predictor/predictor_py_utils.py' 2022-11-23T00:59:30.7744413Z adding 'caffe2/python/predictor/predictor_test.py' 2022-11-23T00:59:30.7746115Z adding 'caffe2/python/predictor/serde.py' 2022-11-23T00:59:30.7747907Z adding 'caffe2/python/rnn/__init__.py' 2022-11-23T00:59:30.7749981Z adding 'caffe2/python/rnn/lstm_comparison.py' 2022-11-23T00:59:30.7752139Z adding 'caffe2/python/rnn/rnn_cell_test_util.py' 2022-11-23T00:59:30.7753941Z adding 'caffe2/python/serialized_test/__init__.py' 2022-11-23T00:59:30.7756297Z adding 'caffe2/python/serialized_test/coverage.py' 2022-11-23T00:59:30.7759916Z adding 'caffe2/python/serialized_test/serialized_test_util.py' 2022-11-23T00:59:30.7764407Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip' 2022-11-23T00:59:30.7766565Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip' 2022-11-23T00:59:30.7768704Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip' 2022-11-23T00:59:30.7770688Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip' 2022-11-23T00:59:30.7772705Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip' 2022-11-23T00:59:30.7774760Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip' 2022-11-23T00:59:30.7776720Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip' 2022-11-23T00:59:30.7778778Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip' 2022-11-23T00:59:30.7780756Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip' 2022-11-23T00:59:30.7782866Z adding 'caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip' 2022-11-23T00:59:30.7784871Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip' 2022-11-23T00:59:30.7786888Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip' 2022-11-23T00:59:30.7788930Z adding 'caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip' 2022-11-23T00:59:30.7791092Z adding 'caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip' 2022-11-23T00:59:30.7793153Z adding 'caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip' 2022-11-23T00:59:30.7795415Z adding 'caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip' 2022-11-23T00:59:30.7797423Z adding 'caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip' 2022-11-23T00:59:30.7799441Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip' 2022-11-23T00:59:30.7801482Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip' 2022-11-23T00:59:30.7803589Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip' 2022-11-23T00:59:30.7805676Z adding 'caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip' 2022-11-23T00:59:30.7807807Z adding 'caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip' 2022-11-23T00:59:30.7810035Z adding 'caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip' 2022-11-23T00:59:30.7812151Z adding 'caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip' 2022-11-23T00:59:30.7814177Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip' 2022-11-23T00:59:30.7816377Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip' 2022-11-23T00:59:30.7818505Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip' 2022-11-23T00:59:30.7820480Z adding 'caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip' 2022-11-23T00:59:30.7822569Z adding 'caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip' 2022-11-23T00:59:30.7833295Z adding 'caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip' 2022-11-23T00:59:30.7836390Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip' 2022-11-23T00:59:30.7838424Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip' 2022-11-23T00:59:30.7840539Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip' 2022-11-23T00:59:30.7843063Z adding 'caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip' 2022-11-23T00:59:30.7845213Z adding 'caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip' 2022-11-23T00:59:30.7847631Z adding 'caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip' 2022-11-23T00:59:30.7855946Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip' 2022-11-23T00:59:30.7858920Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip' 2022-11-23T00:59:30.7860963Z adding 'caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip' 2022-11-23T00:59:30.7863048Z adding 'caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip' 2022-11-23T00:59:30.7865093Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip' 2022-11-23T00:59:30.7867156Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip' 2022-11-23T00:59:30.7869159Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip' 2022-11-23T00:59:30.7871793Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip' 2022-11-23T00:59:30.7873784Z adding 'caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip' 2022-11-23T00:59:30.7875937Z adding 'caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip' 2022-11-23T00:59:30.7877949Z adding 'caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip' 2022-11-23T00:59:30.7880003Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip' 2022-11-23T00:59:30.7881906Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip' 2022-11-23T00:59:30.7883875Z adding 'caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip' 2022-11-23T00:59:30.7885916Z adding 'caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip' 2022-11-23T00:59:30.7888050Z adding 'caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip' 2022-11-23T00:59:30.7890218Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip' 2022-11-23T00:59:30.7892388Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip' 2022-11-23T00:59:30.7894467Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip' 2022-11-23T00:59:30.7896527Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip' 2022-11-23T00:59:30.7898479Z adding 'caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip' 2022-11-23T00:59:30.7900468Z adding 'caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip' 2022-11-23T00:59:30.7902562Z adding 'caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip' 2022-11-23T00:59:30.7904509Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip' 2022-11-23T00:59:30.7906490Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip' 2022-11-23T00:59:30.7908364Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip' 2022-11-23T00:59:30.7910281Z adding 'caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip' 2022-11-23T00:59:30.7912843Z adding 'caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip' 2022-11-23T00:59:30.7915118Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip' 2022-11-23T00:59:30.7917294Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip' 2022-11-23T00:59:30.7919241Z adding 'caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip' 2022-11-23T00:59:30.7921291Z adding 'caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip' 2022-11-23T00:59:30.7923701Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip' 2022-11-23T00:59:30.7925356Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip' 2022-11-23T00:59:30.7927446Z adding 'caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip' 2022-11-23T00:59:30.7929377Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip' 2022-11-23T00:59:30.7931470Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip' 2022-11-23T00:59:30.7933474Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip' 2022-11-23T00:59:30.7935400Z adding 'caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip' 2022-11-23T00:59:30.7937920Z adding 'caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip' 2022-11-23T00:59:30.7940156Z adding 'caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip' 2022-11-23T00:59:30.7941968Z adding 'caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip' 2022-11-23T00:59:30.7944001Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip' 2022-11-23T00:59:30.7946031Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip' 2022-11-23T00:59:30.7948046Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip' 2022-11-23T00:59:30.7950109Z adding 'caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip' 2022-11-23T00:59:30.7952134Z adding 'caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip' 2022-11-23T00:59:30.7954051Z adding 'caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip' 2022-11-23T00:59:30.7956141Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip' 2022-11-23T00:59:30.7958122Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip' 2022-11-23T00:59:30.7960131Z adding 'caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip' 2022-11-23T00:59:30.7962162Z adding 'caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip' 2022-11-23T00:59:30.7964237Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip' 2022-11-23T00:59:30.7966528Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip' 2022-11-23T00:59:30.7968432Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip' 2022-11-23T00:59:30.7970399Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip' 2022-11-23T00:59:30.7972475Z adding 'caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip' 2022-11-23T00:59:30.7974629Z adding 'caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip' 2022-11-23T00:59:30.7976690Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip' 2022-11-23T00:59:30.7978705Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip' 2022-11-23T00:59:30.7980989Z adding 'caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip' 2022-11-23T00:59:30.7983162Z adding 'caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip' 2022-11-23T00:59:30.7985161Z adding 'caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip' 2022-11-23T00:59:30.7987409Z adding 'caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip' 2022-11-23T00:59:30.7990211Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip' 2022-11-23T00:59:30.7992973Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip' 2022-11-23T00:59:30.7995688Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip' 2022-11-23T00:59:30.7998392Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip' 2022-11-23T00:59:30.8001098Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip' 2022-11-23T00:59:30.8003202Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip' 2022-11-23T00:59:30.8005252Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip' 2022-11-23T00:59:30.8007426Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip' 2022-11-23T00:59:30.8009476Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip' 2022-11-23T00:59:30.8011490Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip' 2022-11-23T00:59:30.8013443Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip' 2022-11-23T00:59:30.8015392Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip' 2022-11-23T00:59:30.8017386Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip' 2022-11-23T00:59:30.8019384Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip' 2022-11-23T00:59:30.8021436Z adding 'caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip' 2022-11-23T00:59:30.8023452Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip' 2022-11-23T00:59:30.8025482Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip' 2022-11-23T00:59:30.8027439Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip' 2022-11-23T00:59:30.8029548Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip' 2022-11-23T00:59:30.8031690Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip' 2022-11-23T00:59:30.8033834Z adding 'caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip' 2022-11-23T00:59:30.8035635Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip' 2022-11-23T00:59:30.8037666Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip' 2022-11-23T00:59:30.8039685Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip' 2022-11-23T00:59:30.8043084Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip' 2022-11-23T00:59:30.8045337Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip' 2022-11-23T00:59:30.8047460Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip' 2022-11-23T00:59:30.8049559Z adding 'caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip' 2022-11-23T00:59:30.8051615Z adding 'caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip' 2022-11-23T00:59:30.8053662Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip' 2022-11-23T00:59:30.8055755Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip' 2022-11-23T00:59:30.8057794Z adding 'caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip' 2022-11-23T00:59:30.8059731Z adding 'caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip' 2022-11-23T00:59:30.8061775Z adding 'caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip' 2022-11-23T00:59:30.8063775Z adding 'caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip' 2022-11-23T00:59:30.8066437Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip' 2022-11-23T00:59:30.8067792Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip' 2022-11-23T00:59:30.8069857Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip' 2022-11-23T00:59:30.8071782Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip' 2022-11-23T00:59:30.8073574Z adding 'caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip' 2022-11-23T00:59:30.8075496Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip' 2022-11-23T00:59:30.8077501Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip' 2022-11-23T00:59:30.8079810Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip' 2022-11-23T00:59:30.8082391Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip' 2022-11-23T00:59:30.8084767Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip' 2022-11-23T00:59:30.8087328Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip' 2022-11-23T00:59:30.8089356Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip' 2022-11-23T00:59:30.8091348Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip' 2022-11-23T00:59:30.8093349Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip' 2022-11-23T00:59:30.8095479Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip' 2022-11-23T00:59:30.8097276Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip' 2022-11-23T00:59:30.8099303Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip' 2022-11-23T00:59:30.8101529Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip' 2022-11-23T00:59:30.8103628Z adding 'caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip' 2022-11-23T00:59:30.8105622Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip' 2022-11-23T00:59:30.8107324Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip' 2022-11-23T00:59:30.8109019Z adding 'caffe2/python/test/__init__.py' 2022-11-23T00:59:30.8110617Z adding 'caffe2/python/test/blob_deallocation_test.py' 2022-11-23T00:59:30.8112316Z adding 'caffe2/python/test/do_op_test.py' 2022-11-23T00:59:30.8114234Z adding 'caffe2/python/test/executor_test.py' 2022-11-23T00:59:30.8117429Z adding 'caffe2/python/test/executor_test_util.py' 2022-11-23T00:59:30.8119269Z adding 'caffe2/python/test/fakefp16_transform_test.py' 2022-11-23T00:59:30.8120942Z adding 'caffe2/python/test/gpu_context_test.py' 2022-11-23T00:59:30.8122759Z adding 'caffe2/python/test/inference_lstm_op_test.py' 2022-11-23T00:59:30.8124362Z adding 'caffe2/python/test/python_protobuf_test.py' 2022-11-23T00:59:30.8125929Z adding 'caffe2/python/trt/__init__.py' 2022-11-23T00:59:30.8130118Z adding 'caffe2/python/trt/test_pt_onnx_trt.py' 2022-11-23T00:59:30.8133721Z adding 'caffe2/python/trt/test_trt.py' 2022-11-23T00:59:30.8136083Z adding 'caffe2/python/trt/transform.py' 2022-11-23T00:59:30.8137807Z adding 'caffe2/quantization/__init__.py' 2022-11-23T00:59:30.8139729Z adding 'caffe2/quantization/server/__init__.py' 2022-11-23T00:59:30.8142709Z adding 'caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py' 2022-11-23T00:59:30.8144817Z adding 'caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py' 2022-11-23T00:59:30.8146706Z adding 'caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py' 2022-11-23T00:59:30.8149005Z adding 'caffe2/quantization/server/compute_equalization_scale_test.py' 2022-11-23T00:59:30.8151390Z adding 'caffe2/quantization/server/concat_dnnlowp_op_test.py' 2022-11-23T00:59:30.8154257Z adding 'caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py' 2022-11-23T00:59:30.8157825Z adding 'caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py' 2022-11-23T00:59:30.8161848Z adding 'caffe2/quantization/server/conv_dnnlowp_op_test.py' 2022-11-23T00:59:30.8165652Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py' 2022-11-23T00:59:30.8168989Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py' 2022-11-23T00:59:30.8171170Z adding 'caffe2/quantization/server/dequantize_dnnlowp_op_test.py' 2022-11-23T00:59:30.8175630Z adding 'caffe2/quantization/server/dnnlowp_test_utils.py' 2022-11-23T00:59:30.8178729Z adding 'caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py' 2022-11-23T00:59:30.8181114Z adding 'caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py' 2022-11-23T00:59:30.8183746Z adding 'caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py' 2022-11-23T00:59:30.8186433Z adding 'caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py' 2022-11-23T00:59:30.8189531Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py' 2022-11-23T00:59:30.8193233Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_op_test.py' 2022-11-23T00:59:30.8195560Z adding 'caffe2/quantization/server/fully_connected_fp16_test.py' 2022-11-23T00:59:30.8198271Z adding 'caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py' 2022-11-23T00:59:30.8200553Z adding 'caffe2/quantization/server/gather_dnnlowp_op_test.py' 2022-11-23T00:59:30.8203040Z adding 'caffe2/quantization/server/group_norm_dnnlowp_op_test.py' 2022-11-23T00:59:30.8205423Z adding 'caffe2/quantization/server/int8_gen_quant_params_min_max_test.py' 2022-11-23T00:59:30.8207983Z adding 'caffe2/quantization/server/int8_gen_quant_params_test.py' 2022-11-23T00:59:30.8210053Z adding 'caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py' 2022-11-23T00:59:30.8212277Z adding 'caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py' 2022-11-23T00:59:30.8214262Z adding 'caffe2/quantization/server/observer_test.py' 2022-11-23T00:59:30.8216632Z adding 'caffe2/quantization/server/pool_dnnlowp_op_test.py' 2022-11-23T00:59:30.8218895Z adding 'caffe2/quantization/server/quantize_dnnlowp_op_test.py' 2022-11-23T00:59:30.8220992Z adding 'caffe2/quantization/server/relu_dnnlowp_op_test.py' 2022-11-23T00:59:30.8223100Z adding 'caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py' 2022-11-23T00:59:30.8225192Z adding 'caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py' 2022-11-23T00:59:30.8227180Z adding 'caffe2/quantization/server/sigmoid_dnnlowp_op_test.py' 2022-11-23T00:59:30.8229629Z adding 'caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py' 2022-11-23T00:59:30.8231666Z adding 'caffe2/quantization/server/tanh_dnnlowp_op_test.py' 2022-11-23T00:59:30.8236268Z adding 'caffe2/quantization/server/utils.py' 2022-11-23T00:59:30.8390051Z adding 'functorch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:59:30.8398683Z adding 'functorch/__init__.py' 2022-11-23T00:59:30.8400691Z adding 'functorch/_src/__init__.py' 2022-11-23T00:59:30.8411529Z adding 'functorch/_src/aot_autograd.py' 2022-11-23T00:59:30.8415218Z adding 'functorch/_src/benchmark_utils.py' 2022-11-23T00:59:30.8417783Z adding 'functorch/_src/compile_utils.py' 2022-11-23T00:59:30.8422058Z adding 'functorch/_src/compilers.py' 2022-11-23T00:59:30.8424157Z adding 'functorch/_src/config.py' 2022-11-23T00:59:30.8441647Z adding 'functorch/_src/eager_transforms.py' 2022-11-23T00:59:30.8446954Z adding 'functorch/_src/fx_minifier.py' 2022-11-23T00:59:30.8453023Z adding 'functorch/_src/make_functional.py' 2022-11-23T00:59:30.8455457Z adding 'functorch/_src/named_members_polyfill.py' 2022-11-23T00:59:30.8461825Z adding 'functorch/_src/partitioners.py' 2022-11-23T00:59:30.8464342Z adding 'functorch/_src/python_key.py' 2022-11-23T00:59:30.8466255Z adding 'functorch/_src/pytree_hacks.py' 2022-11-23T00:59:30.8472040Z adding 'functorch/_src/top_operators_github_usage.py' 2022-11-23T00:59:30.8478715Z adding 'functorch/_src/vmap.py' 2022-11-23T00:59:30.8481184Z adding 'functorch/compile/__init__.py' 2022-11-23T00:59:30.8483835Z adding 'functorch/dim/__init__.py' 2022-11-23T00:59:30.8485750Z adding 'functorch/dim/batch_tensor.py' 2022-11-23T00:59:30.8487941Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-11-23T00:59:30.8490202Z adding 'functorch/dim/dim.py' 2022-11-23T00:59:30.8491953Z adding 'functorch/dim/magic_trace.py' 2022-11-23T00:59:30.8494553Z adding 'functorch/dim/op_properties.py' 2022-11-23T00:59:30.8501169Z adding 'functorch/dim/reference.py' 2022-11-23T00:59:30.8503350Z adding 'functorch/dim/tree_map.py' 2022-11-23T00:59:30.8505146Z adding 'functorch/dim/wrap_type.py' 2022-11-23T00:59:30.8507095Z adding 'functorch/experimental/__init__.py' 2022-11-23T00:59:30.8509435Z adding 'functorch/experimental/_map.py' 2022-11-23T00:59:30.8511309Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-11-23T00:59:30.8513868Z adding 'functorch/experimental/cond.py' 2022-11-23T00:59:30.8515557Z adding 'functorch/experimental/control_flow.py' 2022-11-23T00:59:30.8516929Z adding 'functorch/experimental/ops.py' 2022-11-23T00:59:30.8529567Z adding 'torch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:59:30.8541659Z adding 'torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:59:30.8544056Z adding 'torch/_VF.py' 2022-11-23T00:59:30.8545691Z adding 'torch/__config__.py' 2022-11-23T00:59:30.8547339Z adding 'torch/__future__.py' 2022-11-23T00:59:30.8559268Z adding 'torch/__init__.py' 2022-11-23T00:59:30.8566368Z adding 'torch/_appdirs.py' 2022-11-23T00:59:30.8568959Z adding 'torch/_classes.py' 2022-11-23T00:59:30.8571240Z adding 'torch/_deploy.py' 2022-11-23T00:59:30.8587153Z adding 'torch/_jit_internal.py' 2022-11-23T00:59:30.8590616Z adding 'torch/_linalg_utils.py' 2022-11-23T00:59:30.8603137Z adding 'torch/_lobpcg.py' 2022-11-23T00:59:30.8608012Z adding 'torch/_lowrank.py' 2022-11-23T00:59:30.8625985Z adding 'torch/_meta_registrations.py' 2022-11-23T00:59:30.8630267Z adding 'torch/_namedtensor_internals.py' 2022-11-23T00:59:30.8637421Z adding 'torch/_ops.py' 2022-11-23T00:59:30.8641001Z adding 'torch/_python_dispatcher.py' 2022-11-23T00:59:30.8643053Z adding 'torch/_six.py' 2022-11-23T00:59:30.8645734Z adding 'torch/_sources.py' 2022-11-23T00:59:30.8647824Z adding 'torch/_storage_docs.py' 2022-11-23T00:59:30.8662546Z adding 'torch/_tensor.py' 2022-11-23T00:59:30.8694338Z adding 'torch/_tensor_docs.py' 2022-11-23T00:59:30.8703788Z adding 'torch/_tensor_str.py' 2022-11-23T00:59:30.8818182Z adding 'torch/_torch_docs.py' 2022-11-23T00:59:30.8835795Z adding 'torch/_utils.py' 2022-11-23T00:59:30.8838415Z adding 'torch/_utils_internal.py' 2022-11-23T00:59:30.8843258Z adding 'torch/_vmap_internals.py' 2022-11-23T00:59:30.8847693Z adding 'torch/_weights_only_unpickler.py' 2022-11-23T00:59:30.8870364Z adding 'torch/functional.py' 2022-11-23T00:59:30.8881074Z adding 'torch/hub.py' 2022-11-23T00:59:30.8884828Z adding 'torch/library.py' 2022-11-23T00:59:30.8906781Z adding 'torch/overrides.py' 2022-11-23T00:59:30.8910617Z adding 'torch/py.typed' 2022-11-23T00:59:30.8913440Z adding 'torch/quasirandom.py' 2022-11-23T00:59:30.8916205Z adding 'torch/random.py' 2022-11-23T00:59:30.8918051Z adding 'torch/return_types.py' 2022-11-23T00:59:30.8932085Z adding 'torch/serialization.py' 2022-11-23T00:59:30.8940961Z adding 'torch/storage.py' 2022-11-23T00:59:30.8944056Z adding 'torch/torch_version.py' 2022-11-23T00:59:30.8945964Z adding 'torch/types.py' 2022-11-23T00:59:30.8947880Z adding 'torch/version.py' 2022-11-23T00:59:30.8975430Z adding 'torch/_C/_VariableFunctions.pyi' 2022-11-23T00:59:30.9007218Z adding 'torch/_C/__init__.pyi' 2022-11-23T00:59:30.9012091Z adding 'torch/_C/_autograd.pyi' 2022-11-23T00:59:30.9013743Z adding 'torch/_C/_cudnn.pyi' 2022-11-23T00:59:30.9015447Z adding 'torch/_C/_distributed_autograd.pyi' 2022-11-23T00:59:30.9018456Z adding 'torch/_C/_distributed_c10d.pyi' 2022-11-23T00:59:30.9021218Z adding 'torch/_C/_distributed_rpc.pyi' 2022-11-23T00:59:30.9022987Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-11-23T00:59:30.9024867Z adding 'torch/_C/_functions.pyi' 2022-11-23T00:59:30.9026408Z adding 'torch/_C/_functorch.pyi' 2022-11-23T00:59:30.9027792Z adding 'torch/_C/_itt.pyi' 2022-11-23T00:59:30.9029328Z adding 'torch/_C/_lazy.pyi' 2022-11-23T00:59:30.9030845Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-11-23T00:59:30.9032360Z adding 'torch/_C/_monitor.pyi' 2022-11-23T00:59:30.9034125Z adding 'torch/_C/_nn.pyi' 2022-11-23T00:59:30.9035719Z adding 'torch/_C/_nvtx.pyi' 2022-11-23T00:59:30.9037297Z adding 'torch/_C/_onnx.pyi' 2022-11-23T00:59:30.9039723Z adding 'torch/_C/_profiler.pyi' 2022-11-23T00:59:30.9041343Z adding 'torch/_C/_verbose.pyi' 2022-11-23T00:59:30.9043172Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-11-23T00:59:30.9046517Z adding 'torch/_decomp/__init__.py' 2022-11-23T00:59:30.9072899Z adding 'torch/_decomp/decompositions.py' 2022-11-23T00:59:30.9078452Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-11-23T00:59:30.9080414Z adding 'torch/_dispatch/__init__.py' 2022-11-23T00:59:30.9081948Z adding 'torch/_dispatch/python.py' 2022-11-23T00:59:30.9084516Z adding 'torch/_dynamo/__init__.py' 2022-11-23T00:59:30.9087992Z adding 'torch/_dynamo/allowed_functions.py' 2022-11-23T00:59:30.9090967Z adding 'torch/_dynamo/bytecode_analysis.py' 2022-11-23T00:59:30.9095207Z adding 'torch/_dynamo/bytecode_transformation.py' 2022-11-23T00:59:30.9099401Z adding 'torch/_dynamo/codegen.py' 2022-11-23T00:59:30.9102728Z adding 'torch/_dynamo/config.py' 2022-11-23T00:59:30.9107906Z adding 'torch/_dynamo/convert_frame.py' 2022-11-23T00:59:30.9116905Z adding 'torch/_dynamo/debug_utils.py' 2022-11-23T00:59:30.9125519Z adding 'torch/_dynamo/eval_frame.py' 2022-11-23T00:59:30.9128243Z adding 'torch/_dynamo/exc.py' 2022-11-23T00:59:30.9137057Z adding 'torch/_dynamo/guards.py' 2022-11-23T00:59:30.9139827Z adding 'torch/_dynamo/logging.py' 2022-11-23T00:59:30.9142060Z adding 'torch/_dynamo/mutation_guard.py' 2022-11-23T00:59:30.9148033Z adding 'torch/_dynamo/output_graph.py' 2022-11-23T00:59:30.9151197Z adding 'torch/_dynamo/profiler.py' 2022-11-23T00:59:30.9153584Z adding 'torch/_dynamo/replay_record.py' 2022-11-23T00:59:30.9157259Z adding 'torch/_dynamo/resume_execution.py' 2022-11-23T00:59:30.9160946Z adding 'torch/_dynamo/side_effects.py' 2022-11-23T00:59:30.9163782Z adding 'torch/_dynamo/skipfiles.py' 2022-11-23T00:59:30.9166608Z adding 'torch/_dynamo/source.py' 2022-11-23T00:59:30.9185251Z adding 'torch/_dynamo/symbolic_convert.py' 2022-11-23T00:59:30.9188768Z adding 'torch/_dynamo/test_case.py' 2022-11-23T00:59:30.9191198Z adding 'torch/_dynamo/test_minifier_common.py' 2022-11-23T00:59:30.9194482Z adding 'torch/_dynamo/testing.py' 2022-11-23T00:59:30.9205098Z adding 'torch/_dynamo/utils.py' 2022-11-23T00:59:30.9207911Z adding 'torch/_dynamo/optimizations/__init__.py' 2022-11-23T00:59:30.9210686Z adding 'torch/_dynamo/optimizations/analysis.py' 2022-11-23T00:59:30.9217890Z adding 'torch/_dynamo/optimizations/backends.py' 2022-11-23T00:59:30.9223048Z adding 'torch/_dynamo/optimizations/distributed.py' 2022-11-23T00:59:30.9226102Z adding 'torch/_dynamo/optimizations/inference.py' 2022-11-23T00:59:30.9228400Z adding 'torch/_dynamo/optimizations/log_args.py' 2022-11-23T00:59:30.9232852Z adding 'torch/_dynamo/optimizations/normalize.py' 2022-11-23T00:59:30.9235982Z adding 'torch/_dynamo/optimizations/subgraph.py' 2022-11-23T00:59:30.9239117Z adding 'torch/_dynamo/optimizations/torchxla_integration.py' 2022-11-23T00:59:30.9244970Z adding 'torch/_dynamo/optimizations/training.py' 2022-11-23T00:59:30.9247895Z adding 'torch/_dynamo/variables/__init__.py' 2022-11-23T00:59:30.9251326Z adding 'torch/_dynamo/variables/base.py' 2022-11-23T00:59:30.9258856Z adding 'torch/_dynamo/variables/builder.py' 2022-11-23T00:59:30.9267130Z adding 'torch/_dynamo/variables/builtin.py' 2022-11-23T00:59:30.9270569Z adding 'torch/_dynamo/variables/constant.py' 2022-11-23T00:59:30.9274893Z adding 'torch/_dynamo/variables/dicts.py' 2022-11-23T00:59:30.9279374Z adding 'torch/_dynamo/variables/functions.py' 2022-11-23T00:59:30.9284426Z adding 'torch/_dynamo/variables/lists.py' 2022-11-23T00:59:30.9290840Z adding 'torch/_dynamo/variables/misc.py' 2022-11-23T00:59:30.9296921Z adding 'torch/_dynamo/variables/nn_module.py' 2022-11-23T00:59:30.9303012Z adding 'torch/_dynamo/variables/tensor.py' 2022-11-23T00:59:30.9310450Z adding 'torch/_dynamo/variables/torch.py' 2022-11-23T00:59:30.9315134Z adding 'torch/_dynamo/variables/user_defined.py' 2022-11-23T00:59:30.9317196Z adding 'torch/_functorch/__init__.py' 2022-11-23T00:59:30.9319797Z adding 'torch/_functorch/pyfunctorch.py' 2022-11-23T00:59:30.9321515Z adding 'torch/_functorch/utils.py' 2022-11-23T00:59:30.9323392Z adding 'torch/_inductor/__init__.py' 2022-11-23T00:59:30.9329495Z adding 'torch/_inductor/codecache.py' 2022-11-23T00:59:30.9334181Z adding 'torch/_inductor/compile_fx.py' 2022-11-23T00:59:30.9337287Z adding 'torch/_inductor/config.py' 2022-11-23T00:59:30.9339213Z adding 'torch/_inductor/cuda_properties.py' 2022-11-23T00:59:30.9342892Z adding 'torch/_inductor/debug.py' 2022-11-23T00:59:30.9347648Z adding 'torch/_inductor/decomposition.py' 2022-11-23T00:59:30.9351743Z adding 'torch/_inductor/dependencies.py' 2022-11-23T00:59:30.9353946Z adding 'torch/_inductor/exc.py' 2022-11-23T00:59:30.9358766Z adding 'torch/_inductor/graph.py' 2022-11-23T00:59:30.9393769Z adding 'torch/_inductor/ir.py' 2022-11-23T00:59:30.9428644Z adding 'torch/_inductor/lowering.py' 2022-11-23T00:59:30.9432870Z adding 'torch/_inductor/metrics.py' 2022-11-23T00:59:30.9440931Z adding 'torch/_inductor/overrides.py' 2022-11-23T00:59:30.9454316Z adding 'torch/_inductor/scheduler.py' 2022-11-23T00:59:30.9461410Z adding 'torch/_inductor/sizevars.py' 2022-11-23T00:59:30.9466347Z adding 'torch/_inductor/utils.py' 2022-11-23T00:59:30.9468831Z adding 'torch/_inductor/virtualized.py' 2022-11-23T00:59:30.9470766Z adding 'torch/_inductor/codegen/__init__.py' 2022-11-23T00:59:30.9473177Z adding 'torch/_inductor/codegen/autotuner.py' 2022-11-23T00:59:30.9478996Z adding 'torch/_inductor/codegen/common.py' 2022-11-23T00:59:30.9493520Z adding 'torch/_inductor/codegen/cpp.py' 2022-11-23T00:59:30.9496614Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2022-11-23T00:59:30.9511134Z adding 'torch/_inductor/codegen/triton.py' 2022-11-23T00:59:30.9514791Z adding 'torch/_inductor/codegen/triton_conv_delta_x.j2' 2022-11-23T00:59:30.9517322Z adding 'torch/_inductor/codegen/triton_conv_delta_x_hwc.j2' 2022-11-23T00:59:30.9519266Z adding 'torch/_inductor/codegen/triton_mm.j2' 2022-11-23T00:59:30.9523055Z adding 'torch/_inductor/codegen/triton_template.py' 2022-11-23T00:59:30.9527462Z adding 'torch/_inductor/codegen/wrapper.py' 2022-11-23T00:59:30.9529491Z adding 'torch/_inductor/triton_ops/__init__.py' 2022-11-23T00:59:30.9534468Z adding 'torch/_inductor/triton_ops/autotune.py' 2022-11-23T00:59:30.9537623Z adding 'torch/_inductor/triton_ops/batched_matmul.py' 2022-11-23T00:59:30.9542783Z adding 'torch/_inductor/triton_ops/conv.py' 2022-11-23T00:59:30.9545832Z adding 'torch/_inductor/triton_ops/conv1x1.py' 2022-11-23T00:59:30.9548603Z adding 'torch/_inductor/triton_ops/conv_perf_model.py' 2022-11-23T00:59:30.9550944Z adding 'torch/_inductor/triton_ops/matmul.py' 2022-11-23T00:59:30.9553031Z adding 'torch/_inductor/triton_ops/mm_perf_model.py' 2022-11-23T00:59:30.9554708Z adding 'torch/_inductor/triton_ops/utils.py' 2022-11-23T00:59:30.9556677Z adding 'torch/_lazy/__init__.py' 2022-11-23T00:59:30.9558949Z adding 'torch/_lazy/closure.py' 2022-11-23T00:59:30.9560495Z adding 'torch/_lazy/computation.py' 2022-11-23T00:59:30.9562137Z adding 'torch/_lazy/config.py' 2022-11-23T00:59:30.9563464Z adding 'torch/_lazy/debug.py' 2022-11-23T00:59:30.9565165Z adding 'torch/_lazy/device_context.py' 2022-11-23T00:59:30.9568767Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-11-23T00:59:30.9570597Z adding 'torch/_lazy/ir_cache.py' 2022-11-23T00:59:30.9572208Z adding 'torch/_lazy/metrics.py' 2022-11-23T00:59:30.9574095Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-11-23T00:59:30.9575801Z adding 'torch/_lazy/ts_backend.py' 2022-11-23T00:59:30.9595909Z adding 'torch/_prims/__init__.py' 2022-11-23T00:59:30.9602288Z adding 'torch/_prims/context.py' 2022-11-23T00:59:30.9604712Z adding 'torch/_prims/executor.py' 2022-11-23T00:59:30.9610467Z adding 'torch/_prims/nvfuser_executor.py' 2022-11-23T00:59:30.9616283Z adding 'torch/_prims/nvfuser_prims.py' 2022-11-23T00:59:30.9632951Z adding 'torch/_prims_common/__init__.py' 2022-11-23T00:59:30.9638620Z adding 'torch/_prims_common/wrappers.py' 2022-11-23T00:59:30.9683993Z adding 'torch/_refs/__init__.py' 2022-11-23T00:59:30.9689889Z adding 'torch/_refs/_conversions.py' 2022-11-23T00:59:30.9694092Z adding 'torch/_refs/fft.py' 2022-11-23T00:59:30.9698146Z adding 'torch/_refs/linalg/__init__.py' 2022-11-23T00:59:30.9700078Z adding 'torch/_refs/nn/__init__.py' 2022-11-23T00:59:30.9709671Z adding 'torch/_refs/nn/functional/__init__.py' 2022-11-23T00:59:30.9713398Z adding 'torch/_refs/special/__init__.py' 2022-11-23T00:59:30.9715397Z adding 'torch/_subclasses/__init__.py' 2022-11-23T00:59:30.9728716Z adding 'torch/_subclasses/fake_tensor.py' 2022-11-23T00:59:30.9732250Z adding 'torch/_subclasses/fake_utils.py' 2022-11-23T00:59:30.9738524Z adding 'torch/_subclasses/meta_utils.py' 2022-11-23T00:59:30.9740830Z adding 'torch/amp/__init__.py' 2022-11-23T00:59:30.9744878Z adding 'torch/amp/autocast_mode.py' 2022-11-23T00:59:30.9747132Z adding 'torch/ao/__init__.py' 2022-11-23T00:59:30.9749114Z adding 'torch/ao/nn/__init__.py' 2022-11-23T00:59:30.9751210Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-11-23T00:59:30.9753054Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-11-23T00:59:30.9755233Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-11-23T00:59:30.9757172Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2022-11-23T00:59:30.9759014Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T00:59:30.9765057Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T00:59:30.9768955Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T00:59:30.9771047Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T00:59:30.9773036Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2022-11-23T00:59:30.9774710Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T00:59:30.9776447Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T00:59:30.9778296Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T00:59:30.9780117Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T00:59:30.9782063Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T00:59:30.9784514Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T00:59:30.9786478Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T00:59:30.9788314Z adding 'torch/ao/nn/qat/__init__.py' 2022-11-23T00:59:30.9790007Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-11-23T00:59:30.9791721Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-11-23T00:59:30.9793416Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-11-23T00:59:30.9795147Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-11-23T00:59:30.9797941Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-11-23T00:59:30.9800680Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-11-23T00:59:30.9802943Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-11-23T00:59:30.9804749Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-11-23T00:59:30.9806729Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-11-23T00:59:30.9812317Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-11-23T00:59:30.9817675Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-11-23T00:59:30.9820096Z adding 'torch/ao/nn/quantized/__init__.py' 2022-11-23T00:59:30.9825954Z adding 'torch/ao/nn/quantized/functional.py' 2022-11-23T00:59:30.9828541Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-11-23T00:59:30.9830375Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T00:59:30.9833577Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-11-23T00:59:30.9836844Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-11-23T00:59:30.9847157Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T00:59:30.9851113Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-11-23T00:59:30.9854352Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-11-23T00:59:30.9856785Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-11-23T00:59:30.9863538Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-11-23T00:59:30.9866292Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-11-23T00:59:30.9869922Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-11-23T00:59:30.9872922Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-11-23T00:59:30.9877064Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-11-23T00:59:30.9879746Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-11-23T00:59:30.9881856Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-11-23T00:59:30.9884423Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-11-23T00:59:30.9886612Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-11-23T00:59:30.9888632Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-11-23T00:59:30.9891344Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-11-23T00:59:30.9893767Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-11-23T00:59:30.9898622Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-11-23T00:59:30.9901402Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-11-23T00:59:30.9904184Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-11-23T00:59:30.9906123Z adding 'torch/ao/nn/sparse/__init__.py' 2022-11-23T00:59:30.9907907Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-11-23T00:59:30.9911000Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-11-23T00:59:30.9913041Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-11-23T00:59:30.9914845Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-11-23T00:59:30.9917633Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-11-23T00:59:30.9919481Z adding 'torch/ao/ns/__init__.py' 2022-11-23T00:59:30.9924386Z adding 'torch/ao/ns/_numeric_suite.py' 2022-11-23T00:59:30.9934224Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-11-23T00:59:30.9936856Z adding 'torch/ao/ns/fx/__init__.py' 2022-11-23T00:59:30.9942571Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-11-23T00:59:30.9953510Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-11-23T00:59:30.9958744Z adding 'torch/ao/ns/fx/mappings.py' 2022-11-23T00:59:30.9968618Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2022-11-23T00:59:30.9971564Z adding 'torch/ao/ns/fx/ns_types.py' 2022-11-23T00:59:30.9974657Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-11-23T00:59:30.9978301Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2022-11-23T00:59:30.9984093Z adding 'torch/ao/ns/fx/utils.py' 2022-11-23T00:59:30.9987937Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-11-23T00:59:30.9990293Z adding 'torch/ao/pruning/__init__.py' 2022-11-23T00:59:30.9992032Z adding 'torch/ao/pruning/_mappings.py' 2022-11-23T00:59:31.0019501Z adding 'torch/ao/pruning/_experimental/__init__.py' 2022-11-23T00:59:31.0021331Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2022-11-23T00:59:31.0026867Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-11-23T00:59:31.0029311Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2022-11-23T00:59:31.0032413Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2022-11-23T00:59:31.0034481Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2022-11-23T00:59:31.0038977Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-11-23T00:59:31.0042375Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-11-23T00:59:31.0045162Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2022-11-23T00:59:31.0047218Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2022-11-23T00:59:31.0049081Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-11-23T00:59:31.0051014Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-11-23T00:59:31.0053569Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-11-23T00:59:31.0055586Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2022-11-23T00:59:31.0059311Z adding 'torch/ao/pruning/_experimental/pruner/base_pruner.py' 2022-11-23T00:59:31.0061674Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2022-11-23T00:59:31.0063530Z adding 'torch/ao/pruning/scheduler/__init__.py' 2022-11-23T00:59:31.0066347Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2022-11-23T00:59:31.0068992Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2022-11-23T00:59:31.0071168Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2022-11-23T00:59:31.0073010Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2022-11-23T00:59:31.0077027Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2022-11-23T00:59:31.0079551Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2022-11-23T00:59:31.0081788Z adding 'torch/ao/pruning/sparsifier/utils.py' 2022-11-23T00:59:31.0085068Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2022-11-23T00:59:31.0088342Z adding 'torch/ao/quantization/__init__.py' 2022-11-23T00:59:31.0091076Z adding 'torch/ao/quantization/_correct_bias.py' 2022-11-23T00:59:31.0094128Z adding 'torch/ao/quantization/_equalize.py' 2022-11-23T00:59:31.0097161Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-11-23T00:59:31.0102872Z adding 'torch/ao/quantization/fake_quantize.py' 2022-11-23T00:59:31.0106408Z adding 'torch/ao/quantization/fuse_modules.py' 2022-11-23T00:59:31.0110103Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-11-23T00:59:31.0125874Z adding 'torch/ao/quantization/observer.py' 2022-11-23T00:59:31.0133314Z adding 'torch/ao/quantization/qconfig.py' 2022-11-23T00:59:31.0137688Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-11-23T00:59:31.0140280Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-11-23T00:59:31.0142087Z adding 'torch/ao/quantization/quant_type.py' 2022-11-23T00:59:31.0145831Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-11-23T00:59:31.0153835Z adding 'torch/ao/quantization/quantize.py' 2022-11-23T00:59:31.0161739Z adding 'torch/ao/quantization/quantize_fx.py' 2022-11-23T00:59:31.0166754Z adding 'torch/ao/quantization/quantize_jit.py' 2022-11-23T00:59:31.0169098Z adding 'torch/ao/quantization/stubs.py' 2022-11-23T00:59:31.0176153Z adding 'torch/ao/quantization/utils.py' 2022-11-23T00:59:31.0178841Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-11-23T00:59:31.0184281Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-11-23T00:59:31.0190450Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-11-23T00:59:31.0193782Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-11-23T00:59:31.0196086Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-11-23T00:59:31.0198622Z adding 'torch/ao/quantization/backend_config/native.py' 2022-11-23T00:59:31.0200379Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-11-23T00:59:31.0202484Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-11-23T00:59:31.0204644Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-11-23T00:59:31.0207848Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-11-23T00:59:31.0210344Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-11-23T00:59:31.0212159Z adding 'torch/ao/quantization/fx/__init__.py' 2022-11-23T00:59:31.0214794Z adding 'torch/ao/quantization/fx/_decomposed.py' 2022-11-23T00:59:31.0225096Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-11-23T00:59:31.0236510Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-11-23T00:59:31.0239824Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-11-23T00:59:31.0253997Z adding 'torch/ao/quantization/fx/convert.py' 2022-11-23T00:59:31.0259197Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-11-23T00:59:31.0262415Z adding 'torch/ao/quantization/fx/fuse.py' 2022-11-23T00:59:31.0264807Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-11-23T00:59:31.0267139Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-11-23T00:59:31.0268891Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-11-23T00:59:31.0270429Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-11-23T00:59:31.0273463Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-11-23T00:59:31.0275869Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-11-23T00:59:31.0296540Z adding 'torch/ao/quantization/fx/prepare.py' 2022-11-23T00:59:31.0301829Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-11-23T00:59:31.0304476Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-11-23T00:59:31.0306863Z adding 'torch/ao/quantization/fx/tracer.py' 2022-11-23T00:59:31.0319857Z adding 'torch/ao/quantization/fx/utils.py' 2022-11-23T00:59:31.0322626Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-11-23T00:59:31.0341664Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-11-23T00:59:31.0351237Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-11-23T00:59:31.0355501Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-11-23T00:59:31.0364284Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-11-23T00:59:31.0371042Z adding 'torch/autograd/__init__.py' 2022-11-23T00:59:31.0373776Z adding 'torch/autograd/anomaly_mode.py' 2022-11-23T00:59:31.0376791Z adding 'torch/autograd/forward_ad.py' 2022-11-23T00:59:31.0384127Z adding 'torch/autograd/function.py' 2022-11-23T00:59:31.0396358Z adding 'torch/autograd/functional.py' 2022-11-23T00:59:31.0400955Z adding 'torch/autograd/grad_mode.py' 2022-11-23T00:59:31.0425478Z adding 'torch/autograd/gradcheck.py' 2022-11-23T00:59:31.0432398Z adding 'torch/autograd/graph.py' 2022-11-23T00:59:31.0442394Z adding 'torch/autograd/profiler.py' 2022-11-23T00:59:31.0446867Z adding 'torch/autograd/profiler_legacy.py' 2022-11-23T00:59:31.0456638Z adding 'torch/autograd/profiler_util.py' 2022-11-23T00:59:31.0458984Z adding 'torch/autograd/variable.py' 2022-11-23T00:59:31.0460589Z adding 'torch/autograd/_functions/__init__.py' 2022-11-23T00:59:31.0462298Z adding 'torch/autograd/_functions/tensor.py' 2022-11-23T00:59:31.0464148Z adding 'torch/autograd/_functions/utils.py' 2022-11-23T00:59:31.0466262Z adding 'torch/backends/__init__.py' 2022-11-23T00:59:31.0467926Z adding 'torch/backends/_coreml/__init__.py' 2022-11-23T00:59:31.0470223Z adding 'torch/backends/_coreml/preprocess.py' 2022-11-23T00:59:31.0471919Z adding 'torch/backends/_nnapi/__init__.py' 2022-11-23T00:59:31.0474589Z adding 'torch/backends/_nnapi/prepare.py' 2022-11-23T00:59:31.0494183Z adding 'torch/backends/_nnapi/serializer.py' 2022-11-23T00:59:31.0499266Z adding 'torch/backends/cuda/__init__.py' 2022-11-23T00:59:31.0502245Z adding 'torch/backends/cudnn/__init__.py' 2022-11-23T00:59:31.0504214Z adding 'torch/backends/cudnn/rnn.py' 2022-11-23T00:59:31.0506606Z adding 'torch/backends/mkl/__init__.py' 2022-11-23T00:59:31.0508714Z adding 'torch/backends/mkldnn/__init__.py' 2022-11-23T00:59:31.0510490Z adding 'torch/backends/mps/__init__.py' 2022-11-23T00:59:31.0512108Z adding 'torch/backends/openmp/__init__.py' 2022-11-23T00:59:31.0514400Z adding 'torch/backends/opt_einsum/__init__.py' 2022-11-23T00:59:31.0516481Z adding 'torch/backends/quantized/__init__.py' 2022-11-23T00:59:31.0518039Z adding 'torch/backends/xeon/__init__.py' 2022-11-23T00:59:31.0525773Z adding 'torch/backends/xeon/run_cpu.py' 2022-11-23T00:59:31.0528590Z adding 'torch/backends/xnnpack/__init__.py' 2022-11-23T00:59:31.0787694Z adding 'torch/bin/FileStoreTest' 2022-11-23T00:59:31.1056234Z adding 'torch/bin/HashStoreTest' 2022-11-23T00:59:31.1359781Z adding 'torch/bin/TCPStoreTest' 2022-11-23T00:59:31.1412614Z adding 'torch/bin/aot_model_compiler_test' 2022-11-23T00:59:31.3841151Z adding 'torch/bin/protoc' 2022-11-23T00:59:31.6369764Z adding 'torch/bin/protoc-3.13.0.0' 2022-11-23T00:59:32.2189796Z adding 'torch/bin/test_api' 2022-11-23T00:59:32.2845231Z adding 'torch/bin/test_cpp_rpc' 2022-11-23T00:59:32.3118603Z adding 'torch/bin/test_dist_autograd' 2022-11-23T00:59:32.5975735Z adding 'torch/bin/test_jit' 2022-11-23T00:59:32.7704301Z adding 'torch/bin/test_lazy' 2022-11-23T00:59:32.8145061Z adding 'torch/bin/test_mobile_nnc' 2022-11-23T00:59:33.2104229Z adding 'torch/bin/test_tensorexpr' 2022-11-23T00:59:33.2327359Z adding 'torch/bin/torch_shm_manager' 2022-11-23T00:59:33.2397211Z adding 'torch/bin/tutorial_tensorexpr' 2022-11-23T00:59:33.2403738Z adding 'torch/contrib/__init__.py' 2022-11-23T00:59:33.2406415Z adding 'torch/contrib/_tensorboard_vis.py' 2022-11-23T00:59:33.2408333Z adding 'torch/cpu/__init__.py' 2022-11-23T00:59:33.2410090Z adding 'torch/cpu/amp/__init__.py' 2022-11-23T00:59:33.2411809Z adding 'torch/cpu/amp/autocast_mode.py' 2022-11-23T00:59:33.2421309Z adding 'torch/cuda/__init__.py' 2022-11-23T00:59:33.2424845Z adding 'torch/cuda/_dynamo_graphs.py' 2022-11-23T00:59:33.2430037Z adding 'torch/cuda/_memory_viz.py' 2022-11-23T00:59:33.2436085Z adding 'torch/cuda/_sanitizer.py' 2022-11-23T00:59:33.2438536Z adding 'torch/cuda/_utils.py' 2022-11-23T00:59:33.2440084Z adding 'torch/cuda/comm.py' 2022-11-23T00:59:33.2441380Z adding 'torch/cuda/error.py' 2022-11-23T00:59:33.2447293Z adding 'torch/cuda/graphs.py' 2022-11-23T00:59:33.2450789Z adding 'torch/cuda/jiterator.py' 2022-11-23T00:59:33.2457502Z adding 'torch/cuda/memory.py' 2022-11-23T00:59:33.2460496Z adding 'torch/cuda/nccl.py' 2022-11-23T00:59:33.2462638Z adding 'torch/cuda/nvtx.py' 2022-11-23T00:59:33.2464575Z adding 'torch/cuda/profiler.py' 2022-11-23T00:59:33.2466828Z adding 'torch/cuda/random.py' 2022-11-23T00:59:33.2468690Z adding 'torch/cuda/sparse.py' 2022-11-23T00:59:33.2471791Z adding 'torch/cuda/streams.py' 2022-11-23T00:59:33.2473879Z adding 'torch/cuda/amp/__init__.py' 2022-11-23T00:59:33.2476399Z adding 'torch/cuda/amp/autocast_mode.py' 2022-11-23T00:59:33.2478105Z adding 'torch/cuda/amp/common.py' 2022-11-23T00:59:33.2485249Z adding 'torch/cuda/amp/grad_scaler.py' 2022-11-23T00:59:33.2488857Z adding 'torch/distributed/__init__.py' 2022-11-23T00:59:33.2491209Z adding 'torch/distributed/argparse_util.py' 2022-11-23T00:59:33.2493121Z adding 'torch/distributed/c10d_error_logger.py' 2022-11-23T00:59:33.2494704Z adding 'torch/distributed/constants.py' 2022-11-23T00:59:33.2533112Z adding 'torch/distributed/distributed_c10d.py' 2022-11-23T00:59:33.2539238Z adding 'torch/distributed/launch.py' 2022-11-23T00:59:33.2541137Z adding 'torch/distributed/logging_handlers.py' 2022-11-23T00:59:33.2543569Z adding 'torch/distributed/remote_device.py' 2022-11-23T00:59:33.2547069Z adding 'torch/distributed/rendezvous.py' 2022-11-23T00:59:33.2555694Z adding 'torch/distributed/run.py' 2022-11-23T00:59:33.2559453Z adding 'torch/distributed/utils.py' 2022-11-23T00:59:33.2561513Z adding 'torch/distributed/_composable/__init__.py' 2022-11-23T00:59:33.2588123Z adding 'torch/distributed/_composable/_ddp.py' 2022-11-23T00:59:33.2593555Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2022-11-23T00:59:33.2595603Z adding 'torch/distributed/_composable/contract.py' 2022-11-23T00:59:33.2598115Z adding 'torch/distributed/_composable/fully_shard.py' 2022-11-23T00:59:33.2600037Z adding 'torch/distributed/_composable/replicate.py' 2022-11-23T00:59:33.2601981Z adding 'torch/distributed/_shard/__init__.py' 2022-11-23T00:59:33.2603718Z adding 'torch/distributed/_shard/_utils.py' 2022-11-23T00:59:33.2607958Z adding 'torch/distributed/_shard/api.py' 2022-11-23T00:59:33.2610446Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-11-23T00:59:33.2612353Z adding 'torch/distributed/_shard/metadata.py' 2022-11-23T00:59:33.2614287Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-11-23T00:59:33.2618208Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-11-23T00:59:33.2621819Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-11-23T00:59:33.2623669Z adding 'torch/distributed/_shard/sharder.py' 2022-11-23T00:59:33.2625676Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-11-23T00:59:33.2627794Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-11-23T00:59:33.2630396Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-11-23T00:59:33.2634962Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T00:59:33.2648349Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-11-23T00:59:33.2651594Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-11-23T00:59:33.2655091Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-11-23T00:59:33.2657400Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-11-23T00:59:33.2660641Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-11-23T00:59:33.2662946Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-11-23T00:59:33.2665383Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-11-23T00:59:33.2667505Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-11-23T00:59:33.2669743Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-11-23T00:59:33.2671404Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-11-23T00:59:33.2674021Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-11-23T00:59:33.2676283Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-11-23T00:59:33.2678360Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-11-23T00:59:33.2680012Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-11-23T00:59:33.2683022Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-11-23T00:59:33.2685048Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-11-23T00:59:33.2687376Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-11-23T00:59:33.2689277Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-11-23T00:59:33.2692676Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-11-23T00:59:33.2696341Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-11-23T00:59:33.2699989Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-11-23T00:59:33.2702080Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-11-23T00:59:33.2706427Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-11-23T00:59:33.2710718Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-11-23T00:59:33.2716484Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-11-23T00:59:33.2721890Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-11-23T00:59:33.2724408Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-11-23T00:59:33.2728929Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-11-23T00:59:33.2731079Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-11-23T00:59:33.2733004Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-11-23T00:59:33.2734788Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-11-23T00:59:33.2736368Z adding 'torch/distributed/_spmd/__init__.py' 2022-11-23T00:59:33.2739901Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-11-23T00:59:33.2743785Z adding 'torch/distributed/_tensor/__init__.py' 2022-11-23T00:59:33.2749452Z adding 'torch/distributed/_tensor/api.py' 2022-11-23T00:59:33.2755125Z adding 'torch/distributed/_tensor/device_mesh.py' 2022-11-23T00:59:33.2759785Z adding 'torch/distributed/_tensor/dispatch.py' 2022-11-23T00:59:33.2765150Z adding 'torch/distributed/_tensor/placement_types.py' 2022-11-23T00:59:33.2769430Z adding 'torch/distributed/_tensor/redistribute.py' 2022-11-23T00:59:33.2771545Z adding 'torch/distributed/_tensor/utils.py' 2022-11-23T00:59:33.2773425Z adding 'torch/distributed/_tensor/ops/__init__.py' 2022-11-23T00:59:33.2778478Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2022-11-23T00:59:33.2781121Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2022-11-23T00:59:33.2783252Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2022-11-23T00:59:33.2786581Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2022-11-23T00:59:33.2791647Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2022-11-23T00:59:33.2794150Z adding 'torch/distributed/_tensor/ops/tp_sharding_ops.py' 2022-11-23T00:59:33.2796238Z adding 'torch/distributed/_tensor/ops/utils.py' 2022-11-23T00:59:33.2803707Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2022-11-23T00:59:33.2806562Z adding 'torch/distributed/_tensor/parallel/__init__.py' 2022-11-23T00:59:33.2810263Z adding 'torch/distributed/_tensor/parallel/_view_with_dim_change.py' 2022-11-23T00:59:33.2813848Z adding 'torch/distributed/_tensor/parallel/api.py' 2022-11-23T00:59:33.2817869Z adding 'torch/distributed/_tensor/parallel/fsdp.py' 2022-11-23T00:59:33.2822220Z adding 'torch/distributed/_tensor/parallel/multihead_attention_tp.py' 2022-11-23T00:59:33.2824795Z adding 'torch/distributed/_tensor/parallel/style.py' 2022-11-23T00:59:33.2827608Z adding 'torch/distributed/_tensor/parallel/utils.py' 2022-11-23T00:59:33.2829726Z adding 'torch/distributed/algorithms/__init__.py' 2022-11-23T00:59:33.2834145Z adding 'torch/distributed/algorithms/join.py' 2022-11-23T00:59:33.2836141Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-11-23T00:59:33.2839942Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-11-23T00:59:33.2842040Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-11-23T00:59:33.2844826Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-11-23T00:59:33.2846774Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-11-23T00:59:33.2848877Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-11-23T00:59:33.2850430Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-11-23T00:59:33.2853212Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-11-23T00:59:33.2855768Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-11-23T00:59:33.2861221Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-11-23T00:59:33.2863267Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-11-23T00:59:33.2865885Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-11-23T00:59:33.2868181Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-11-23T00:59:33.2870839Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-11-23T00:59:33.2881619Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-11-23T00:59:33.2885481Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-11-23T00:59:33.2887784Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-11-23T00:59:33.2891833Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-11-23T00:59:33.2895377Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-11-23T00:59:33.2897800Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-11-23T00:59:33.2899973Z adding 'torch/distributed/autograd/__init__.py' 2022-11-23T00:59:33.2901980Z adding 'torch/distributed/checkpoint/__init__.py' 2022-11-23T00:59:33.2904027Z adding 'torch/distributed/checkpoint/api.py' 2022-11-23T00:59:33.2905747Z adding 'torch/distributed/checkpoint/dedup_tensors.py' 2022-11-23T00:59:33.2908575Z adding 'torch/distributed/checkpoint/default_planner.py' 2022-11-23T00:59:33.2912337Z adding 'torch/distributed/checkpoint/filesystem.py' 2022-11-23T00:59:33.2914508Z adding 'torch/distributed/checkpoint/metadata.py' 2022-11-23T00:59:33.2918639Z adding 'torch/distributed/checkpoint/planner.py' 2022-11-23T00:59:33.2921541Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2022-11-23T00:59:33.2923539Z adding 'torch/distributed/checkpoint/resharding.py' 2022-11-23T00:59:33.2925835Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2022-11-23T00:59:33.2928502Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2022-11-23T00:59:33.2931236Z adding 'torch/distributed/checkpoint/storage.py' 2022-11-23T00:59:33.2933953Z adding 'torch/distributed/checkpoint/traverse.py' 2022-11-23T00:59:33.2937188Z adding 'torch/distributed/checkpoint/utils.py' 2022-11-23T00:59:33.2940020Z adding 'torch/distributed/elastic/__init__.py' 2022-11-23T00:59:33.2941736Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-11-23T00:59:33.2943710Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-11-23T00:59:33.2954480Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-11-23T00:59:33.2959647Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-11-23T00:59:33.2962441Z adding 'torch/distributed/elastic/events/__init__.py' 2022-11-23T00:59:33.2964704Z adding 'torch/distributed/elastic/events/api.py' 2022-11-23T00:59:33.2966561Z adding 'torch/distributed/elastic/events/handlers.py' 2022-11-23T00:59:33.2969296Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-11-23T00:59:33.2972038Z adding 'torch/distributed/elastic/metrics/api.py' 2022-11-23T00:59:33.2975831Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-11-23T00:59:33.2983272Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-11-23T00:59:33.2986124Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-11-23T00:59:33.2988798Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-11-23T00:59:33.2994326Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-11-23T00:59:33.2997478Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-11-23T00:59:33.2999272Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-11-23T00:59:33.3002631Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-11-23T00:59:33.3006311Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-11-23T00:59:33.3010460Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-11-23T00:59:33.3020984Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-11-23T00:59:33.3033776Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-11-23T00:59:33.3037939Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-11-23T00:59:33.3041627Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-11-23T00:59:33.3044930Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-11-23T00:59:33.3047786Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-11-23T00:59:33.3049651Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-11-23T00:59:33.3053140Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-11-23T00:59:33.3055632Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-11-23T00:59:33.3059414Z adding 'torch/distributed/elastic/timer/api.py' 2022-11-23T00:59:33.3064192Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-11-23T00:59:33.3067077Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-11-23T00:59:33.3069266Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-11-23T00:59:33.3071304Z adding 'torch/distributed/elastic/utils/api.py' 2022-11-23T00:59:33.3074026Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-11-23T00:59:33.3075782Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-11-23T00:59:33.3077837Z adding 'torch/distributed/elastic/utils/logging.py' 2022-11-23T00:59:33.3080080Z adding 'torch/distributed/elastic/utils/store.py' 2022-11-23T00:59:33.3082143Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-11-23T00:59:33.3084163Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-11-23T00:59:33.3086428Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-11-23T00:59:33.3088758Z adding 'torch/distributed/fsdp/__init__.py' 2022-11-23T00:59:33.3092060Z adding 'torch/distributed/fsdp/_common_utils.py' 2022-11-23T00:59:33.3096866Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2022-11-23T00:59:33.3099575Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-11-23T00:59:33.3108351Z adding 'torch/distributed/fsdp/_init_utils.py' 2022-11-23T00:59:33.3110850Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2022-11-23T00:59:33.3125735Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-11-23T00:59:33.3140249Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2022-11-23T00:59:33.3144984Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-11-23T00:59:33.3152127Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2022-11-23T00:59:33.3156245Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-11-23T00:59:33.3159970Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2022-11-23T00:59:33.3162808Z adding 'torch/distributed/fsdp/_utils.py' 2022-11-23T00:59:33.3165908Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2022-11-23T00:59:33.3170166Z adding 'torch/distributed/fsdp/api.py' 2022-11-23T00:59:33.3194079Z adding 'torch/distributed/fsdp/flat_param.py' 2022-11-23T00:59:33.3220716Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-11-23T00:59:33.3227698Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-11-23T00:59:33.3233280Z adding 'torch/distributed/fsdp/wrap.py' 2022-11-23T00:59:33.3235524Z adding 'torch/distributed/launcher/__init__.py' 2022-11-23T00:59:33.3239352Z adding 'torch/distributed/launcher/api.py' 2022-11-23T00:59:33.3241536Z adding 'torch/distributed/nn/__init__.py' 2022-11-23T00:59:33.3245656Z adding 'torch/distributed/nn/functional.py' 2022-11-23T00:59:33.3247998Z adding 'torch/distributed/nn/api/__init__.py' 2022-11-23T00:59:33.3255420Z adding 'torch/distributed/nn/api/remote_module.py' 2022-11-23T00:59:33.3258001Z adding 'torch/distributed/nn/jit/__init__.py' 2022-11-23T00:59:33.3260619Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-11-23T00:59:33.3262469Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-11-23T00:59:33.3264707Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-11-23T00:59:33.3266914Z adding 'torch/distributed/optim/__init__.py' 2022-11-23T00:59:33.3269307Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2022-11-23T00:59:33.3271602Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-11-23T00:59:33.3273945Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-11-23T00:59:33.3276679Z adding 'torch/distributed/optim/functional_adam.py' 2022-11-23T00:59:33.3279241Z adding 'torch/distributed/optim/functional_adamax.py' 2022-11-23T00:59:33.3281939Z adding 'torch/distributed/optim/functional_adamw.py' 2022-11-23T00:59:33.3284640Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-11-23T00:59:33.3287061Z adding 'torch/distributed/optim/functional_rprop.py' 2022-11-23T00:59:33.3289592Z adding 'torch/distributed/optim/functional_sgd.py' 2022-11-23T00:59:33.3293430Z adding 'torch/distributed/optim/optimizer.py' 2022-11-23T00:59:33.3296214Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-11-23T00:59:33.3298246Z adding 'torch/distributed/optim/utils.py' 2022-11-23T00:59:33.3318969Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-11-23T00:59:33.3322245Z adding 'torch/distributed/pipeline/__init__.py' 2022-11-23T00:59:33.3324262Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-11-23T00:59:33.3334140Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-11-23T00:59:33.3334544Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-11-23T00:59:33.3335011Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-11-23T00:59:33.3335579Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-11-23T00:59:33.3338631Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-11-23T00:59:33.3341279Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-11-23T00:59:33.3347034Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-11-23T00:59:33.3351055Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-11-23T00:59:33.3353522Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-11-23T00:59:33.3355572Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-11-23T00:59:33.3357915Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-11-23T00:59:33.3361052Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-11-23T00:59:33.3363921Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-11-23T00:59:33.3366425Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-11-23T00:59:33.3368584Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-11-23T00:59:33.3370756Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-11-23T00:59:33.3372860Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-11-23T00:59:33.3375790Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-11-23T00:59:33.3380721Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-11-23T00:59:33.3383836Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-11-23T00:59:33.3387906Z adding 'torch/distributed/rpc/__init__.py' 2022-11-23T00:59:33.3390215Z adding 'torch/distributed/rpc/_utils.py' 2022-11-23T00:59:33.3399763Z adding 'torch/distributed/rpc/api.py' 2022-11-23T00:59:33.3405592Z adding 'torch/distributed/rpc/backend_registry.py' 2022-11-23T00:59:33.3408033Z adding 'torch/distributed/rpc/constants.py' 2022-11-23T00:59:33.3410873Z adding 'torch/distributed/rpc/functions.py' 2022-11-23T00:59:33.3414818Z adding 'torch/distributed/rpc/internal.py' 2022-11-23T00:59:33.3418233Z adding 'torch/distributed/rpc/options.py' 2022-11-23T00:59:33.3420395Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-11-23T00:59:33.3423650Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-11-23T00:59:33.3425751Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-11-23T00:59:33.3427821Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-11-23T00:59:33.3431331Z adding 'torch/distributions/__init__.py' 2022-11-23T00:59:33.3433862Z adding 'torch/distributions/bernoulli.py' 2022-11-23T00:59:33.3436117Z adding 'torch/distributions/beta.py' 2022-11-23T00:59:33.3438908Z adding 'torch/distributions/binomial.py' 2022-11-23T00:59:33.3441775Z adding 'torch/distributions/categorical.py' 2022-11-23T00:59:33.3444116Z adding 'torch/distributions/cauchy.py' 2022-11-23T00:59:33.3446551Z adding 'torch/distributions/chi2.py' 2022-11-23T00:59:33.3449430Z adding 'torch/distributions/constraint_registry.py' 2022-11-23T00:59:33.3454334Z adding 'torch/distributions/constraints.py' 2022-11-23T00:59:33.3457919Z adding 'torch/distributions/continuous_bernoulli.py' 2022-11-23T00:59:33.3460792Z adding 'torch/distributions/dirichlet.py' 2022-11-23T00:59:33.3464833Z adding 'torch/distributions/distribution.py' 2022-11-23T00:59:33.3467052Z adding 'torch/distributions/exp_family.py' 2022-11-23T00:59:33.3469785Z adding 'torch/distributions/exponential.py' 2022-11-23T00:59:33.3471912Z adding 'torch/distributions/fishersnedecor.py' 2022-11-23T00:59:33.3474295Z adding 'torch/distributions/gamma.py' 2022-11-23T00:59:33.3476958Z adding 'torch/distributions/geometric.py' 2022-11-23T00:59:33.3479303Z adding 'torch/distributions/gumbel.py' 2022-11-23T00:59:33.3481520Z adding 'torch/distributions/half_cauchy.py' 2022-11-23T00:59:33.3483606Z adding 'torch/distributions/half_normal.py' 2022-11-23T00:59:33.3486246Z adding 'torch/distributions/independent.py' 2022-11-23T00:59:33.3494087Z adding 'torch/distributions/kl.py' 2022-11-23T00:59:33.3497245Z adding 'torch/distributions/kumaraswamy.py' 2022-11-23T00:59:33.3500087Z adding 'torch/distributions/laplace.py' 2022-11-23T00:59:33.3502789Z adding 'torch/distributions/lkj_cholesky.py' 2022-11-23T00:59:33.3504899Z adding 'torch/distributions/log_normal.py' 2022-11-23T00:59:33.3506852Z adding 'torch/distributions/logistic_normal.py' 2022-11-23T00:59:33.3510469Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-11-23T00:59:33.3513790Z adding 'torch/distributions/mixture_same_family.py' 2022-11-23T00:59:33.3516685Z adding 'torch/distributions/multinomial.py' 2022-11-23T00:59:33.3520294Z adding 'torch/distributions/multivariate_normal.py' 2022-11-23T00:59:33.3523005Z adding 'torch/distributions/negative_binomial.py' 2022-11-23T00:59:33.3525306Z adding 'torch/distributions/normal.py' 2022-11-23T00:59:33.3528147Z adding 'torch/distributions/one_hot_categorical.py' 2022-11-23T00:59:33.3530172Z adding 'torch/distributions/pareto.py' 2022-11-23T00:59:33.3532277Z adding 'torch/distributions/poisson.py' 2022-11-23T00:59:33.3534924Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-11-23T00:59:33.3537550Z adding 'torch/distributions/relaxed_categorical.py' 2022-11-23T00:59:33.3540103Z adding 'torch/distributions/studentT.py' 2022-11-23T00:59:33.3543228Z adding 'torch/distributions/transformed_distribution.py' 2022-11-23T00:59:33.3553185Z adding 'torch/distributions/transforms.py' 2022-11-23T00:59:33.3556357Z adding 'torch/distributions/uniform.py' 2022-11-23T00:59:33.3559371Z adding 'torch/distributions/utils.py' 2022-11-23T00:59:33.3562526Z adding 'torch/distributions/von_mises.py' 2022-11-23T00:59:33.3564414Z adding 'torch/distributions/weibull.py' 2022-11-23T00:59:33.3568614Z adding 'torch/distributions/wishart.py' 2022-11-23T00:59:33.3578581Z adding 'torch/fft/__init__.py' 2022-11-23T00:59:33.3584840Z adding 'torch/futures/__init__.py' 2022-11-23T00:59:33.3587813Z adding 'torch/fx/__init__.py' 2022-11-23T00:59:33.3589854Z adding 'torch/fx/_compatibility.py' 2022-11-23T00:59:33.3591766Z adding 'torch/fx/_pytree.py' 2022-11-23T00:59:33.3604557Z adding 'torch/fx/_symbolic_trace.py' 2022-11-23T00:59:33.3607494Z adding 'torch/fx/annotate.py' 2022-11-23T00:59:33.3626216Z adding 'torch/fx/graph.py' 2022-11-23T00:59:33.3637658Z adding 'torch/fx/graph_module.py' 2022-11-23T00:59:33.3640445Z adding 'torch/fx/immutable_collections.py' 2022-11-23T00:59:33.3645644Z adding 'torch/fx/interpreter.py' 2022-11-23T00:59:33.3654724Z adding 'torch/fx/node.py' 2022-11-23T00:59:33.3660912Z adding 'torch/fx/operator_schemas.py' 2022-11-23T00:59:33.3666765Z adding 'torch/fx/proxy.py' 2022-11-23T00:59:33.3671589Z adding 'torch/fx/subgraph_rewriter.py' 2022-11-23T00:59:33.3674066Z adding 'torch/fx/tensor_type.py' 2022-11-23T00:59:33.3675942Z adding 'torch/fx/traceback.py' 2022-11-23T00:59:33.3677971Z adding 'torch/fx/experimental/__init__.py' 2022-11-23T00:59:33.3690885Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-11-23T00:59:33.3696183Z adding 'torch/fx/experimental/const_fold.py' 2022-11-23T00:59:33.3698501Z adding 'torch/fx/experimental/debug.py' 2022-11-23T00:59:33.3707097Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-11-23T00:59:33.3710920Z adding 'torch/fx/experimental/merge_matmul.py' 2022-11-23T00:59:33.3714690Z adding 'torch/fx/experimental/meta_tracer.py' 2022-11-23T00:59:33.3718748Z adding 'torch/fx/experimental/normalize.py' 2022-11-23T00:59:33.3724350Z adding 'torch/fx/experimental/optimization.py' 2022-11-23T00:59:33.3728997Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-11-23T00:59:33.3738801Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-11-23T00:59:33.3741196Z adding 'torch/fx/experimental/refinement_types.py' 2022-11-23T00:59:33.3743774Z adding 'torch/fx/experimental/rewriter.py' 2022-11-23T00:59:33.3746481Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-11-23T00:59:33.3754354Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-11-23T00:59:33.3757121Z adding 'torch/fx/experimental/unify_refinements.py' 2022-11-23T00:59:33.3759055Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-11-23T00:59:33.3763006Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-11-23T00:59:33.3774524Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-11-23T00:59:33.3785906Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-11-23T00:59:33.3788409Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-11-23T00:59:33.3792580Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-11-23T00:59:33.3794750Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-11-23T00:59:33.3796501Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-11-23T00:59:33.3798365Z adding 'torch/fx/experimental/unification/__init__.py' 2022-11-23T00:59:33.3800476Z adding 'torch/fx/experimental/unification/core.py' 2022-11-23T00:59:33.3802182Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-11-23T00:59:33.3804479Z adding 'torch/fx/experimental/unification/match.py' 2022-11-23T00:59:33.3806958Z adding 'torch/fx/experimental/unification/more.py' 2022-11-23T00:59:33.3811012Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-11-23T00:59:33.3813680Z adding 'torch/fx/experimental/unification/utils.py' 2022-11-23T00:59:33.3815790Z adding 'torch/fx/experimental/unification/variable.py' 2022-11-23T00:59:33.3817941Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-11-23T00:59:33.3820354Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-11-23T00:59:33.3822737Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-11-23T00:59:33.3827455Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-11-23T00:59:33.3830607Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-11-23T00:59:33.3833763Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-11-23T00:59:33.3835413Z adding 'torch/fx/passes/__init__.py' 2022-11-23T00:59:33.3837781Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-11-23T00:59:33.3841566Z adding 'torch/fx/passes/graph_drawer.py' 2022-11-23T00:59:33.3844295Z adding 'torch/fx/passes/graph_manipulation.py' 2022-11-23T00:59:33.3850690Z adding 'torch/fx/passes/net_min_base.py' 2022-11-23T00:59:33.3854490Z adding 'torch/fx/passes/operator_support.py' 2022-11-23T00:59:33.3856931Z adding 'torch/fx/passes/param_fetch.py' 2022-11-23T00:59:33.3860091Z adding 'torch/fx/passes/pass_manager.py' 2022-11-23T00:59:33.3870814Z adding 'torch/fx/passes/reinplace.py' 2022-11-23T00:59:33.3874419Z adding 'torch/fx/passes/shape_prop.py' 2022-11-23T00:59:33.3879164Z adding 'torch/fx/passes/split_module.py' 2022-11-23T00:59:33.3883362Z adding 'torch/fx/passes/split_utils.py' 2022-11-23T00:59:33.3892900Z adding 'torch/fx/passes/splitter_base.py' 2022-11-23T00:59:33.3897407Z adding 'torch/fx/passes/tools_common.py' 2022-11-23T00:59:33.3899432Z adding 'torch/fx/passes/backends/__init__.py' 2022-11-23T00:59:33.3901478Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-11-23T00:59:33.3903244Z adding 'torch/fx/passes/dialect/__init__.py' 2022-11-23T00:59:33.3904948Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-11-23T00:59:33.3907485Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-11-23T00:59:33.3909623Z adding 'torch/fx/passes/infra/__init__.py' 2022-11-23T00:59:33.3913431Z adding 'torch/fx/passes/infra/partitioner.py' 2022-11-23T00:59:33.3915861Z adding 'torch/fx/passes/infra/pass_base.py' 2022-11-23T00:59:33.3919671Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-11-23T00:59:33.3921758Z adding 'torch/fx/passes/tests/__init__.py' 2022-11-23T00:59:33.3923628Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-11-23T00:59:33.3925498Z adding 'torch/fx/passes/utils/__init__.py' 2022-11-23T00:59:33.3927895Z adding 'torch/fx/passes/utils/common.py' 2022-11-23T00:59:33.3931210Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-11-23T00:59:33.3936129Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-11-23T00:59:33.3939145Z adding 'torch/include/clog.h' 2022-11-23T00:59:33.3947785Z adding 'torch/include/cpuinfo.h' 2022-11-23T00:59:33.3950794Z adding 'torch/include/dnnl.h' 2022-11-23T00:59:33.3952634Z adding 'torch/include/dnnl_config.h' 2022-11-23T00:59:33.3954348Z adding 'torch/include/dnnl_debug.h' 2022-11-23T00:59:33.3956070Z adding 'torch/include/dnnl_ocl.h' 2022-11-23T00:59:33.3957769Z adding 'torch/include/dnnl_sycl.h' 2022-11-23T00:59:33.3959460Z adding 'torch/include/dnnl_sycl_types.h' 2022-11-23T00:59:33.3961090Z adding 'torch/include/dnnl_threadpool.h' 2022-11-23T00:59:33.3962794Z adding 'torch/include/dnnl_types.h' 2022-11-23T00:59:33.3964493Z adding 'torch/include/dnnl_version.h' 2022-11-23T00:59:33.3966222Z adding 'torch/include/fp16.h' 2022-11-23T00:59:33.3969767Z adding 'torch/include/fxdiv.h' 2022-11-23T00:59:33.3971962Z adding 'torch/include/libshm.h' 2022-11-23T00:59:33.3977691Z adding 'torch/include/nnpack.h' 2022-11-23T00:59:33.3986105Z adding 'torch/include/psimd.h' 2022-11-23T00:59:33.3993233Z adding 'torch/include/pthreadpool.h' 2022-11-23T00:59:33.3996772Z adding 'torch/include/qnnpack.h' 2022-11-23T00:59:33.3999275Z adding 'torch/include/qnnpack_func.h' 2022-11-23T00:59:33.4029396Z adding 'torch/include/sleef.h' 2022-11-23T00:59:33.4049654Z adding 'torch/include/xnnpack.h' 2022-11-23T00:59:33.4055459Z adding 'torch/include/ATen/ATen.h' 2022-11-23T00:59:33.4057882Z adding 'torch/include/ATen/AccumulateType.h' 2022-11-23T00:59:33.4059487Z adding 'torch/include/ATen/ArrayRef.h' 2022-11-23T00:59:33.4060973Z adding 'torch/include/ATen/Backend.h' 2022-11-23T00:59:33.4062353Z adding 'torch/include/ATen/Backtrace.h' 2022-11-23T00:59:33.4064164Z adding 'torch/include/ATen/BatchedFallback.h' 2022-11-23T00:59:33.4067056Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-11-23T00:59:33.4070832Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-11-23T00:59:33.4072940Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-11-23T00:59:33.4074970Z adding 'torch/include/ATen/CPUFunctions.h' 2022-11-23T00:59:33.4079318Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-11-23T00:59:33.4082054Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-11-23T00:59:33.4083991Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-11-23T00:59:33.4088716Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-11-23T00:59:33.4091541Z adding 'torch/include/ATen/CollapseDims.h' 2022-11-23T00:59:33.4093688Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-11-23T00:59:33.4098396Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-11-23T00:59:33.4101288Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-11-23T00:59:33.4104735Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-11-23T00:59:33.4107334Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-11-23T00:59:33.4112008Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-11-23T00:59:33.4114858Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-11-23T00:59:33.4116717Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-11-23T00:59:33.4118192Z adding 'torch/include/ATen/Config.h' 2022-11-23T00:59:33.4122706Z adding 'torch/include/ATen/Context.h' 2022-11-23T00:59:33.4125012Z adding 'torch/include/ATen/DLConvertor.h' 2022-11-23T00:59:33.4126798Z adding 'torch/include/ATen/Device.h' 2022-11-23T00:59:33.4128874Z adding 'torch/include/ATen/DeviceGuard.h' 2022-11-23T00:59:33.4129880Z adding 'torch/include/ATen/DimVector.h' 2022-11-23T00:59:33.4130982Z adding 'torch/include/ATen/Dimname.h' 2022-11-23T00:59:33.4136175Z adding 'torch/include/ATen/Dispatch.h' 2022-11-23T00:59:33.4138389Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-11-23T00:59:33.4140202Z adding 'torch/include/ATen/EmptyTensor.h' 2022-11-23T00:59:33.4142010Z adding 'torch/include/ATen/ExpandBase.h' 2022-11-23T00:59:33.4145717Z adding 'torch/include/ATen/ExpandUtils.h' 2022-11-23T00:59:33.4147605Z adding 'torch/include/ATen/Formatting.h' 2022-11-23T00:59:33.4149621Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-11-23T00:59:33.4152320Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-11-23T00:59:33.4156567Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-11-23T00:59:33.4164741Z adding 'torch/include/ATen/Functions.h' 2022-11-23T00:59:33.4167610Z adding 'torch/include/ATen/Generator.h' 2022-11-23T00:59:33.4169684Z adding 'torch/include/ATen/InferSize.h' 2022-11-23T00:59:33.4171468Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-11-23T00:59:33.4172751Z adding 'torch/include/ATen/Layout.h' 2022-11-23T00:59:33.4174483Z adding 'torch/include/ATen/LinalgBackend.h' 2022-11-23T00:59:33.4176585Z adding 'torch/include/ATen/MapAllocator.h' 2022-11-23T00:59:33.4178764Z adding 'torch/include/ATen/MatrixRef.h' 2022-11-23T00:59:33.4180567Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-11-23T00:59:33.4182572Z adding 'torch/include/ATen/MetaFunctions.h' 2022-11-23T00:59:33.4185581Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-11-23T00:59:33.4189121Z adding 'torch/include/ATen/MethodOperators.h' 2022-11-23T00:59:33.4190995Z adding 'torch/include/ATen/NamedTensor.h' 2022-11-23T00:59:33.4193706Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-11-23T00:59:33.4201447Z adding 'torch/include/ATen/NativeFunctions.h' 2022-11-23T00:59:33.4210153Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-11-23T00:59:33.4214672Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-11-23T00:59:33.4216897Z adding 'torch/include/ATen/NumericUtils.h' 2022-11-23T00:59:33.4218795Z adding 'torch/include/ATen/OpMathType.h' 2022-11-23T00:59:33.4221344Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-11-23T00:59:33.4229427Z adding 'torch/include/ATen/Operators.h' 2022-11-23T00:59:33.4232319Z adding 'torch/include/ATen/PTThreadPool.h' 2022-11-23T00:59:33.4233949Z adding 'torch/include/ATen/PadNd.h' 2022-11-23T00:59:33.4235804Z adding 'torch/include/ATen/Parallel-inl.h' 2022-11-23T00:59:33.4238422Z adding 'torch/include/ATen/Parallel.h' 2022-11-23T00:59:33.4240121Z adding 'torch/include/ATen/ParallelFuture.h' 2022-11-23T00:59:33.4241638Z adding 'torch/include/ATen/ParallelNative.h' 2022-11-23T00:59:33.4243414Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-11-23T00:59:33.4245229Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-11-23T00:59:33.4247099Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-11-23T00:59:33.4455849Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-11-23T00:59:33.4606832Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-11-23T00:59:33.4625064Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-11-23T00:59:33.4626420Z adding 'torch/include/ATen/Scalar.h' 2022-11-23T00:59:33.4628303Z adding 'torch/include/ATen/ScalarOps.h' 2022-11-23T00:59:33.4629960Z adding 'torch/include/ATen/ScalarType.h' 2022-11-23T00:59:33.4631485Z adding 'torch/include/ATen/SequenceNumber.h' 2022-11-23T00:59:33.4632890Z adding 'torch/include/ATen/SmallVector.h' 2022-11-23T00:59:33.4635750Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-11-23T00:59:33.4638794Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-11-23T00:59:33.4643351Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-11-23T00:59:33.4646542Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-11-23T00:59:33.4648219Z adding 'torch/include/ATen/Storage.h' 2022-11-23T00:59:33.4649645Z adding 'torch/include/ATen/Tensor.h' 2022-11-23T00:59:33.4651207Z adding 'torch/include/ATen/TensorAccessor.h' 2022-11-23T00:59:33.4653267Z adding 'torch/include/ATen/TensorGeometry.h' 2022-11-23T00:59:33.4660424Z adding 'torch/include/ATen/TensorIndexing.h' 2022-11-23T00:59:33.4671838Z adding 'torch/include/ATen/TensorIterator.h' 2022-11-23T00:59:33.4674702Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-11-23T00:59:33.4677123Z adding 'torch/include/ATen/TensorMeta.h' 2022-11-23T00:59:33.4679314Z adding 'torch/include/ATen/TensorNames.h' 2022-11-23T00:59:33.4681230Z adding 'torch/include/ATen/TensorOperators.h' 2022-11-23T00:59:33.4682819Z adding 'torch/include/ATen/TensorOptions.h' 2022-11-23T00:59:33.4685151Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-11-23T00:59:33.4687829Z adding 'torch/include/ATen/TensorUtils.h' 2022-11-23T00:59:33.4690279Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-11-23T00:59:33.4693104Z adding 'torch/include/ATen/TracerMode.h' 2022-11-23T00:59:33.4694922Z adding 'torch/include/ATen/TypeDefault.h' 2022-11-23T00:59:33.4697112Z adding 'torch/include/ATen/Utils.h' 2022-11-23T00:59:33.4698785Z adding 'torch/include/ATen/Version.h' 2022-11-23T00:59:33.4843233Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-11-23T00:59:33.4881327Z adding 'torch/include/ATen/VmapMode.h' 2022-11-23T00:59:33.4884540Z adding 'torch/include/ATen/VmapTransforms.h' 2022-11-23T00:59:33.4887213Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-11-23T00:59:33.4889303Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-11-23T00:59:33.4892061Z adding 'torch/include/ATen/autocast_mode.h' 2022-11-23T00:59:33.4893991Z adding 'torch/include/ATen/ceil_div.h' 2022-11-23T00:59:33.4897015Z adding 'torch/include/ATen/code_template.h' 2022-11-23T00:59:33.4899349Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-11-23T00:59:33.4901003Z adding 'torch/include/ATen/div_rtn.h' 2022-11-23T00:59:33.4903876Z adding 'torch/include/ATen/dlpack.h' 2022-11-23T00:59:33.4905568Z adding 'torch/include/ATen/jit_macros.h' 2022-11-23T00:59:33.4907454Z adding 'torch/include/ATen/jiterator_macros.h' 2022-11-23T00:59:33.4913929Z adding 'torch/include/ATen/record_function.h' 2022-11-23T00:59:33.4917477Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-11-23T00:59:33.4919079Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-11-23T00:59:33.4920564Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-11-23T00:59:33.4923007Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-11-23T00:59:33.4924898Z adding 'torch/include/ATen/core/Array.h' 2022-11-23T00:59:33.4926567Z adding 'torch/include/ATen/core/Backtrace.h' 2022-11-23T00:59:33.4928503Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-11-23T00:59:33.4930705Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-11-23T00:59:33.4932538Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-11-23T00:59:33.4936921Z adding 'torch/include/ATen/core/Dict.h' 2022-11-23T00:59:33.4940096Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-11-23T00:59:33.4941933Z adding 'torch/include/ATen/core/DimVector.h' 2022-11-23T00:59:33.4943700Z adding 'torch/include/ATen/core/Dimname.h' 2022-11-23T00:59:33.4947008Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-11-23T00:59:33.4949163Z adding 'torch/include/ATen/core/Formatting.h' 2022-11-23T00:59:33.4952130Z adding 'torch/include/ATen/core/Generator.h' 2022-11-23T00:59:33.4958306Z adding 'torch/include/ATen/core/IListRef.h' 2022-11-23T00:59:33.4961332Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-11-23T00:59:33.4964122Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-11-23T00:59:33.4969012Z adding 'torch/include/ATen/core/List.h' 2022-11-23T00:59:33.4972729Z adding 'torch/include/ATen/core/List_inl.h' 2022-11-23T00:59:33.4976061Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-11-23T00:59:33.4978909Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-11-23T00:59:33.4982241Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-11-23T00:59:33.4984176Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-11-23T00:59:33.4985916Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2022-11-23T00:59:33.4987883Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-11-23T00:59:33.4989748Z adding 'torch/include/ATen/core/Range.h' 2022-11-23T00:59:33.4991358Z adding 'torch/include/ATen/core/Reduction.h' 2022-11-23T00:59:33.4992802Z adding 'torch/include/ATen/core/Scalar.h' 2022-11-23T00:59:33.4994231Z adding 'torch/include/ATen/core/ScalarType.h' 2022-11-23T00:59:33.4996044Z adding 'torch/include/ATen/core/Tensor.h' 2022-11-23T00:59:33.4999200Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-11-23T00:59:33.5010241Z adding 'torch/include/ATen/core/TensorBase.h' 2022-11-23T00:59:33.5058439Z adding 'torch/include/ATen/core/TensorBody.h' 2022-11-23T00:59:33.5066419Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-11-23T00:59:33.5070244Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-11-23T00:59:33.5072001Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-11-23T00:59:33.5073420Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-11-23T00:59:33.5075555Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-11-23T00:59:33.5077600Z adding 'torch/include/ATen/core/Variadic.h' 2022-11-23T00:59:33.5079595Z adding 'torch/include/ATen/core/Vitals.h' 2022-11-23T00:59:33.5081744Z adding 'torch/include/ATen/core/alias_info.h' 2022-11-23T00:59:33.5092872Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-11-23T00:59:33.5096515Z adding 'torch/include/ATen/core/blob.h' 2022-11-23T00:59:33.5098430Z adding 'torch/include/ATen/core/builtin_function.h' 2022-11-23T00:59:33.5102660Z adding 'torch/include/ATen/core/class_type.h' 2022-11-23T00:59:33.5104577Z adding 'torch/include/ATen/core/custom_class.h' 2022-11-23T00:59:33.5107976Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-11-23T00:59:33.5109756Z adding 'torch/include/ATen/core/enum_tag.h' 2022-11-23T00:59:33.5111590Z adding 'torch/include/ATen/core/enum_type.h' 2022-11-23T00:59:33.5113669Z adding 'torch/include/ATen/core/function.h' 2022-11-23T00:59:33.5120476Z adding 'torch/include/ATen/core/function_schema.h' 2022-11-23T00:59:33.5125286Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-11-23T00:59:33.5127522Z adding 'torch/include/ATen/core/functional.h' 2022-11-23T00:59:33.5129125Z adding 'torch/include/ATen/core/grad_mode.h' 2022-11-23T00:59:33.5132872Z adding 'torch/include/ATen/core/interned_strings.h' 2022-11-23T00:59:33.5134918Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-11-23T00:59:33.5149668Z adding 'torch/include/ATen/core/ivalue.h' 2022-11-23T00:59:33.5174996Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-11-23T00:59:33.5178479Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-11-23T00:59:33.5196820Z adding 'torch/include/ATen/core/jit_type.h' 2022-11-23T00:59:33.5204528Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-11-23T00:59:33.5207281Z adding 'torch/include/ATen/core/operator_name.h' 2022-11-23T00:59:33.5209719Z adding 'torch/include/ATen/core/qualified_name.h' 2022-11-23T00:59:33.5211540Z adding 'torch/include/ATen/core/rref_interface.h' 2022-11-23T00:59:33.5214215Z adding 'torch/include/ATen/core/stack.h' 2022-11-23T00:59:33.5216989Z adding 'torch/include/ATen/core/symbol.h' 2022-11-23T00:59:33.5219079Z adding 'torch/include/ATen/core/type_factory.h' 2022-11-23T00:59:33.5220845Z adding 'torch/include/ATen/core/type_ptr.h' 2022-11-23T00:59:33.5222440Z adding 'torch/include/ATen/core/typeid.h' 2022-11-23T00:59:33.5225781Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-11-23T00:59:33.5228068Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-11-23T00:59:33.5231112Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-11-23T00:59:33.5234579Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-11-23T00:59:33.5236503Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-11-23T00:59:33.5238658Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-11-23T00:59:33.5240452Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-11-23T00:59:33.5244360Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-11-23T00:59:33.5251919Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-11-23T00:59:33.5254783Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-11-23T00:59:33.5257390Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-11-23T00:59:33.5260887Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-11-23T00:59:33.5270123Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-11-23T00:59:33.5272436Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-11-23T00:59:33.5276936Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-11-23T00:59:33.5278976Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-11-23T00:59:33.5280669Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-11-23T00:59:33.5282971Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-11-23T00:59:33.5285698Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-11-23T00:59:33.5288890Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-11-23T00:59:33.5295111Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-11-23T00:59:33.5297733Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-11-23T00:59:33.5300874Z adding 'torch/include/ATen/cpu/vml.h' 2022-11-23T00:59:33.5302728Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-11-23T00:59:33.5305456Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-11-23T00:59:33.5309429Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-11-23T00:59:33.5311799Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-11-23T00:59:33.5313498Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-11-23T00:59:33.5321506Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-11-23T00:59:33.5325311Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-11-23T00:59:33.5327398Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-11-23T00:59:33.5330374Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-11-23T00:59:33.5336661Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-11-23T00:59:33.5341818Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-11-23T00:59:33.5347032Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-11-23T00:59:33.5351061Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-11-23T00:59:33.5355124Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-11-23T00:59:33.5360857Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-11-23T00:59:33.5370755Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-11-23T00:59:33.5380124Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-11-23T00:59:33.5384024Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-11-23T00:59:33.5390956Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-11-23T00:59:33.5397214Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-11-23T00:59:33.5404711Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-11-23T00:59:33.5409615Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-11-23T00:59:33.5413867Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-11-23T00:59:33.5422621Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-11-23T00:59:33.5431287Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-11-23T00:59:33.5434419Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-11-23T00:59:33.5436133Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-11-23T00:59:33.5437931Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-11-23T00:59:33.5442575Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-11-23T00:59:33.5448908Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-11-23T00:59:33.5452499Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-11-23T00:59:33.5454743Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-11-23T00:59:33.5456608Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-11-23T00:59:33.5458275Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-11-23T00:59:33.5460996Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-11-23T00:59:33.5463614Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-11-23T00:59:33.5465789Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-11-23T00:59:33.5467881Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-11-23T00:59:33.5469532Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-11-23T00:59:33.5472288Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-11-23T00:59:33.5475064Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-11-23T00:59:33.5476733Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-11-23T00:59:33.5478175Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-11-23T00:59:33.5479959Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-11-23T00:59:33.5481891Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-11-23T00:59:33.5483558Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-11-23T00:59:33.5486508Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-11-23T00:59:33.5488965Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-11-23T00:59:33.5490592Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-11-23T00:59:33.5492010Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-11-23T00:59:33.5493817Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-11-23T00:59:33.5495341Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-11-23T00:59:33.5496799Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-11-23T00:59:33.5500425Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-11-23T00:59:33.5502926Z adding 'torch/include/ATen/cuda/cub.h' 2022-11-23T00:59:33.5504759Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-11-23T00:59:33.5506366Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-11-23T00:59:33.5508962Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-11-23T00:59:33.5510693Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-11-23T00:59:33.5512868Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-11-23T00:59:33.5516121Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-11-23T00:59:33.5518211Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-11-23T00:59:33.5520640Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-11-23T00:59:33.5522738Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-11-23T00:59:33.5524285Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-11-23T00:59:33.5526837Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-11-23T00:59:33.5528860Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T00:59:33.5530995Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-11-23T00:59:33.5532971Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-11-23T00:59:33.5537400Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-11-23T00:59:33.5539219Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-11-23T00:59:33.5540728Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-11-23T00:59:33.5542225Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-11-23T00:59:33.5543708Z adding 'torch/include/ATen/cudnn/Types.h' 2022-11-23T00:59:33.5545239Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-11-23T00:59:33.5546874Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-11-23T00:59:33.5549886Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-11-23T00:59:33.5552082Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-11-23T00:59:33.5554123Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-11-23T00:59:33.5555935Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-11-23T00:59:33.5558076Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-11-23T00:59:33.5562622Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-11-23T00:59:33.5565203Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-11-23T00:59:33.5568262Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-11-23T00:59:33.5570711Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-11-23T00:59:33.5573383Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-11-23T00:59:33.5575300Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-11-23T00:59:33.5578263Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-11-23T00:59:33.5581894Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-11-23T00:59:33.5583539Z adding 'torch/include/ATen/functorch/Macros.h' 2022-11-23T00:59:33.5585622Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-11-23T00:59:33.5588025Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-11-23T00:59:33.5589927Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-11-23T00:59:33.5592103Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-11-23T00:59:33.5593743Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-11-23T00:59:33.5597631Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-11-23T00:59:33.5600272Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-11-23T00:59:33.5603342Z adding 'torch/include/ATen/native/Activation.h' 2022-11-23T00:59:33.5605162Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-11-23T00:59:33.5608224Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-11-23T00:59:33.5610688Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-11-23T00:59:33.5613728Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-11-23T00:59:33.5616127Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-11-23T00:59:33.5618202Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-11-23T00:59:33.5619873Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-11-23T00:59:33.5622166Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-11-23T00:59:33.5624024Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-11-23T00:59:33.5626973Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-11-23T00:59:33.5631280Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-11-23T00:59:33.5633349Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-11-23T00:59:33.5635093Z adding 'torch/include/ATen/native/Copy.h' 2022-11-23T00:59:33.5636518Z adding 'torch/include/ATen/native/Cross.h' 2022-11-23T00:59:33.5639152Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-11-23T00:59:33.5642345Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-11-23T00:59:33.5644325Z adding 'torch/include/ATen/native/Distance.h' 2022-11-23T00:59:33.5648755Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-11-23T00:59:33.5655916Z adding 'torch/include/ATen/native/Distributions.h' 2022-11-23T00:59:33.5658521Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-11-23T00:59:33.5660159Z adding 'torch/include/ATen/native/Fill.h' 2022-11-23T00:59:33.5663111Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-11-23T00:59:33.5664944Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-11-23T00:59:33.5667912Z adding 'torch/include/ATen/native/GridSampler.h' 2022-11-23T00:59:33.5670375Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-11-23T00:59:33.5672118Z adding 'torch/include/ATen/native/Histogram.h' 2022-11-23T00:59:33.5673818Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-11-23T00:59:33.5676376Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-11-23T00:59:33.5678279Z adding 'torch/include/ATen/native/Lerp.h' 2022-11-23T00:59:33.5679889Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-11-23T00:59:33.5688297Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-11-23T00:59:33.5690711Z adding 'torch/include/ATen/native/LossMulti.h' 2022-11-23T00:59:33.5729417Z adding 'torch/include/ATen/native/Math.h' 2022-11-23T00:59:33.5734505Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-11-23T00:59:33.5737618Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-11-23T00:59:33.5739544Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-11-23T00:59:33.5741181Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-11-23T00:59:33.5743079Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-11-23T00:59:33.5744665Z adding 'torch/include/ATen/native/Normalization.h' 2022-11-23T00:59:33.5746224Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-11-23T00:59:33.5749673Z adding 'torch/include/ATen/native/Pool.h' 2022-11-23T00:59:33.5751789Z adding 'torch/include/ATen/native/Pow.h' 2022-11-23T00:59:33.5753729Z adding 'torch/include/ATen/native/RNN.h' 2022-11-23T00:59:33.5755394Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-11-23T00:59:33.5756972Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-11-23T00:59:33.5758638Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-11-23T00:59:33.5762721Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-11-23T00:59:33.5764952Z adding 'torch/include/ATen/native/Repeat.h' 2022-11-23T00:59:33.5768112Z adding 'torch/include/ATen/native/Resize.h' 2022-11-23T00:59:33.5770135Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-11-23T00:59:33.5772359Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-11-23T00:59:33.5774082Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-11-23T00:59:33.5777763Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-11-23T00:59:33.5780172Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-11-23T00:59:33.5781838Z adding 'torch/include/ATen/native/Sorting.h' 2022-11-23T00:59:33.5783684Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-11-23T00:59:33.5785890Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-11-23T00:59:33.5788588Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-11-23T00:59:33.5790597Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-11-23T00:59:33.5792964Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-11-23T00:59:33.5794768Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-11-23T00:59:33.5796421Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-11-23T00:59:33.5798450Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-11-23T00:59:33.5800683Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-11-23T00:59:33.5802347Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-11-23T00:59:33.5804446Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-11-23T00:59:33.5806301Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-11-23T00:59:33.5808493Z adding 'torch/include/ATen/native/TensorShape.h' 2022-11-23T00:59:33.5810403Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-11-23T00:59:33.5812475Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-11-23T00:59:33.5814375Z adding 'torch/include/ATen/native/TransposeType.h' 2022-11-23T00:59:33.5816432Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-11-23T00:59:33.5818393Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-11-23T00:59:33.5820541Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-11-23T00:59:33.5823472Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-11-23T00:59:33.5825492Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-11-23T00:59:33.5827819Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-11-23T00:59:33.5832670Z adding 'torch/include/ATen/native/UpSample.h' 2022-11-23T00:59:33.5835102Z adding 'torch/include/ATen/native/batch_norm.h' 2022-11-23T00:59:33.5836956Z adding 'torch/include/ATen/native/group_norm.h' 2022-11-23T00:59:33.5839395Z adding 'torch/include/ATen/native/im2col.h' 2022-11-23T00:59:33.5842179Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-11-23T00:59:33.5844563Z adding 'torch/include/ATen/native/layer_norm.h' 2022-11-23T00:59:33.5846505Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-11-23T00:59:33.5848533Z adding 'torch/include/ATen/native/vol2col.h' 2022-11-23T00:59:33.5851050Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-11-23T00:59:33.5852736Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-11-23T00:59:33.5854410Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-11-23T00:59:33.5856008Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-11-23T00:59:33.5857727Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-11-23T00:59:33.5861380Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-11-23T00:59:33.5863510Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-11-23T00:59:33.5865816Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-11-23T00:59:33.5867838Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-11-23T00:59:33.5870009Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-11-23T00:59:33.5874289Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-11-23T00:59:33.5876638Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-11-23T00:59:33.5879197Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-11-23T00:59:33.5882513Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-11-23T00:59:33.5885631Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-11-23T00:59:33.5887467Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-11-23T00:59:33.5889057Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-11-23T00:59:33.5890727Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-11-23T00:59:33.5895213Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-11-23T00:59:33.5897557Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-11-23T00:59:33.5900233Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-11-23T00:59:33.5902331Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-11-23T00:59:33.5904565Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-11-23T00:59:33.5907351Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-11-23T00:59:33.5909093Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-11-23T00:59:33.5912510Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-11-23T00:59:33.5915984Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-11-23T00:59:33.5917956Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-11-23T00:59:33.5919523Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-11-23T00:59:33.5925294Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-11-23T00:59:33.5927686Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-11-23T00:59:33.5929375Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-11-23T00:59:33.5935507Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-11-23T00:59:33.5937661Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-11-23T00:59:33.5939328Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-11-23T00:59:33.5942179Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-11-23T00:59:33.5945815Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-11-23T00:59:33.5947671Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-11-23T00:59:33.5949373Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-11-23T00:59:33.5952144Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-11-23T00:59:33.5954435Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-11-23T00:59:33.5956123Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-11-23T00:59:33.5959373Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-11-23T00:59:33.5988166Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-11-23T00:59:33.5994817Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-11-23T00:59:33.5996836Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-11-23T00:59:33.5999991Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-11-23T00:59:33.6015374Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-11-23T00:59:33.6021027Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-11-23T00:59:33.6023374Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-11-23T00:59:33.6027217Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-11-23T00:59:33.6029624Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-11-23T00:59:33.6042540Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-11-23T00:59:33.6045273Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-11-23T00:59:33.6047229Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-11-23T00:59:33.6048931Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-11-23T00:59:33.6053208Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-11-23T00:59:33.6055442Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-11-23T00:59:33.6056898Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-11-23T00:59:33.6059915Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-11-23T00:59:33.6061726Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-11-23T00:59:33.6064140Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-11-23T00:59:33.6068282Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-11-23T00:59:33.6073686Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-11-23T00:59:33.6075622Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-11-23T00:59:33.6077139Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-11-23T00:59:33.6078637Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-11-23T00:59:33.6082036Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-11-23T00:59:33.6084339Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-11-23T00:59:33.6086266Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-11-23T00:59:33.6087794Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-11-23T00:59:33.6090304Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-11-23T00:59:33.6093471Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-11-23T00:59:33.6096304Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-11-23T00:59:33.6102125Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-11-23T00:59:33.6104277Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-11-23T00:59:33.6107331Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-11-23T00:59:33.6109903Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-11-23T00:59:33.6111797Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-11-23T00:59:33.6113394Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-11-23T00:59:33.6114974Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-11-23T00:59:33.6116526Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-11-23T00:59:33.6118251Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-11-23T00:59:33.6120166Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-11-23T00:59:33.6121985Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-11-23T00:59:33.6125417Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-11-23T00:59:33.6130734Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-11-23T00:59:33.6134580Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-11-23T00:59:33.6137407Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-11-23T00:59:33.6139118Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-11-23T00:59:33.6142156Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-11-23T00:59:33.6146190Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-11-23T00:59:33.6149838Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-11-23T00:59:33.6151638Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-11-23T00:59:33.6153300Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-11-23T00:59:33.6154829Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-11-23T00:59:33.6214215Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-11-23T00:59:33.6216066Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-11-23T00:59:33.6217981Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6219711Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.6221435Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.6223177Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-11-23T00:59:33.6225005Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T00:59:33.6226897Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6228710Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T00:59:33.6230450Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T00:59:33.6232156Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-11-23T00:59:33.6233955Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-11-23T00:59:33.6235957Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-11-23T00:59:33.6237852Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-11-23T00:59:33.6239710Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6241443Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.6243158Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.6244787Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-11-23T00:59:33.6246696Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-11-23T00:59:33.6248690Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6250467Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T00:59:33.6252134Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T00:59:33.6253860Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-11-23T00:59:33.6255666Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-11-23T00:59:33.6257377Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-11-23T00:59:33.6259282Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6260861Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-11-23T00:59:33.6262520Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-11-23T00:59:33.6264386Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-11-23T00:59:33.6266272Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6268030Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-11-23T00:59:33.6269863Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-11-23T00:59:33.6271564Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-11-23T00:59:33.6273575Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-11-23T00:59:33.6275498Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-11-23T00:59:33.6277446Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.6279202Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-11-23T00:59:33.6280937Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-11-23T00:59:33.6282628Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-11-23T00:59:33.6284393Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-11-23T00:59:33.6286310Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-11-23T00:59:33.6288106Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-11-23T00:59:33.6289950Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-11-23T00:59:33.6291880Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6294211Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-11-23T00:59:33.6295259Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-11-23T00:59:33.6296938Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-11-23T00:59:33.6298820Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-11-23T00:59:33.6300591Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-11-23T00:59:33.6302391Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6304031Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-11-23T00:59:33.6305620Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-11-23T00:59:33.6307407Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-11-23T00:59:33.6309217Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-11-23T00:59:33.6311099Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6312761Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-11-23T00:59:33.6314330Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-11-23T00:59:33.6315956Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-11-23T00:59:33.6317922Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-11-23T00:59:33.6319628Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-11-23T00:59:33.6321305Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-11-23T00:59:33.6322926Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-11-23T00:59:33.6324543Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-11-23T00:59:33.6326390Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-11-23T00:59:33.6328556Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-11-23T00:59:33.6330763Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6332750Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-11-23T00:59:33.6334949Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-11-23T00:59:33.6336978Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-11-23T00:59:33.6339237Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6341348Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-11-23T00:59:33.6343290Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-11-23T00:59:33.6345193Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-11-23T00:59:33.6347124Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6349221Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-11-23T00:59:33.6350992Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-11-23T00:59:33.6352775Z adding 'torch/include/ATen/ops/_backward.h' 2022-11-23T00:59:33.6354702Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6356642Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-11-23T00:59:33.6358482Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-11-23T00:59:33.6360458Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-11-23T00:59:33.6362485Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-11-23T00:59:33.6364603Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6366664Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-11-23T00:59:33.6368803Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-11-23T00:59:33.6370647Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6372448Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-11-23T00:59:33.6374115Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-11-23T00:59:33.6375789Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-11-23T00:59:33.6378056Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6379339Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-11-23T00:59:33.6381357Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-11-23T00:59:33.6382922Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-11-23T00:59:33.6384555Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6385997Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-11-23T00:59:33.6387808Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-11-23T00:59:33.6389600Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-11-23T00:59:33.6391405Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6392975Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-11-23T00:59:33.6394988Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-11-23T00:59:33.6396624Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-11-23T00:59:33.6398449Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6399988Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-11-23T00:59:33.6401893Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-11-23T00:59:33.6403432Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-11-23T00:59:33.6405245Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6406824Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-11-23T00:59:33.6408616Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-11-23T00:59:33.6410442Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-11-23T00:59:33.6412035Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6413755Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-11-23T00:59:33.6415355Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-11-23T00:59:33.6416831Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-11-23T00:59:33.6418554Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6419870Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-11-23T00:59:33.6421534Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-11-23T00:59:33.6423123Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-11-23T00:59:33.6424811Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6426191Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-11-23T00:59:33.6427761Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-11-23T00:59:33.6429435Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-11-23T00:59:33.6431212Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6432767Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-11-23T00:59:33.6436756Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-11-23T00:59:33.6438651Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-11-23T00:59:33.6440519Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-11-23T00:59:33.6442293Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-11-23T00:59:33.6444175Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6445958Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-11-23T00:59:33.6447841Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-11-23T00:59:33.6449443Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-11-23T00:59:33.6451538Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-11-23T00:59:33.6453424Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-11-23T00:59:33.6455141Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6456794Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-11-23T00:59:33.6458486Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-11-23T00:59:33.6460107Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-11-23T00:59:33.6461914Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-11-23T00:59:33.6463622Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-11-23T00:59:33.6465432Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6467045Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-11-23T00:59:33.6468918Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-11-23T00:59:33.6470615Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-11-23T00:59:33.6472459Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6474024Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-11-23T00:59:33.6475819Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-11-23T00:59:33.6477553Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-11-23T00:59:33.6479416Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6481067Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-11-23T00:59:33.6482747Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-11-23T00:59:33.6484551Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-11-23T00:59:33.6486649Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-11-23T00:59:33.6488324Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-11-23T00:59:33.6490140Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-11-23T00:59:33.6491932Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-11-23T00:59:33.6493597Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-11-23T00:59:33.6495161Z adding 'torch/include/ATen/ops/_conj.h' 2022-11-23T00:59:33.6497037Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6498685Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-11-23T00:59:33.6500443Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6502109Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.6503639Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-11-23T00:59:33.6505349Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-11-23T00:59:33.6507021Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-11-23T00:59:33.6508728Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-11-23T00:59:33.6510551Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-11-23T00:59:33.6512370Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6513926Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-11-23T00:59:33.6515740Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-11-23T00:59:33.6517731Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-11-23T00:59:33.6519759Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-11-23T00:59:33.6521488Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-11-23T00:59:33.6523381Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-11-23T00:59:33.6525369Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-11-23T00:59:33.6527927Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.6528965Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-11-23T00:59:33.6530953Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-11-23T00:59:33.6532251Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-11-23T00:59:33.6533848Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-11-23T00:59:33.6535388Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-11-23T00:59:33.6537190Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-11-23T00:59:33.6538912Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-11-23T00:59:33.6540743Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.6542278Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-11-23T00:59:33.6543943Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-11-23T00:59:33.6545468Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-11-23T00:59:33.6547141Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-11-23T00:59:33.6548824Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-11-23T00:59:33.6550634Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-11-23T00:59:33.6552768Z adding 'torch/include/ATen/ops/_convolution.h' 2022-11-23T00:59:33.6554949Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6556642Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6558481Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-11-23T00:59:33.6560405Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6561964Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-11-23T00:59:33.6563731Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-11-23T00:59:33.6565438Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-11-23T00:59:33.6567290Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6569074Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-11-23T00:59:33.6570599Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-11-23T00:59:33.6572447Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-11-23T00:59:33.6574268Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-11-23T00:59:33.6576048Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-11-23T00:59:33.6577678Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-11-23T00:59:33.6579424Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6580863Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-11-23T00:59:33.6582598Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-11-23T00:59:33.6584278Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6585800Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-11-23T00:59:33.6587496Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-11-23T00:59:33.6589457Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-11-23T00:59:33.6591364Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-11-23T00:59:33.6593219Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6594818Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-11-23T00:59:33.6596478Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-11-23T00:59:33.6598150Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-11-23T00:59:33.6600080Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-11-23T00:59:33.6601922Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6603536Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-11-23T00:59:33.6605231Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-11-23T00:59:33.6607167Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-11-23T00:59:33.6609026Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-11-23T00:59:33.6610999Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-11-23T00:59:33.6612928Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6614492Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T00:59:33.6616011Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-11-23T00:59:33.6617866Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-11-23T00:59:33.6619692Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-11-23T00:59:33.6621538Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6623144Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-11-23T00:59:33.6624777Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-11-23T00:59:33.6626733Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-11-23T00:59:33.6629148Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-11-23T00:59:33.6632061Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-11-23T00:59:33.6634381Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6636641Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-11-23T00:59:33.6638231Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-11-23T00:59:33.6640096Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-11-23T00:59:33.6642264Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6643900Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-11-23T00:59:33.6646264Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-11-23T00:59:33.6648393Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6650082Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-11-23T00:59:33.6651982Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-11-23T00:59:33.6653901Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T00:59:33.6655448Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-11-23T00:59:33.6657613Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-11-23T00:59:33.6659543Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-11-23T00:59:33.6661336Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6662731Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-11-23T00:59:33.6664384Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-11-23T00:59:33.6665877Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-11-23T00:59:33.6667600Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6669204Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-11-23T00:59:33.6671017Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-11-23T00:59:33.6672519Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-11-23T00:59:33.6674205Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6676159Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-11-23T00:59:33.6677562Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-11-23T00:59:33.6678911Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-11-23T00:59:33.6680746Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6682116Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-11-23T00:59:33.6684056Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-11-23T00:59:33.6685605Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-11-23T00:59:33.6687423Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-11-23T00:59:33.6689270Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-11-23T00:59:33.6690809Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-11-23T00:59:33.6692410Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-11-23T00:59:33.6693935Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-11-23T00:59:33.6695606Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-11-23T00:59:33.6697275Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-11-23T00:59:33.6698850Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-11-23T00:59:33.6700663Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-11-23T00:59:33.6702218Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-11-23T00:59:33.6703894Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6705328Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-11-23T00:59:33.6706856Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-11-23T00:59:33.6708484Z adding 'torch/include/ATen/ops/_dimI.h' 2022-11-23T00:59:33.6709990Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-11-23T00:59:33.6711635Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-11-23T00:59:33.6713142Z adding 'torch/include/ATen/ops/_dimV.h' 2022-11-23T00:59:33.6714616Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-11-23T00:59:33.6716170Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-11-23T00:59:33.6717722Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-11-23T00:59:33.6719373Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6720854Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-11-23T00:59:33.6722426Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-11-23T00:59:33.6724159Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-11-23T00:59:33.6726139Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6727833Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-11-23T00:59:33.6729344Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-11-23T00:59:33.6730920Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-11-23T00:59:33.6732661Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-11-23T00:59:33.6734369Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2022-11-23T00:59:33.6735975Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T00:59:33.6737438Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2022-11-23T00:59:33.6739111Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2022-11-23T00:59:33.6740808Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2022-11-23T00:59:33.6742526Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2022-11-23T00:59:33.6744094Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2022-11-23T00:59:33.6745765Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2022-11-23T00:59:33.6747543Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-11-23T00:59:33.6749335Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6751048Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-11-23T00:59:33.6752678Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-11-23T00:59:33.6754245Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-11-23T00:59:33.6755916Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-11-23T00:59:33.6757743Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-11-23T00:59:33.6759651Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-11-23T00:59:33.6761658Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6763277Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-11-23T00:59:33.6765029Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-11-23T00:59:33.6767039Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6768669Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-11-23T00:59:33.6770255Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-11-23T00:59:33.6772229Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-11-23T00:59:33.6774223Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6775954Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-11-23T00:59:33.6777550Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-11-23T00:59:33.6779131Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-11-23T00:59:33.6780838Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-11-23T00:59:33.6782605Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-11-23T00:59:33.6784389Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6786016Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-11-23T00:59:33.6787586Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-11-23T00:59:33.6789484Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-11-23T00:59:33.6791211Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-11-23T00:59:33.6792957Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-11-23T00:59:33.6794772Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-11-23T00:59:33.6796537Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-11-23T00:59:33.6798389Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6799821Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-11-23T00:59:33.6801366Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-11-23T00:59:33.6802847Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-11-23T00:59:33.6804604Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-11-23T00:59:33.6806477Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-11-23T00:59:33.6808190Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.6809626Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-11-23T00:59:33.6811324Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-11-23T00:59:33.6813045Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-11-23T00:59:33.6814780Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6816372Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-11-23T00:59:33.6817950Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-11-23T00:59:33.6819641Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-11-23T00:59:33.6821718Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-11-23T00:59:33.6823846Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6825641Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-11-23T00:59:33.6827194Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-11-23T00:59:33.6828989Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-11-23T00:59:33.6830692Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-11-23T00:59:33.6832328Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6833753Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-11-23T00:59:33.6835374Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-11-23T00:59:33.6837867Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-11-23T00:59:33.6839764Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-11-23T00:59:33.6841536Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-11-23T00:59:33.6843209Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-11-23T00:59:33.6844786Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-11-23T00:59:33.6847014Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-11-23T00:59:33.6849625Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6851280Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-11-23T00:59:33.6852842Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-11-23T00:59:33.6854317Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-11-23T00:59:33.6855791Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-11-23T00:59:33.6857305Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-11-23T00:59:33.6858833Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-11-23T00:59:33.6860429Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-11-23T00:59:33.6862044Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-11-23T00:59:33.6863943Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-11-23T00:59:33.6865211Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-11-23T00:59:33.6866985Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6868427Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-11-23T00:59:33.6870162Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-11-23T00:59:33.6871943Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-11-23T00:59:33.6873577Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-11-23T00:59:33.6875349Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-11-23T00:59:33.6877096Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6878585Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-11-23T00:59:33.6880252Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-11-23T00:59:33.6881773Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-11-23T00:59:33.6883445Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-11-23T00:59:33.6885175Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-11-23T00:59:33.6887008Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-11-23T00:59:33.6888986Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-11-23T00:59:33.6890546Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-11-23T00:59:33.6892306Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-11-23T00:59:33.6893889Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-11-23T00:59:33.6895617Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-11-23T00:59:33.6897345Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-11-23T00:59:33.6899058Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-11-23T00:59:33.6900739Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-11-23T00:59:33.6902554Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-11-23T00:59:33.6904316Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-11-23T00:59:33.6906090Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-11-23T00:59:33.6907769Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-11-23T00:59:33.6909757Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-11-23T00:59:33.6911640Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2022-11-23T00:59:33.6913502Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2022-11-23T00:59:33.6915191Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2022-11-23T00:59:33.6917103Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2022-11-23T00:59:33.6918850Z adding 'torch/include/ATen/ops/_foobar.h' 2022-11-23T00:59:33.6920722Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6922385Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-11-23T00:59:33.6923884Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-11-23T00:59:33.6925633Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-11-23T00:59:33.6927516Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-11-23T00:59:33.6929195Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6930782Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-11-23T00:59:33.6932311Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-11-23T00:59:33.6933993Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-11-23T00:59:33.6935593Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-11-23T00:59:33.6937279Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-11-23T00:59:33.6938984Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6940563Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-11-23T00:59:33.6942115Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-11-23T00:59:33.6943687Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-11-23T00:59:33.6945388Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-11-23T00:59:33.6947251Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-11-23T00:59:33.6949135Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6950860Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-11-23T00:59:33.6952489Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-11-23T00:59:33.6954213Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-11-23T00:59:33.6956257Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-11-23T00:59:33.6958380Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-11-23T00:59:33.6960256Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6961922Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-11-23T00:59:33.6963672Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-11-23T00:59:33.6965388Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-11-23T00:59:33.6967630Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-11-23T00:59:33.6970006Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-11-23T00:59:33.6971958Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6973626Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-11-23T00:59:33.6975351Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-11-23T00:59:33.6977844Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-11-23T00:59:33.6979338Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-11-23T00:59:33.6981250Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-11-23T00:59:33.6983143Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6984908Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-11-23T00:59:33.6986523Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-11-23T00:59:33.6988268Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-11-23T00:59:33.6990096Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-11-23T00:59:33.6991913Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-11-23T00:59:33.6993818Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.6995362Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-11-23T00:59:33.6997059Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-11-23T00:59:33.6998491Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-11-23T00:59:33.7000203Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-11-23T00:59:33.7001878Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-11-23T00:59:33.7003871Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7005520Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-11-23T00:59:33.7007279Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-11-23T00:59:33.7009110Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-11-23T00:59:33.7011031Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-11-23T00:59:33.7012700Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-11-23T00:59:33.7014682Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7016239Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-11-23T00:59:33.7018022Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-11-23T00:59:33.7019567Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-11-23T00:59:33.7021407Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-11-23T00:59:33.7023138Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-11-23T00:59:33.7024979Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7026574Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-11-23T00:59:33.7028342Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-11-23T00:59:33.7029973Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-11-23T00:59:33.7031883Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-11-23T00:59:33.7033841Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-11-23T00:59:33.7035798Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7037449Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-11-23T00:59:33.7039210Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-11-23T00:59:33.7040983Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-11-23T00:59:33.7043257Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-11-23T00:59:33.7045143Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-11-23T00:59:33.7047037Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7048889Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-11-23T00:59:33.7050608Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-11-23T00:59:33.7052246Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-11-23T00:59:33.7054103Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-11-23T00:59:33.7055840Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-11-23T00:59:33.7057723Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7059355Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-11-23T00:59:33.7061066Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-11-23T00:59:33.7062694Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-11-23T00:59:33.7064548Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-11-23T00:59:33.7066305Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-11-23T00:59:33.7068249Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7069862Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-11-23T00:59:33.7071627Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-11-23T00:59:33.7073289Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-11-23T00:59:33.7075214Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-11-23T00:59:33.7076851Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-11-23T00:59:33.7078689Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7080300Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-11-23T00:59:33.7081934Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-11-23T00:59:33.7083400Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-11-23T00:59:33.7085167Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-11-23T00:59:33.7086963Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-11-23T00:59:33.7088666Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7090248Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-11-23T00:59:33.7091908Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-11-23T00:59:33.7093458Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-11-23T00:59:33.7095105Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-11-23T00:59:33.7096797Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-11-23T00:59:33.7098511Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7099973Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-11-23T00:59:33.7101563Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-11-23T00:59:33.7103036Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-11-23T00:59:33.7104702Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-11-23T00:59:33.7106311Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-11-23T00:59:33.7108034Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7109586Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-11-23T00:59:33.7111267Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-11-23T00:59:33.7112746Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-11-23T00:59:33.7114409Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-11-23T00:59:33.7116005Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-11-23T00:59:33.7117650Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-11-23T00:59:33.7119300Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7120828Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-11-23T00:59:33.7122385Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-11-23T00:59:33.7123917Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-11-23T00:59:33.7125579Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-11-23T00:59:33.7127430Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-11-23T00:59:33.7129023Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7130590Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-11-23T00:59:33.7132103Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-11-23T00:59:33.7133634Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-11-23T00:59:33.7135249Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-11-23T00:59:33.7136950Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-11-23T00:59:33.7138860Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7140517Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-11-23T00:59:33.7142129Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-11-23T00:59:33.7143493Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-11-23T00:59:33.7145135Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-11-23T00:59:33.7146816Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7148398Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-11-23T00:59:33.7149996Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-11-23T00:59:33.7151534Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-11-23T00:59:33.7153139Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-11-23T00:59:33.7154799Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-11-23T00:59:33.7156479Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7158118Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-11-23T00:59:33.7159566Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-11-23T00:59:33.7161200Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-11-23T00:59:33.7163003Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-11-23T00:59:33.7164678Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-11-23T00:59:33.7166476Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7168408Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-11-23T00:59:33.7169917Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-11-23T00:59:33.7171557Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-11-23T00:59:33.7173303Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-11-23T00:59:33.7175358Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-11-23T00:59:33.7177324Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7179095Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-11-23T00:59:33.7180818Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-11-23T00:59:33.7182610Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-11-23T00:59:33.7184754Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-11-23T00:59:33.7186698Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-11-23T00:59:33.7188610Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7190362Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-11-23T00:59:33.7192075Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-11-23T00:59:33.7193736Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-11-23T00:59:33.7195520Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-11-23T00:59:33.7197333Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-11-23T00:59:33.7199212Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7200916Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-11-23T00:59:33.7202636Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-11-23T00:59:33.7204356Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-11-23T00:59:33.7206267Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-11-23T00:59:33.7208273Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-11-23T00:59:33.7210125Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7211952Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-11-23T00:59:33.7213609Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-11-23T00:59:33.7215306Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-11-23T00:59:33.7217123Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-11-23T00:59:33.7218917Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-11-23T00:59:33.7220782Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7222618Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-11-23T00:59:33.7224443Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-11-23T00:59:33.7226050Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-11-23T00:59:33.7228002Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-11-23T00:59:33.7230071Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-11-23T00:59:33.7231961Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7233680Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-11-23T00:59:33.7235558Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-11-23T00:59:33.7238042Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-11-23T00:59:33.7240098Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-11-23T00:59:33.7241957Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-11-23T00:59:33.7243869Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7245738Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-11-23T00:59:33.7247646Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-11-23T00:59:33.7249381Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-11-23T00:59:33.7251342Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-11-23T00:59:33.7253670Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-11-23T00:59:33.7258526Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7260161Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-11-23T00:59:33.7261946Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-11-23T00:59:33.7263746Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-11-23T00:59:33.7265737Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-11-23T00:59:33.7267609Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-11-23T00:59:33.7269680Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7271452Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-11-23T00:59:33.7273265Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-11-23T00:59:33.7275042Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-11-23T00:59:33.7276960Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-11-23T00:59:33.7279054Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-11-23T00:59:33.7281097Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7282988Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-11-23T00:59:33.7284862Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-11-23T00:59:33.7286972Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-11-23T00:59:33.7289334Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-11-23T00:59:33.7291445Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-11-23T00:59:33.7293282Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7295070Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-11-23T00:59:33.7296817Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-11-23T00:59:33.7298562Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-11-23T00:59:33.7300444Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-11-23T00:59:33.7302334Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-11-23T00:59:33.7304211Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7306009Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-11-23T00:59:33.7307770Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-11-23T00:59:33.7309692Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-11-23T00:59:33.7311604Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-11-23T00:59:33.7313494Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-11-23T00:59:33.7315571Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7317344Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-11-23T00:59:33.7319174Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-11-23T00:59:33.7320995Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-11-23T00:59:33.7322977Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-11-23T00:59:33.7324914Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-11-23T00:59:33.7326986Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7328770Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-11-23T00:59:33.7330538Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-11-23T00:59:33.7332313Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-11-23T00:59:33.7334213Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-11-23T00:59:33.7336347Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-11-23T00:59:33.7338470Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7340316Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-11-23T00:59:33.7342165Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-11-23T00:59:33.7344399Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-11-23T00:59:33.7346485Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-11-23T00:59:33.7348483Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7350297Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-11-23T00:59:33.7352159Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-11-23T00:59:33.7354112Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-11-23T00:59:33.7356337Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-11-23T00:59:33.7358479Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7360370Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-11-23T00:59:33.7362192Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-11-23T00:59:33.7364151Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-11-23T00:59:33.7366609Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-11-23T00:59:33.7368928Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2022-11-23T00:59:33.7370789Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2022-11-23T00:59:33.7372651Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2022-11-23T00:59:33.7374446Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2022-11-23T00:59:33.7376248Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2022-11-23T00:59:33.7378181Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2022-11-23T00:59:33.7379942Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-11-23T00:59:33.7381794Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7383542Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-11-23T00:59:33.7385470Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7387393Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7389157Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-11-23T00:59:33.7391106Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-11-23T00:59:33.7392848Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-11-23T00:59:33.7394859Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-11-23T00:59:33.7396776Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-11-23T00:59:33.7398723Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7400392Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-11-23T00:59:33.7402276Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-11-23T00:59:33.7404176Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-11-23T00:59:33.7406262Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-11-23T00:59:33.7408325Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7410091Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-11-23T00:59:33.7412002Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-11-23T00:59:33.7413994Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7415729Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-11-23T00:59:33.7417739Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-11-23T00:59:33.7419573Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-11-23T00:59:33.7421496Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7423232Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-11-23T00:59:33.7425187Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-11-23T00:59:33.7426890Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-11-23T00:59:33.7428833Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7430569Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-11-23T00:59:33.7432450Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-11-23T00:59:33.7434364Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-11-23T00:59:33.7436369Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7438205Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-11-23T00:59:33.7440045Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-11-23T00:59:33.7442015Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-11-23T00:59:33.7444030Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-11-23T00:59:33.7446356Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7448031Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-11-23T00:59:33.7449838Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-11-23T00:59:33.7451746Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-11-23T00:59:33.7453651Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-11-23T00:59:33.7455582Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7457323Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-11-23T00:59:33.7459055Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-11-23T00:59:33.7460940Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-11-23T00:59:33.7462859Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-11-23T00:59:33.7464849Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7466589Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-11-23T00:59:33.7468429Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-11-23T00:59:33.7470286Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-11-23T00:59:33.7472095Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-11-23T00:59:33.7473988Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-11-23T00:59:33.7475692Z adding 'torch/include/ATen/ops/_indices.h' 2022-11-23T00:59:33.7477464Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-11-23T00:59:33.7479331Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7481261Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7482687Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-11-23T00:59:33.7484592Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-11-23T00:59:33.7486482Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-11-23T00:59:33.7488359Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-11-23T00:59:33.7490134Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-11-23T00:59:33.7492005Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7493620Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-11-23T00:59:33.7495574Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-11-23T00:59:33.7497319Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-11-23T00:59:33.7499237Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7500949Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-11-23T00:59:33.7502742Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-11-23T00:59:33.7504640Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-11-23T00:59:33.7506570Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7508311Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-11-23T00:59:33.7510296Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-11-23T00:59:33.7511975Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-11-23T00:59:33.7513826Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-11-23T00:59:33.7515578Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-11-23T00:59:33.7517569Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-11-23T00:59:33.7519457Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-11-23T00:59:33.7521442Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7523221Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-11-23T00:59:33.7525086Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-11-23T00:59:33.7526902Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-11-23T00:59:33.7529053Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-11-23T00:59:33.7530867Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-11-23T00:59:33.7532763Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-11-23T00:59:33.7534706Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-11-23T00:59:33.7536634Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7538464Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-11-23T00:59:33.7540267Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-11-23T00:59:33.7541943Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-11-23T00:59:33.7543705Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-11-23T00:59:33.7545395Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-11-23T00:59:33.7547285Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-11-23T00:59:33.7549286Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-11-23T00:59:33.7551342Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7553011Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-11-23T00:59:33.7554828Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-11-23T00:59:33.7556554Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-11-23T00:59:33.7558359Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-11-23T00:59:33.7560094Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-11-23T00:59:33.7562087Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-11-23T00:59:33.7563881Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-11-23T00:59:33.7565886Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7567917Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-11-23T00:59:33.7569663Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-11-23T00:59:33.7571369Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-11-23T00:59:33.7573215Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-11-23T00:59:33.7574876Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-11-23T00:59:33.7576745Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-11-23T00:59:33.7578543Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-11-23T00:59:33.7580329Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-11-23T00:59:33.7582078Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-11-23T00:59:33.7583759Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-11-23T00:59:33.7585748Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-11-23T00:59:33.7587620Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-11-23T00:59:33.7589509Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-11-23T00:59:33.7591555Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7593276Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-11-23T00:59:33.7595224Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-11-23T00:59:33.7596986Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-11-23T00:59:33.7598866Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-11-23T00:59:33.7600639Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-11-23T00:59:33.7602599Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-11-23T00:59:33.7604789Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7606662Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-11-23T00:59:33.7608323Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-11-23T00:59:33.7610057Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-11-23T00:59:33.7611892Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-11-23T00:59:33.7613617Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-11-23T00:59:33.7615539Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-11-23T00:59:33.7617366Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-11-23T00:59:33.7619209Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-11-23T00:59:33.7620995Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-11-23T00:59:33.7622742Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-11-23T00:59:33.7624695Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-11-23T00:59:33.7626732Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-11-23T00:59:33.7628828Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7630585Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-11-23T00:59:33.7632671Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-11-23T00:59:33.7634588Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-11-23T00:59:33.7636509Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7638243Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-11-23T00:59:33.7640109Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-11-23T00:59:33.7641889Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-11-23T00:59:33.7643808Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7645579Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-11-23T00:59:33.7647698Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7649585Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7651217Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-11-23T00:59:33.7653214Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-11-23T00:59:33.7654946Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-11-23T00:59:33.7656802Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-11-23T00:59:33.7658717Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-11-23T00:59:33.7660680Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7662413Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-11-23T00:59:33.7664246Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-11-23T00:59:33.7666005Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-11-23T00:59:33.7668011Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-11-23T00:59:33.7670126Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-11-23T00:59:33.7672005Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7674519Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-11-23T00:59:33.7676406Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-11-23T00:59:33.7678221Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-11-23T00:59:33.7695397Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-11-23T00:59:33.7695999Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-11-23T00:59:33.7696318Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7696622Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-11-23T00:59:33.7696795Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-11-23T00:59:33.7696996Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-11-23T00:59:33.7697193Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-11-23T00:59:33.7697374Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-11-23T00:59:33.7697761Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7698015Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-11-23T00:59:33.7698506Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-11-23T00:59:33.7700071Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-11-23T00:59:33.7701801Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-11-23T00:59:33.7703621Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7705208Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-11-23T00:59:33.7706873Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-11-23T00:59:33.7708517Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-11-23T00:59:33.7710405Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-11-23T00:59:33.7712088Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-11-23T00:59:33.7713928Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7715647Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-11-23T00:59:33.7717146Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-11-23T00:59:33.7718736Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-11-23T00:59:33.7720747Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7722358Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-11-23T00:59:33.7723852Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-11-23T00:59:33.7725744Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-11-23T00:59:33.7727474Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-11-23T00:59:33.7729264Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7730939Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-11-23T00:59:33.7732674Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-11-23T00:59:33.7734799Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-11-23T00:59:33.7736554Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7737987Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-11-23T00:59:33.7739814Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-11-23T00:59:33.7741402Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-11-23T00:59:33.7743041Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7744721Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-11-23T00:59:33.7746329Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-11-23T00:59:33.7748622Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-11-23T00:59:33.7750964Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7752674Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-11-23T00:59:33.7754469Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-11-23T00:59:33.7756207Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-11-23T00:59:33.7758340Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-11-23T00:59:33.7760153Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-11-23T00:59:33.7762063Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7763740Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-11-23T00:59:33.7765325Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-11-23T00:59:33.7767280Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-11-23T00:59:33.7769060Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-11-23T00:59:33.7770618Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-11-23T00:59:33.7772284Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7773967Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-11-23T00:59:33.7775698Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7777305Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7778746Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-11-23T00:59:33.7780358Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-11-23T00:59:33.7781895Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-11-23T00:59:33.7783471Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-11-23T00:59:33.7785426Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-11-23T00:59:33.7787152Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-11-23T00:59:33.7788980Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7790447Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-11-23T00:59:33.7792140Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-11-23T00:59:33.7793816Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7795414Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-11-23T00:59:33.7796975Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-11-23T00:59:33.7798558Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-11-23T00:59:33.7800569Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-11-23T00:59:33.7802150Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-11-23T00:59:33.7803709Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-11-23T00:59:33.7805428Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-11-23T00:59:33.7807348Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-11-23T00:59:33.7808730Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-11-23T00:59:33.7810339Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-11-23T00:59:33.7812672Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-11-23T00:59:33.7813660Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7815675Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-11-23T00:59:33.7817393Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-11-23T00:59:33.7819098Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-11-23T00:59:33.7820847Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-11-23T00:59:33.7822602Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-11-23T00:59:33.7824384Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-11-23T00:59:33.7826118Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-11-23T00:59:33.7827857Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-11-23T00:59:33.7829755Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-11-23T00:59:33.7831735Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2022-11-23T00:59:33.7833704Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7835449Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2022-11-23T00:59:33.7837386Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2022-11-23T00:59:33.7839188Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-11-23T00:59:33.7840839Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-11-23T00:59:33.7842607Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-11-23T00:59:33.7844364Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-11-23T00:59:33.7846388Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7848333Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-11-23T00:59:33.7850129Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-11-23T00:59:33.7852164Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-11-23T00:59:33.7853686Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-11-23T00:59:33.7855398Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-11-23T00:59:33.7857113Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-11-23T00:59:33.7858955Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7860598Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-11-23T00:59:33.7862421Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-11-23T00:59:33.7864197Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-11-23T00:59:33.7866080Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-11-23T00:59:33.7868030Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7870000Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7871648Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-11-23T00:59:33.7873576Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-11-23T00:59:33.7875423Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-11-23T00:59:33.7877201Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-11-23T00:59:33.7878944Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-11-23T00:59:33.7880787Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-11-23T00:59:33.7882679Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-11-23T00:59:33.7884654Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7886543Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-11-23T00:59:33.7888310Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-11-23T00:59:33.7890088Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-11-23T00:59:33.7891565Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7892907Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-11-23T00:59:33.7894429Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-11-23T00:59:33.7896302Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-11-23T00:59:33.7898170Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7899815Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-11-23T00:59:33.7901487Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-11-23T00:59:33.7903012Z adding 'torch/include/ATen/ops/_nnz.h' 2022-11-23T00:59:33.7904496Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-11-23T00:59:33.7906134Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-11-23T00:59:33.7907763Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-11-23T00:59:33.7909621Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-11-23T00:59:33.7911361Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7912869Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-11-23T00:59:33.7914481Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-11-23T00:59:33.7916195Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7917650Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-11-23T00:59:33.7919398Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-11-23T00:59:33.7921077Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-11-23T00:59:33.7922812Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7924254Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-11-23T00:59:33.7925872Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-11-23T00:59:33.7927683Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-11-23T00:59:33.7929466Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7930944Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-11-23T00:59:33.7932576Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-11-23T00:59:33.7934195Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-11-23T00:59:33.7935899Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7937357Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-11-23T00:59:33.7939204Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-11-23T00:59:33.7940752Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-11-23T00:59:33.7942455Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7943993Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-11-23T00:59:33.7945596Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-11-23T00:59:33.7947183Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-11-23T00:59:33.7948987Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-11-23T00:59:33.7950662Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-11-23T00:59:33.7952406Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7953922Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-11-23T00:59:33.7955578Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-11-23T00:59:33.7957166Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-11-23T00:59:33.7958811Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-11-23T00:59:33.7960432Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-11-23T00:59:33.7962292Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7963804Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-11-23T00:59:33.7965357Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-11-23T00:59:33.7967168Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-11-23T00:59:33.7968768Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-11-23T00:59:33.7970403Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.7971956Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-11-23T00:59:33.7973545Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-11-23T00:59:33.7975313Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-11-23T00:59:33.7977159Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-11-23T00:59:33.7979092Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7980869Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.7982327Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-11-23T00:59:33.7984048Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-11-23T00:59:33.7985872Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-11-23T00:59:33.7987444Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-11-23T00:59:33.7989055Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-11-23T00:59:33.7990841Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-11-23T00:59:33.7992990Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-11-23T00:59:33.7994447Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2022-11-23T00:59:33.7996642Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.7997751Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2022-11-23T00:59:33.7999408Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2022-11-23T00:59:33.8000971Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-11-23T00:59:33.8002888Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8004227Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-11-23T00:59:33.8005823Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-11-23T00:59:33.8007909Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-11-23T00:59:33.8009673Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8011205Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-11-23T00:59:33.8012650Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-11-23T00:59:33.8014622Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-11-23T00:59:33.8016100Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-11-23T00:59:33.8017758Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8019292Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-11-23T00:59:33.8020696Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-11-23T00:59:33.8022216Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-11-23T00:59:33.8023993Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8025557Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-11-23T00:59:33.8027227Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-11-23T00:59:33.8028849Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-11-23T00:59:33.8030624Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-11-23T00:59:33.8032279Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-11-23T00:59:33.8033980Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8035583Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-11-23T00:59:33.8037177Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-11-23T00:59:33.8038940Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-11-23T00:59:33.8040829Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8042335Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2022-11-23T00:59:33.8043999Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8045543Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2022-11-23T00:59:33.8047321Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2022-11-23T00:59:33.8048943Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-11-23T00:59:33.8050668Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-11-23T00:59:33.8052377Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2022-11-23T00:59:33.8053998Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2022-11-23T00:59:33.8055704Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8057240Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2022-11-23T00:59:33.8058961Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2022-11-23T00:59:33.8060597Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2022-11-23T00:59:33.8062170Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2022-11-23T00:59:33.8063910Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2022-11-23T00:59:33.8065593Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2022-11-23T00:59:33.8067235Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2022-11-23T00:59:33.8069649Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2022-11-23T00:59:33.8071470Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2022-11-23T00:59:33.8073279Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-11-23T00:59:33.8075083Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8076766Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-11-23T00:59:33.8078396Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8080052Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-11-23T00:59:33.8081827Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-11-23T00:59:33.8083518Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-11-23T00:59:33.8085171Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8086765Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-11-23T00:59:33.8088421Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-11-23T00:59:33.8090323Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-11-23T00:59:33.8092279Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8094443Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.8096164Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8097612Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-11-23T00:59:33.8099404Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-11-23T00:59:33.8101019Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-11-23T00:59:33.8102644Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-11-23T00:59:33.8104223Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-11-23T00:59:33.8105519Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-11-23T00:59:33.8107102Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-11-23T00:59:33.8108771Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-11-23T00:59:33.8110455Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8111923Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-11-23T00:59:33.8113578Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-11-23T00:59:33.8115222Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-11-23T00:59:33.8116919Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8118254Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-11-23T00:59:33.8119797Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-11-23T00:59:33.8121543Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-11-23T00:59:33.8123077Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8124502Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-11-23T00:59:33.8126247Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-11-23T00:59:33.8127726Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-11-23T00:59:33.8129321Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8130755Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-11-23T00:59:33.8132325Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-11-23T00:59:33.8133869Z adding 'torch/include/ATen/ops/_softmax.h' 2022-11-23T00:59:33.8135468Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-11-23T00:59:33.8137247Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8138674Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-11-23T00:59:33.8140263Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-11-23T00:59:33.8141759Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-11-23T00:59:33.8143366Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-11-23T00:59:33.8144852Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-11-23T00:59:33.8146522Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-11-23T00:59:33.8148257Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8149713Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-11-23T00:59:33.8151271Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-11-23T00:59:33.8152786Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-11-23T00:59:33.8154295Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-11-23T00:59:33.8155904Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-11-23T00:59:33.8157661Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-11-23T00:59:33.8159182Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-11-23T00:59:33.8160783Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8162241Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-11-23T00:59:33.8163809Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-11-23T00:59:33.8165511Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-11-23T00:59:33.8167360Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-11-23T00:59:33.8169035Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8170552Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8171925Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-11-23T00:59:33.8173239Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-11-23T00:59:33.8174652Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-11-23T00:59:33.8176091Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-11-23T00:59:33.8177735Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-11-23T00:59:33.8179466Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8180804Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-11-23T00:59:33.8182395Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-11-23T00:59:33.8184116Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-11-23T00:59:33.8185907Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8187465Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-11-23T00:59:33.8189379Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-11-23T00:59:33.8191210Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-11-23T00:59:33.8193081Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8194527Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-11-23T00:59:33.8196218Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-11-23T00:59:33.8198094Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-11-23T00:59:33.8200166Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8201580Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-11-23T00:59:33.8203455Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-11-23T00:59:33.8205177Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-11-23T00:59:33.8207577Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-11-23T00:59:33.8209575Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8211273Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-11-23T00:59:33.8212859Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-11-23T00:59:33.8214947Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-11-23T00:59:33.8216808Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8218223Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-11-23T00:59:33.8219903Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-11-23T00:59:33.8221728Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-11-23T00:59:33.8223445Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-11-23T00:59:33.8225244Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8226862Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-11-23T00:59:33.8228624Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-11-23T00:59:33.8230311Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-11-23T00:59:33.8231975Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8233451Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-11-23T00:59:33.8235396Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-11-23T00:59:33.8236838Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-11-23T00:59:33.8238501Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8239994Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-11-23T00:59:33.8241877Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-11-23T00:59:33.8243548Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-11-23T00:59:33.8245896Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8247506Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-11-23T00:59:33.8249282Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-11-23T00:59:33.8251212Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-11-23T00:59:33.8253774Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-11-23T00:59:33.8255254Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8256683Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-11-23T00:59:33.8258317Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-11-23T00:59:33.8260117Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8261642Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8263218Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-11-23T00:59:33.8265049Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-11-23T00:59:33.8266753Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-11-23T00:59:33.8268501Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8270098Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-11-23T00:59:33.8271772Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-11-23T00:59:33.8273437Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-11-23T00:59:33.8275116Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8276624Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-11-23T00:59:33.8278233Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-11-23T00:59:33.8279978Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-11-23T00:59:33.8281659Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-11-23T00:59:33.8283598Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8285179Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-11-23T00:59:33.8287170Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-11-23T00:59:33.8288861Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8290587Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8292146Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-11-23T00:59:33.8294050Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-11-23T00:59:33.8295839Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-11-23T00:59:33.8297680Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8299245Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-11-23T00:59:33.8301088Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-11-23T00:59:33.8302842Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-11-23T00:59:33.8304587Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-11-23T00:59:33.8306316Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8307854Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-11-23T00:59:33.8309626Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-11-23T00:59:33.8311436Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8313044Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8314710Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-11-23T00:59:33.8316419Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-11-23T00:59:33.8318189Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-11-23T00:59:33.8319933Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8321540Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-11-23T00:59:33.8323050Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-11-23T00:59:33.8324909Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-11-23T00:59:33.8326598Z adding 'torch/include/ATen/ops/_stack.h' 2022-11-23T00:59:33.8328576Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8330190Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-11-23T00:59:33.8331797Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-11-23T00:59:33.8333465Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-11-23T00:59:33.8335162Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-11-23T00:59:33.8336855Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8338477Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-11-23T00:59:33.8340046Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-11-23T00:59:33.8341677Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-11-23T00:59:33.8343350Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8344913Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-11-23T00:59:33.8346439Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-11-23T00:59:33.8348027Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-11-23T00:59:33.8349792Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-11-23T00:59:33.8351506Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-11-23T00:59:33.8353206Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-11-23T00:59:33.8354889Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-11-23T00:59:33.8356637Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8358199Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-11-23T00:59:33.8359763Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-11-23T00:59:33.8361342Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-11-23T00:59:33.8363068Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-11-23T00:59:33.8364783Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-11-23T00:59:33.8366664Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8368286Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-11-23T00:59:33.8369899Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-11-23T00:59:33.8371622Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-11-23T00:59:33.8373281Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8374932Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8376403Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-11-23T00:59:33.8378196Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-11-23T00:59:33.8379763Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-11-23T00:59:33.8381487Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8382964Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-11-23T00:59:33.8384745Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8386423Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8387809Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-11-23T00:59:33.8389575Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-11-23T00:59:33.8391204Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-11-23T00:59:33.8392795Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-11-23T00:59:33.8394449Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-11-23T00:59:33.8396142Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8397741Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-11-23T00:59:33.8399266Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-11-23T00:59:33.8400991Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-11-23T00:59:33.8402657Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-11-23T00:59:33.8404437Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8406190Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-11-23T00:59:33.8407958Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-11-23T00:59:33.8409448Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-11-23T00:59:33.8411267Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-11-23T00:59:33.8413231Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8414742Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-11-23T00:59:33.8416267Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-11-23T00:59:33.8418015Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-11-23T00:59:33.8419645Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-11-23T00:59:33.8421380Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8422887Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-11-23T00:59:33.8424588Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-11-23T00:59:33.8426195Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-11-23T00:59:33.8427950Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8429610Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-11-23T00:59:33.8431313Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-11-23T00:59:33.8432992Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-11-23T00:59:33.8434696Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8436235Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-11-23T00:59:33.8437948Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-11-23T00:59:33.8439644Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-11-23T00:59:33.8441478Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8443079Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-11-23T00:59:33.8444891Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-11-23T00:59:33.8446689Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-11-23T00:59:33.8448606Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8450162Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-11-23T00:59:33.8452032Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-11-23T00:59:33.8453698Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-11-23T00:59:33.8456317Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-11-23T00:59:33.8458215Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8459876Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8461475Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-11-23T00:59:33.8463866Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-11-23T00:59:33.8465595Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8467216Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-11-23T00:59:33.8469741Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-11-23T00:59:33.8472040Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-11-23T00:59:33.8472887Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-11-23T00:59:33.8474904Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-11-23T00:59:33.8476778Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8478600Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-11-23T00:59:33.8480480Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8482466Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-11-23T00:59:33.8483747Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-11-23T00:59:33.8485730Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-11-23T00:59:33.8487676Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-11-23T00:59:33.8489441Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-11-23T00:59:33.8491058Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8492688Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-11-23T00:59:33.8494488Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-11-23T00:59:33.8496227Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-11-23T00:59:33.8498054Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-11-23T00:59:33.8499894Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8501416Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-11-23T00:59:33.8503471Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-11-23T00:59:33.8505151Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-11-23T00:59:33.8506681Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8508178Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-11-23T00:59:33.8509635Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-11-23T00:59:33.8511881Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-11-23T00:59:33.8513395Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8514692Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-11-23T00:59:33.8516498Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-11-23T00:59:33.8518281Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-11-23T00:59:33.8519933Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8521568Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-11-23T00:59:33.8523146Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-11-23T00:59:33.8524745Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-11-23T00:59:33.8526834Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-11-23T00:59:33.8528859Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-11-23T00:59:33.8531085Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8532771Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-11-23T00:59:33.8534577Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-11-23T00:59:33.8536423Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-11-23T00:59:33.8538588Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-11-23T00:59:33.8540840Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-11-23T00:59:33.8542888Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8544746Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-11-23T00:59:33.8546494Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-11-23T00:59:33.8548383Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-11-23T00:59:33.8550482Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-11-23T00:59:33.8552469Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-11-23T00:59:33.8554361Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8556229Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8557801Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-11-23T00:59:33.8559752Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-11-23T00:59:33.8561711Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-11-23T00:59:33.8563655Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8565350Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-11-23T00:59:33.8567275Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-11-23T00:59:33.8569913Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-11-23T00:59:33.8571492Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-11-23T00:59:33.8573243Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8574674Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-11-23T00:59:33.8576235Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-11-23T00:59:33.8577980Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-11-23T00:59:33.8579602Z adding 'torch/include/ATen/ops/_unique.h' 2022-11-23T00:59:33.8581384Z adding 'torch/include/ATen/ops/_unique2.h' 2022-11-23T00:59:33.8583187Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8584737Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-11-23T00:59:33.8586276Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-11-23T00:59:33.8587856Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-11-23T00:59:33.8589679Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-11-23T00:59:33.8591535Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8593090Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-11-23T00:59:33.8594731Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-11-23T00:59:33.8596244Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-11-23T00:59:33.8598032Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-11-23T00:59:33.8599627Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-11-23T00:59:33.8601434Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8602825Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-11-23T00:59:33.8604490Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-11-23T00:59:33.8606404Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-11-23T00:59:33.8608451Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8609864Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-11-23T00:59:33.8611630Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-11-23T00:59:33.8613529Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-11-23T00:59:33.8615871Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-11-23T00:59:33.8617937Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8619779Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-11-23T00:59:33.8621652Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8623429Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-11-23T00:59:33.8625306Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-11-23T00:59:33.8627115Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-11-23T00:59:33.8629110Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-11-23T00:59:33.8631156Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8632864Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8634716Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-11-23T00:59:33.8636531Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-11-23T00:59:33.8638295Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-11-23T00:59:33.8640109Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-11-23T00:59:33.8641922Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-11-23T00:59:33.8643897Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-11-23T00:59:33.8646273Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-11-23T00:59:33.8648605Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-11-23T00:59:33.8650742Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8652451Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-11-23T00:59:33.8654397Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8656119Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-11-23T00:59:33.8658018Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-11-23T00:59:33.8659748Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-11-23T00:59:33.8661673Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-11-23T00:59:33.8663547Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8665268Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8667058Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-11-23T00:59:33.8668965Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-11-23T00:59:33.8670764Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-11-23T00:59:33.8672533Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-11-23T00:59:33.8674272Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-11-23T00:59:33.8676409Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-11-23T00:59:33.8678801Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-11-23T00:59:33.8680922Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-11-23T00:59:33.8682799Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8684637Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.8686499Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8688296Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-11-23T00:59:33.8690392Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-11-23T00:59:33.8692189Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-11-23T00:59:33.8694100Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-11-23T00:59:33.8696084Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8697471Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8699308Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-11-23T00:59:33.8701119Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-11-23T00:59:33.8702817Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-11-23T00:59:33.8704678Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-11-23T00:59:33.8706428Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-11-23T00:59:33.8708374Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-11-23T00:59:33.8710570Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-11-23T00:59:33.8713117Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-11-23T00:59:33.8715583Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8717291Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.8719169Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8720960Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-11-23T00:59:33.8722675Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-11-23T00:59:33.8724497Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-11-23T00:59:33.8726710Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-11-23T00:59:33.8728707Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8730427Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8732201Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-11-23T00:59:33.8734034Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-11-23T00:59:33.8735704Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-11-23T00:59:33.8737555Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-11-23T00:59:33.8739346Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-11-23T00:59:33.8741251Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-11-23T00:59:33.8743480Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-11-23T00:59:33.8745833Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-11-23T00:59:33.8748037Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8749843Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.8751844Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8753510Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-11-23T00:59:33.8755313Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-11-23T00:59:33.8757063Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-11-23T00:59:33.8759058Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-11-23T00:59:33.8761015Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8762460Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8764308Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-11-23T00:59:33.8766272Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-11-23T00:59:33.8768395Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-11-23T00:59:33.8769729Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-11-23T00:59:33.8771611Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-11-23T00:59:33.8773595Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-11-23T00:59:33.8775317Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-11-23T00:59:33.8777110Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T00:59:33.8778793Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-11-23T00:59:33.8780660Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-11-23T00:59:33.8782520Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-11-23T00:59:33.8784208Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8785709Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-11-23T00:59:33.8787411Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T00:59:33.8789182Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-11-23T00:59:33.8791002Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-11-23T00:59:33.8792693Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-11-23T00:59:33.8794284Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-11-23T00:59:33.8796058Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-11-23T00:59:33.8797708Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-11-23T00:59:33.8799644Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8801021Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-11-23T00:59:33.8802907Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-11-23T00:59:33.8804620Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-11-23T00:59:33.8806671Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8808312Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-11-23T00:59:33.8810010Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-11-23T00:59:33.8811574Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-11-23T00:59:33.8813384Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8814671Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-11-23T00:59:33.8816431Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-11-23T00:59:33.8817968Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-11-23T00:59:33.8819865Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8821005Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-11-23T00:59:33.8822731Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-11-23T00:59:33.8824262Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-11-23T00:59:33.8825991Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8827208Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-11-23T00:59:33.8829070Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-11-23T00:59:33.8830645Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-11-23T00:59:33.8832437Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8833660Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-11-23T00:59:33.8835388Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-11-23T00:59:33.8836626Z adding 'torch/include/ATen/ops/_values.h' 2022-11-23T00:59:33.8838435Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-11-23T00:59:33.8840259Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8841611Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8842863Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-11-23T00:59:33.8844677Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-11-23T00:59:33.8846336Z adding 'torch/include/ATen/ops/_values_native.h' 2022-11-23T00:59:33.8848020Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-11-23T00:59:33.8849861Z adding 'torch/include/ATen/ops/_version.h' 2022-11-23T00:59:33.8851829Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8853562Z adding 'torch/include/ATen/ops/_version_native.h' 2022-11-23T00:59:33.8855464Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-11-23T00:59:33.8857601Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-11-23T00:59:33.8859522Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8861364Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-11-23T00:59:33.8863397Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8865572Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-11-23T00:59:33.8867352Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-11-23T00:59:33.8869160Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-11-23T00:59:33.8871190Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-11-23T00:59:33.8874155Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8876128Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-11-23T00:59:33.8878121Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8879923Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-11-23T00:59:33.8882046Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-11-23T00:59:33.8884109Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8886109Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-11-23T00:59:33.8887980Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-11-23T00:59:33.8890029Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-11-23T00:59:33.8892068Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-11-23T00:59:33.8893959Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-11-23T00:59:33.8895801Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-11-23T00:59:33.8897665Z adding 'torch/include/ATen/ops/abs.h' 2022-11-23T00:59:33.8899681Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.8901518Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-11-23T00:59:33.8903404Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-11-23T00:59:33.8905235Z adding 'torch/include/ATen/ops/abs_native.h' 2022-11-23T00:59:33.8907273Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-11-23T00:59:33.8909305Z adding 'torch/include/ATen/ops/absolute.h' 2022-11-23T00:59:33.8911354Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8913134Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-11-23T00:59:33.8915207Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-11-23T00:59:33.8917095Z adding 'torch/include/ATen/ops/acos.h' 2022-11-23T00:59:33.8919092Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8921038Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-11-23T00:59:33.8922834Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-11-23T00:59:33.8924674Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-11-23T00:59:33.8926931Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-11-23T00:59:33.8928830Z adding 'torch/include/ATen/ops/acos_native.h' 2022-11-23T00:59:33.8930833Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-11-23T00:59:33.8932757Z adding 'torch/include/ATen/ops/acosh.h' 2022-11-23T00:59:33.8934760Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.8936656Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-11-23T00:59:33.8938372Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-11-23T00:59:33.8940318Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-11-23T00:59:33.8942120Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-11-23T00:59:33.8943844Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-11-23T00:59:33.8945795Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-11-23T00:59:33.8947744Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-11-23T00:59:33.8949798Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8951571Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-11-23T00:59:33.8953443Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-11-23T00:59:33.8955873Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-11-23T00:59:33.8957882Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8959677Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T00:59:33.8961797Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T00:59:33.8963500Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-11-23T00:59:33.8965436Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-11-23T00:59:33.8967722Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-11-23T00:59:33.8969662Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-11-23T00:59:33.8971588Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.8973287Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.8975309Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-11-23T00:59:33.8977206Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-11-23T00:59:33.8979058Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8980999Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T00:59:33.8983194Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T00:59:33.8984944Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-11-23T00:59:33.8986974Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-11-23T00:59:33.8989035Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-11-23T00:59:33.8991103Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.8992949Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-11-23T00:59:33.8995017Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-11-23T00:59:33.8997140Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-11-23T00:59:33.8999325Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-11-23T00:59:33.9001671Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9003604Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.9005844Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.9007892Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-11-23T00:59:33.9010244Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-11-23T00:59:33.9012194Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-11-23T00:59:33.9014031Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-11-23T00:59:33.9016046Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9017966Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-11-23T00:59:33.9019818Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-11-23T00:59:33.9021704Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-11-23T00:59:33.9023598Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-11-23T00:59:33.9025503Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-11-23T00:59:33.9027603Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-11-23T00:59:33.9029680Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-11-23T00:59:33.9031693Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-11-23T00:59:33.9033828Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9035671Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.9037624Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.9039454Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-11-23T00:59:33.9041434Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-11-23T00:59:33.9043285Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-11-23T00:59:33.9045357Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-11-23T00:59:33.9047673Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9049279Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-11-23T00:59:33.9050886Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-11-23T00:59:33.9052386Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-11-23T00:59:33.9054033Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-11-23T00:59:33.9055614Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-11-23T00:59:33.9057405Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-11-23T00:59:33.9059296Z adding 'torch/include/ATen/ops/add.h' 2022-11-23T00:59:33.9061328Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9062932Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9064606Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-11-23T00:59:33.9066176Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-11-23T00:59:33.9067814Z adding 'torch/include/ATen/ops/add_meta.h' 2022-11-23T00:59:33.9069622Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-11-23T00:59:33.9071443Z adding 'torch/include/ATen/ops/add_native.h' 2022-11-23T00:59:33.9073520Z adding 'torch/include/ATen/ops/add_ops.h' 2022-11-23T00:59:33.9075384Z adding 'torch/include/ATen/ops/addbmm.h' 2022-11-23T00:59:33.9077170Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-11-23T00:59:33.9078930Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-11-23T00:59:33.9080607Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-11-23T00:59:33.9082189Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-11-23T00:59:33.9084027Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-11-23T00:59:33.9085876Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-11-23T00:59:33.9087940Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9089561Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-11-23T00:59:33.9091287Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-11-23T00:59:33.9092898Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-11-23T00:59:33.9094635Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-11-23T00:59:33.9096241Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-11-23T00:59:33.9098065Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-11-23T00:59:33.9099827Z adding 'torch/include/ATen/ops/addcmul.h' 2022-11-23T00:59:33.9101772Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9103366Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-11-23T00:59:33.9105890Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-11-23T00:59:33.9106853Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-11-23T00:59:33.9108627Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-11-23T00:59:33.9110207Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-11-23T00:59:33.9112083Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-11-23T00:59:33.9113860Z adding 'torch/include/ATen/ops/addmm.h' 2022-11-23T00:59:33.9115841Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9117510Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-11-23T00:59:33.9119282Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-11-23T00:59:33.9120980Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-11-23T00:59:33.9122729Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-11-23T00:59:33.9124461Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-11-23T00:59:33.9126528Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-11-23T00:59:33.9128608Z adding 'torch/include/ATen/ops/addmv.h' 2022-11-23T00:59:33.9130598Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9132301Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-11-23T00:59:33.9134079Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-11-23T00:59:33.9135741Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-11-23T00:59:33.9137570Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-11-23T00:59:33.9139171Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-11-23T00:59:33.9140979Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-11-23T00:59:33.9142585Z adding 'torch/include/ATen/ops/addr.h' 2022-11-23T00:59:33.9144362Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9145895Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-11-23T00:59:33.9147498Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-11-23T00:59:33.9149028Z adding 'torch/include/ATen/ops/addr_native.h' 2022-11-23T00:59:33.9150781Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-11-23T00:59:33.9152358Z adding 'torch/include/ATen/ops/adjoint.h' 2022-11-23T00:59:33.9154101Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9155339Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-11-23T00:59:33.9156963Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-11-23T00:59:33.9158541Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-11-23T00:59:33.9160130Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-11-23T00:59:33.9161834Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9163178Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-11-23T00:59:33.9164947Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-11-23T00:59:33.9166936Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9168464Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-11-23T00:59:33.9170285Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-11-23T00:59:33.9171926Z adding 'torch/include/ATen/ops/alias.h' 2022-11-23T00:59:33.9173672Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9175288Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-11-23T00:59:33.9177033Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9178766Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9180226Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-11-23T00:59:33.9181922Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-11-23T00:59:33.9183556Z adding 'torch/include/ATen/ops/alias_native.h' 2022-11-23T00:59:33.9185206Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-11-23T00:59:33.9186821Z adding 'torch/include/ATen/ops/align_as.h' 2022-11-23T00:59:33.9188595Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9190142Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-11-23T00:59:33.9191908Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-11-23T00:59:33.9193543Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-11-23T00:59:33.9195325Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9196815Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-11-23T00:59:33.9198526Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-11-23T00:59:33.9200132Z adding 'torch/include/ATen/ops/align_to.h' 2022-11-23T00:59:33.9201953Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9203522Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-11-23T00:59:33.9205194Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-11-23T00:59:33.9207170Z adding 'torch/include/ATen/ops/all.h' 2022-11-23T00:59:33.9209282Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9210955Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9212552Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-11-23T00:59:33.9214335Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-11-23T00:59:33.9216065Z adding 'torch/include/ATen/ops/all_meta.h' 2022-11-23T00:59:33.9217855Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-11-23T00:59:33.9219518Z adding 'torch/include/ATen/ops/all_native.h' 2022-11-23T00:59:33.9221511Z adding 'torch/include/ATen/ops/all_ops.h' 2022-11-23T00:59:33.9223522Z adding 'torch/include/ATen/ops/allclose.h' 2022-11-23T00:59:33.9225266Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9226850Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-11-23T00:59:33.9228795Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-11-23T00:59:33.9230604Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-11-23T00:59:33.9232687Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9234132Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-11-23T00:59:33.9235999Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-11-23T00:59:33.9237786Z adding 'torch/include/ATen/ops/amax.h' 2022-11-23T00:59:33.9239816Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9241430Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-11-23T00:59:33.9243288Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-11-23T00:59:33.9244974Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-11-23T00:59:33.9246984Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-11-23T00:59:33.9248698Z adding 'torch/include/ATen/ops/amax_native.h' 2022-11-23T00:59:33.9250614Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-11-23T00:59:33.9252398Z adding 'torch/include/ATen/ops/amin.h' 2022-11-23T00:59:33.9254469Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9256069Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-11-23T00:59:33.9257910Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-11-23T00:59:33.9259581Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-11-23T00:59:33.9261414Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-11-23T00:59:33.9263086Z adding 'torch/include/ATen/ops/amin_native.h' 2022-11-23T00:59:33.9264955Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-11-23T00:59:33.9266795Z adding 'torch/include/ATen/ops/aminmax.h' 2022-11-23T00:59:33.9269142Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9270595Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-11-23T00:59:33.9272448Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-11-23T00:59:33.9274104Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-11-23T00:59:33.9275991Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-11-23T00:59:33.9277657Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-11-23T00:59:33.9279570Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-11-23T00:59:33.9281318Z adding 'torch/include/ATen/ops/and.h' 2022-11-23T00:59:33.9283296Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9284858Z adding 'torch/include/ATen/ops/and_native.h' 2022-11-23T00:59:33.9286883Z adding 'torch/include/ATen/ops/and_ops.h' 2022-11-23T00:59:33.9288918Z adding 'torch/include/ATen/ops/angle.h' 2022-11-23T00:59:33.9290793Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-11-23T00:59:33.9292530Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-11-23T00:59:33.9294230Z adding 'torch/include/ATen/ops/angle_native.h' 2022-11-23T00:59:33.9305799Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-11-23T00:59:33.9308819Z adding 'torch/include/ATen/ops/any.h' 2022-11-23T00:59:33.9309940Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9311851Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9313396Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-11-23T00:59:33.9315143Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-11-23T00:59:33.9316957Z adding 'torch/include/ATen/ops/any_meta.h' 2022-11-23T00:59:33.9318750Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-11-23T00:59:33.9320528Z adding 'torch/include/ATen/ops/any_native.h' 2022-11-23T00:59:33.9322269Z adding 'torch/include/ATen/ops/any_ops.h' 2022-11-23T00:59:33.9324619Z adding 'torch/include/ATen/ops/arange.h' 2022-11-23T00:59:33.9326639Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9328268Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-11-23T00:59:33.9330089Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-11-23T00:59:33.9331907Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-11-23T00:59:33.9333677Z adding 'torch/include/ATen/ops/arange_native.h' 2022-11-23T00:59:33.9335487Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-11-23T00:59:33.9337230Z adding 'torch/include/ATen/ops/arccos.h' 2022-11-23T00:59:33.9339174Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9340481Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-11-23T00:59:33.9342346Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-11-23T00:59:33.9343856Z adding 'torch/include/ATen/ops/arccosh.h' 2022-11-23T00:59:33.9346316Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9347319Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-11-23T00:59:33.9349261Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-11-23T00:59:33.9351105Z adding 'torch/include/ATen/ops/arcsin.h' 2022-11-23T00:59:33.9353122Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9354806Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-11-23T00:59:33.9356650Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-11-23T00:59:33.9358539Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-11-23T00:59:33.9360514Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9362287Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-11-23T00:59:33.9364012Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-11-23T00:59:33.9365851Z adding 'torch/include/ATen/ops/arctan.h' 2022-11-23T00:59:33.9367838Z adding 'torch/include/ATen/ops/arctan2.h' 2022-11-23T00:59:33.9369867Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9371532Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-11-23T00:59:33.9373377Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-11-23T00:59:33.9375313Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9377463Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-11-23T00:59:33.9379219Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-11-23T00:59:33.9380823Z adding 'torch/include/ATen/ops/arctanh.h' 2022-11-23T00:59:33.9382569Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9384153Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-11-23T00:59:33.9385878Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-11-23T00:59:33.9388346Z adding 'torch/include/ATen/ops/argmax.h' 2022-11-23T00:59:33.9389573Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9391370Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-11-23T00:59:33.9392931Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-11-23T00:59:33.9394533Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-11-23T00:59:33.9396214Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-11-23T00:59:33.9397870Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-11-23T00:59:33.9399827Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-11-23T00:59:33.9401529Z adding 'torch/include/ATen/ops/argmin.h' 2022-11-23T00:59:33.9403169Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9404582Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-11-23T00:59:33.9406294Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-11-23T00:59:33.9407838Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-11-23T00:59:33.9409525Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-11-23T00:59:33.9411080Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-11-23T00:59:33.9412738Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-11-23T00:59:33.9414485Z adding 'torch/include/ATen/ops/argsort.h' 2022-11-23T00:59:33.9416230Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9417892Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9419373Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-11-23T00:59:33.9420940Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-11-23T00:59:33.9422367Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-11-23T00:59:33.9424192Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-11-23T00:59:33.9425930Z adding 'torch/include/ATen/ops/argwhere.h' 2022-11-23T00:59:33.9427436Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9428862Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-11-23T00:59:33.9430525Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-11-23T00:59:33.9432275Z adding 'torch/include/ATen/ops/as_strided.h' 2022-11-23T00:59:33.9434152Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9435948Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-11-23T00:59:33.9437897Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9439571Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9441002Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-11-23T00:59:33.9442740Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-11-23T00:59:33.9444442Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-11-23T00:59:33.9446138Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-11-23T00:59:33.9447962Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-11-23T00:59:33.9449545Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-11-23T00:59:33.9451182Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-11-23T00:59:33.9453257Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-11-23T00:59:33.9455107Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9456699Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-11-23T00:59:33.9458458Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-11-23T00:59:33.9460062Z adding 'torch/include/ATen/ops/asin.h' 2022-11-23T00:59:33.9461873Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9463370Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-11-23T00:59:33.9464986Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-11-23T00:59:33.9466470Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-11-23T00:59:33.9468144Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-11-23T00:59:33.9469678Z adding 'torch/include/ATen/ops/asin_native.h' 2022-11-23T00:59:33.9471396Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-11-23T00:59:33.9473000Z adding 'torch/include/ATen/ops/asinh.h' 2022-11-23T00:59:33.9474769Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9476265Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-11-23T00:59:33.9477886Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-11-23T00:59:33.9479374Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-11-23T00:59:33.9480978Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-11-23T00:59:33.9482489Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-11-23T00:59:33.9484178Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-11-23T00:59:33.9485762Z adding 'torch/include/ATen/ops/atan.h' 2022-11-23T00:59:33.9487582Z adding 'torch/include/ATen/ops/atan2.h' 2022-11-23T00:59:33.9489378Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9490905Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-11-23T00:59:33.9492464Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-11-23T00:59:33.9494040Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-11-23T00:59:33.9495652Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-11-23T00:59:33.9497208Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-11-23T00:59:33.9498873Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-11-23T00:59:33.9500739Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9502129Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-11-23T00:59:33.9503812Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-11-23T00:59:33.9505319Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-11-23T00:59:33.9506827Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-11-23T00:59:33.9508439Z adding 'torch/include/ATen/ops/atan_native.h' 2022-11-23T00:59:33.9510135Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-11-23T00:59:33.9511700Z adding 'torch/include/ATen/ops/atanh.h' 2022-11-23T00:59:33.9513502Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9515008Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-11-23T00:59:33.9516654Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-11-23T00:59:33.9518086Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-11-23T00:59:33.9519702Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-11-23T00:59:33.9521203Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-11-23T00:59:33.9522861Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-11-23T00:59:33.9524399Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-11-23T00:59:33.9526251Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9527743Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-11-23T00:59:33.9529411Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-11-23T00:59:33.9531064Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-11-23T00:59:33.9532748Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9534283Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-11-23T00:59:33.9535916Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-11-23T00:59:33.9537595Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-11-23T00:59:33.9539327Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9540805Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-11-23T00:59:33.9542688Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-11-23T00:59:33.9544462Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-11-23T00:59:33.9546374Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9548060Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-11-23T00:59:33.9550017Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-11-23T00:59:33.9551986Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-11-23T00:59:33.9553982Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-11-23T00:59:33.9556111Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9557787Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.9559534Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.9561384Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-11-23T00:59:33.9562897Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-11-23T00:59:33.9564879Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-11-23T00:59:33.9566920Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-11-23T00:59:33.9568898Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9570579Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-11-23T00:59:33.9572417Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-11-23T00:59:33.9574436Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-11-23T00:59:33.9576303Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-11-23T00:59:33.9578142Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-11-23T00:59:33.9580087Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-11-23T00:59:33.9582095Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-11-23T00:59:33.9583823Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-11-23T00:59:33.9585789Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9587559Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:59:33.9589364Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:59:33.9591578Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-11-23T00:59:33.9593502Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-11-23T00:59:33.9595923Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-11-23T00:59:33.9598778Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-11-23T00:59:33.9600165Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9602669Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-11-23T00:59:33.9604846Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-11-23T00:59:33.9607160Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-11-23T00:59:33.9609731Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-11-23T00:59:33.9611867Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-11-23T00:59:33.9614340Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-11-23T00:59:33.9616495Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-11-23T00:59:33.9618908Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9620834Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-11-23T00:59:33.9623186Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-11-23T00:59:33.9625081Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-11-23T00:59:33.9627514Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-11-23T00:59:33.9629541Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-11-23T00:59:33.9632043Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-11-23T00:59:33.9634477Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-11-23T00:59:33.9636987Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9638857Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-11-23T00:59:33.9641557Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-11-23T00:59:33.9643678Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-11-23T00:59:33.9646206Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-11-23T00:59:33.9648408Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9650624Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-11-23T00:59:33.9652615Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-11-23T00:59:33.9655150Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-11-23T00:59:33.9657393Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-11-23T00:59:33.9659932Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9661881Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-11-23T00:59:33.9664201Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-11-23T00:59:33.9666613Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-11-23T00:59:33.9668884Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9671183Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-11-23T00:59:33.9673443Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-11-23T00:59:33.9675442Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-11-23T00:59:33.9677977Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-11-23T00:59:33.9680189Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-11-23T00:59:33.9682834Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9684595Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-11-23T00:59:33.9686925Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-11-23T00:59:33.9689317Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-11-23T00:59:33.9691694Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-11-23T00:59:33.9693904Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9695953Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-11-23T00:59:33.9698006Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-11-23T00:59:33.9700478Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-11-23T00:59:33.9701959Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-11-23T00:59:33.9703983Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-11-23T00:59:33.9705770Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-11-23T00:59:33.9707511Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9709179Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-11-23T00:59:33.9710809Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-11-23T00:59:33.9712543Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-11-23T00:59:33.9714320Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-11-23T00:59:33.9716097Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9717779Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-11-23T00:59:33.9719435Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-11-23T00:59:33.9721075Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-11-23T00:59:33.9722885Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-11-23T00:59:33.9724734Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-11-23T00:59:33.9726737Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9728452Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9917035Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-11-23T00:59:33.9918475Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-11-23T00:59:33.9920296Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-11-23T00:59:33.9921895Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-11-23T00:59:33.9924199Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-11-23T00:59:33.9926251Z adding 'torch/include/ATen/ops/bilinear.h' 2022-11-23T00:59:33.9928217Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9929927Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-11-23T00:59:33.9931808Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-11-23T00:59:33.9933969Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-11-23T00:59:33.9935684Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-11-23T00:59:33.9937459Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-11-23T00:59:33.9938987Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-11-23T00:59:33.9940549Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-11-23T00:59:33.9942705Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-11-23T00:59:33.9944413Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-11-23T00:59:33.9945945Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-11-23T00:59:33.9947619Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-11-23T00:59:33.9949414Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-11-23T00:59:33.9951132Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-11-23T00:59:33.9952971Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9954429Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-11-23T00:59:33.9956169Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-11-23T00:59:33.9957914Z adding 'torch/include/ATen/ops/bincount.h' 2022-11-23T00:59:33.9959592Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9961169Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-11-23T00:59:33.9962664Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-11-23T00:59:33.9964185Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-11-23T00:59:33.9965705Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-11-23T00:59:33.9967637Z adding 'torch/include/ATen/ops/binomial.h' 2022-11-23T00:59:33.9969308Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9970685Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-11-23T00:59:33.9972405Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-11-23T00:59:33.9973919Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-11-23T00:59:33.9975570Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-11-23T00:59:33.9977175Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-11-23T00:59:33.9978842Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9980412Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9981840Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:33.9983321Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-11-23T00:59:33.9984897Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-11-23T00:59:33.9986392Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-11-23T00:59:33.9988213Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-11-23T00:59:33.9990032Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-11-23T00:59:33.9992216Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-11-23T00:59:33.9994248Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-11-23T00:59:33.9996161Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:33.9998003Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:33.9999764Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-11-23T00:59:34.0001490Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-11-23T00:59:34.0003141Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-11-23T00:59:34.0004885Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-11-23T00:59:34.0006675Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-11-23T00:59:34.0008938Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-11-23T00:59:34.0010772Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-11-23T00:59:34.0012687Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0014434Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-11-23T00:59:34.0016370Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-11-23T00:59:34.0017876Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-11-23T00:59:34.0019528Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-11-23T00:59:34.0021216Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-11-23T00:59:34.0023173Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-11-23T00:59:34.0025152Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-11-23T00:59:34.0026980Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0028862Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0030559Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0032286Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-11-23T00:59:34.0034016Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-11-23T00:59:34.0035693Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-11-23T00:59:34.0037485Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-11-23T00:59:34.0039211Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-11-23T00:59:34.0041283Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-11-23T00:59:34.0043364Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-11-23T00:59:34.0045279Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0047199Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0048902Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-11-23T00:59:34.0050666Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-11-23T00:59:34.0052278Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-11-23T00:59:34.0054017Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-11-23T00:59:34.0055672Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-11-23T00:59:34.0057803Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-11-23T00:59:34.0059740Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-11-23T00:59:34.0061690Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0063468Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0065245Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0066932Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-11-23T00:59:34.0068780Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-11-23T00:59:34.0070494Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-11-23T00:59:34.0072293Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-11-23T00:59:34.0073994Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-11-23T00:59:34.0076190Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-11-23T00:59:34.0078267Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-11-23T00:59:34.0080303Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0081983Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-11-23T00:59:34.0084034Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-11-23T00:59:34.0085836Z adding 'torch/include/ATen/ops/block_diag.h' 2022-11-23T00:59:34.0087915Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0089588Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-11-23T00:59:34.0091417Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-11-23T00:59:34.0093093Z adding 'torch/include/ATen/ops/bmm.h' 2022-11-23T00:59:34.0095006Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0096630Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-11-23T00:59:34.0098424Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-11-23T00:59:34.0100043Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-11-23T00:59:34.0101869Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-11-23T00:59:34.0103540Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-11-23T00:59:34.0105468Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-11-23T00:59:34.0107299Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-11-23T00:59:34.0109120Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0110733Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-11-23T00:59:34.0112527Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-11-23T00:59:34.0114288Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-11-23T00:59:34.0116180Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0117783Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-11-23T00:59:34.0119663Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-11-23T00:59:34.0121509Z adding 'torch/include/ATen/ops/bucketize.h' 2022-11-23T00:59:34.0123515Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0125251Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-11-23T00:59:34.0127178Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-11-23T00:59:34.0128966Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-11-23T00:59:34.0130929Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-11-23T00:59:34.0132646Z adding 'torch/include/ATen/ops/can_cast.h' 2022-11-23T00:59:34.0134491Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0136081Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-11-23T00:59:34.0137836Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-11-23T00:59:34.0139496Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-11-23T00:59:34.0141517Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0142939Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-11-23T00:59:34.0144620Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-11-23T00:59:34.0146474Z adding 'torch/include/ATen/ops/cat.h' 2022-11-23T00:59:34.0148419Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0150332Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0152210Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-11-23T00:59:34.0154094Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-11-23T00:59:34.0156254Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-11-23T00:59:34.0158164Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-11-23T00:59:34.0159964Z adding 'torch/include/ATen/ops/cat_native.h' 2022-11-23T00:59:34.0161992Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-11-23T00:59:34.0163851Z adding 'torch/include/ATen/ops/cauchy.h' 2022-11-23T00:59:34.0166185Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0168063Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-11-23T00:59:34.0169683Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-11-23T00:59:34.0171428Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-11-23T00:59:34.0173287Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-11-23T00:59:34.0175226Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-11-23T00:59:34.0177032Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-11-23T00:59:34.0179013Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-11-23T00:59:34.0180925Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0182859Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0184413Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-11-23T00:59:34.0186263Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-11-23T00:59:34.0187952Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-11-23T00:59:34.0189909Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-11-23T00:59:34.0191637Z adding 'torch/include/ATen/ops/cdist.h' 2022-11-23T00:59:34.0193722Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0195515Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-11-23T00:59:34.0197318Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-11-23T00:59:34.0199025Z adding 'torch/include/ATen/ops/ceil.h' 2022-11-23T00:59:34.0201011Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0202666Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-11-23T00:59:34.0204426Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-11-23T00:59:34.0206244Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-11-23T00:59:34.0208136Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-11-23T00:59:34.0209883Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-11-23T00:59:34.0211800Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-11-23T00:59:34.0213675Z adding 'torch/include/ATen/ops/celu.h' 2022-11-23T00:59:34.0215617Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0217257Z adding 'torch/include/ATen/ops/celu_native.h' 2022-11-23T00:59:34.0219183Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-11-23T00:59:34.0220975Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-11-23T00:59:34.0222905Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0224555Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-11-23T00:59:34.0226405Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-11-23T00:59:34.0228208Z adding 'torch/include/ATen/ops/chalf.h' 2022-11-23T00:59:34.0230146Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0231813Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-11-23T00:59:34.0233653Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-11-23T00:59:34.0235480Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-11-23T00:59:34.0237387Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0239164Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-11-23T00:59:34.0240926Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-11-23T00:59:34.0242786Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-11-23T00:59:34.0244626Z adding 'torch/include/ATen/ops/cholesky.h' 2022-11-23T00:59:34.0246601Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-11-23T00:59:34.0248392Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-11-23T00:59:34.0250180Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-11-23T00:59:34.0251971Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-11-23T00:59:34.0253930Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-11-23T00:59:34.0255658Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-11-23T00:59:34.0257531Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-11-23T00:59:34.0259294Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-11-23T00:59:34.0261170Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-11-23T00:59:34.0262957Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-11-23T00:59:34.0264864Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0266533Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-11-23T00:59:34.0268456Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-11-23T00:59:34.0270614Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-11-23T00:59:34.0272532Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0274236Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-11-23T00:59:34.0276080Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-11-23T00:59:34.0277824Z adding 'torch/include/ATen/ops/chunk.h' 2022-11-23T00:59:34.0279720Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0281425Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-11-23T00:59:34.0283348Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-11-23T00:59:34.0285265Z adding 'torch/include/ATen/ops/clamp.h' 2022-11-23T00:59:34.0287447Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0289466Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-11-23T00:59:34.0291218Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-11-23T00:59:34.0293082Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-11-23T00:59:34.0295139Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0296886Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-11-23T00:59:34.0298838Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-11-23T00:59:34.0300741Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-11-23T00:59:34.0302810Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-11-23T00:59:34.0304470Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-11-23T00:59:34.0306520Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-11-23T00:59:34.0308301Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-11-23T00:59:34.0310198Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-11-23T00:59:34.0312087Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-11-23T00:59:34.0314285Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0315983Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-11-23T00:59:34.0317780Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-11-23T00:59:34.0319493Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-11-23T00:59:34.0321328Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-11-23T00:59:34.0323068Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-11-23T00:59:34.0325090Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-11-23T00:59:34.0327209Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-11-23T00:59:34.0330181Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-11-23T00:59:34.0332373Z adding 'torch/include/ATen/ops/clip.h' 2022-11-23T00:59:34.0334650Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0336373Z adding 'torch/include/ATen/ops/clip_native.h' 2022-11-23T00:59:34.0338608Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-11-23T00:59:34.0340464Z adding 'torch/include/ATen/ops/clone.h' 2022-11-23T00:59:34.0342454Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0344224Z adding 'torch/include/ATen/ops/clone_native.h' 2022-11-23T00:59:34.0346122Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-11-23T00:59:34.0347883Z adding 'torch/include/ATen/ops/coalesce.h' 2022-11-23T00:59:34.0349801Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0351438Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-11-23T00:59:34.0353264Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-11-23T00:59:34.0355306Z adding 'torch/include/ATen/ops/col2im.h' 2022-11-23T00:59:34.0357388Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-11-23T00:59:34.0359410Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-11-23T00:59:34.0361216Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-11-23T00:59:34.0363195Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-11-23T00:59:34.0364902Z adding 'torch/include/ATen/ops/col_indices.h' 2022-11-23T00:59:34.0366970Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-11-23T00:59:34.0368981Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0370887Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0372470Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-11-23T00:59:34.0374421Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-11-23T00:59:34.0376173Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-11-23T00:59:34.0378042Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-11-23T00:59:34.0379676Z adding 'torch/include/ATen/ops/column_stack.h' 2022-11-23T00:59:34.0381537Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0383240Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-11-23T00:59:34.0385080Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-11-23T00:59:34.0386858Z adding 'torch/include/ATen/ops/combinations.h' 2022-11-23T00:59:34.0388764Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0390543Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-11-23T00:59:34.0392407Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-11-23T00:59:34.0394207Z adding 'torch/include/ATen/ops/complex.h' 2022-11-23T00:59:34.0396066Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0397798Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-11-23T00:59:34.0399524Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-11-23T00:59:34.0401257Z adding 'torch/include/ATen/ops/complex_native.h' 2022-11-23T00:59:34.0403139Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-11-23T00:59:34.0405078Z adding 'torch/include/ATen/ops/concat.h' 2022-11-23T00:59:34.0407226Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0408904Z adding 'torch/include/ATen/ops/concat_native.h' 2022-11-23T00:59:34.0410869Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-11-23T00:59:34.0412908Z adding 'torch/include/ATen/ops/concatenate.h' 2022-11-23T00:59:34.0414803Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0416580Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-11-23T00:59:34.0418553Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-11-23T00:59:34.0420442Z adding 'torch/include/ATen/ops/conj.h' 2022-11-23T00:59:34.0422389Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0424063Z adding 'torch/include/ATen/ops/conj_native.h' 2022-11-23T00:59:34.0425904Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-11-23T00:59:34.0427681Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-11-23T00:59:34.0429797Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0431494Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0433225Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-11-23T00:59:34.0435026Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-11-23T00:59:34.0436730Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-11-23T00:59:34.0438727Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-11-23T00:59:34.0440751Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-11-23T00:59:34.0442805Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0444589Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-11-23T00:59:34.0446652Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-11-23T00:59:34.0448412Z adding 'torch/include/ATen/ops/contiguous.h' 2022-11-23T00:59:34.0450376Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0452196Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-11-23T00:59:34.0454204Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-11-23T00:59:34.0456037Z adding 'torch/include/ATen/ops/conv1d.h' 2022-11-23T00:59:34.0458043Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0459917Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-11-23T00:59:34.0461984Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-11-23T00:59:34.0463941Z adding 'torch/include/ATen/ops/conv2d.h' 2022-11-23T00:59:34.0466116Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0467852Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-11-23T00:59:34.0469963Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-11-23T00:59:34.0471923Z adding 'torch/include/ATen/ops/conv3d.h' 2022-11-23T00:59:34.0474021Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0475858Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-11-23T00:59:34.0477913Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-11-23T00:59:34.0480232Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-11-23T00:59:34.0482533Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0484487Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-11-23T00:59:34.0486487Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-11-23T00:59:34.0488915Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-11-23T00:59:34.0490743Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-11-23T00:59:34.0492567Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-11-23T00:59:34.0494473Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0496138Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-11-23T00:59:34.0497950Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-11-23T00:59:34.0499888Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0501545Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-11-23T00:59:34.0503392Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-11-23T00:59:34.0505251Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-11-23T00:59:34.0507202Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0509026Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-11-23T00:59:34.0510894Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-11-23T00:59:34.0512824Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-11-23T00:59:34.0514759Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0516429Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-11-23T00:59:34.0518262Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-11-23T00:59:34.0520139Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-11-23T00:59:34.0522077Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0523790Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-11-23T00:59:34.0525642Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-11-23T00:59:34.0528002Z adding 'torch/include/ATen/ops/convolution.h' 2022-11-23T00:59:34.0530565Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-11-23T00:59:34.0532953Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0534887Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-11-23T00:59:34.0536709Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-11-23T00:59:34.0538793Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-11-23T00:59:34.0540851Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-11-23T00:59:34.0542940Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0544772Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-11-23T00:59:34.0546682Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-11-23T00:59:34.0548700Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0550325Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-11-23T00:59:34.0552107Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-11-23T00:59:34.0554054Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-11-23T00:59:34.0555862Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0557528Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-11-23T00:59:34.0559352Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-11-23T00:59:34.0560889Z adding 'torch/include/ATen/ops/copy.h' 2022-11-23T00:59:34.0562809Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0564519Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0566288Z adding 'torch/include/ATen/ops/copy_native.h' 2022-11-23T00:59:34.0568005Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-11-23T00:59:34.0569714Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-11-23T00:59:34.0571608Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0573294Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-11-23T00:59:34.0574971Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-11-23T00:59:34.0576777Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-11-23T00:59:34.0578531Z adding 'torch/include/ATen/ops/copysign.h' 2022-11-23T00:59:34.0580374Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0582123Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0583808Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-11-23T00:59:34.0585521Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-11-23T00:59:34.0587021Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-11-23T00:59:34.0588904Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-11-23T00:59:34.0590447Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-11-23T00:59:34.0592340Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-11-23T00:59:34.0594241Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-11-23T00:59:34.0595903Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0597383Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-11-23T00:59:34.0599399Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-11-23T00:59:34.0601022Z adding 'torch/include/ATen/ops/cos.h' 2022-11-23T00:59:34.0603002Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0604463Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-11-23T00:59:34.0606310Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-11-23T00:59:34.0607840Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-11-23T00:59:34.0609457Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-11-23T00:59:34.0610859Z adding 'torch/include/ATen/ops/cos_native.h' 2022-11-23T00:59:34.0612573Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-11-23T00:59:34.0614193Z adding 'torch/include/ATen/ops/cosh.h' 2022-11-23T00:59:34.0615869Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0617177Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-11-23T00:59:34.0618734Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-11-23T00:59:34.0620114Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-11-23T00:59:34.0621570Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-11-23T00:59:34.0623003Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-11-23T00:59:34.0624616Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-11-23T00:59:34.0626176Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-11-23T00:59:34.0627800Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0629246Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-11-23T00:59:34.0630925Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-11-23T00:59:34.0632486Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-11-23T00:59:34.0634113Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0635750Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-11-23T00:59:34.0637274Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-11-23T00:59:34.0639093Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-11-23T00:59:34.0641054Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0642677Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-11-23T00:59:34.0644294Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-11-23T00:59:34.0646147Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-11-23T00:59:34.0648024Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-11-23T00:59:34.0649758Z adding 'torch/include/ATen/ops/cov.h' 2022-11-23T00:59:34.0653791Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0653943Z adding 'torch/include/ATen/ops/cov_native.h' 2022-11-23T00:59:34.0655437Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-11-23T00:59:34.0657554Z adding 'torch/include/ATen/ops/cross.h' 2022-11-23T00:59:34.0659296Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0661106Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-11-23T00:59:34.0663046Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0664556Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-11-23T00:59:34.0666280Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-11-23T00:59:34.0667892Z adding 'torch/include/ATen/ops/cross_native.h' 2022-11-23T00:59:34.0669809Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-11-23T00:59:34.0671378Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-11-23T00:59:34.0673023Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-11-23T00:59:34.0675250Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0676851Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0678150Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-11-23T00:59:34.0679883Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-11-23T00:59:34.0681492Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-11-23T00:59:34.0683101Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-11-23T00:59:34.0684779Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-11-23T00:59:34.0686689Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0688285Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-11-23T00:59:34.0690034Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-11-23T00:59:34.0691774Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-11-23T00:59:34.0693510Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-11-23T00:59:34.0695335Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0696862Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-11-23T00:59:34.0698429Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-11-23T00:59:34.0700096Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-11-23T00:59:34.0701860Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0703410Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-11-23T00:59:34.0704974Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-11-23T00:59:34.0706840Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-11-23T00:59:34.0708635Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-11-23T00:59:34.0710567Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-11-23T00:59:34.0712405Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0714096Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-11-23T00:59:34.0715694Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-11-23T00:59:34.0717598Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-11-23T00:59:34.0719481Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0721106Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-11-23T00:59:34.0722738Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-11-23T00:59:34.0724523Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-11-23T00:59:34.0726560Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-11-23T00:59:34.0728269Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-11-23T00:59:34.0730183Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0731800Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-11-23T00:59:34.0733558Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-11-23T00:59:34.0735353Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-11-23T00:59:34.0737224Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0738771Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-11-23T00:59:34.0740364Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-11-23T00:59:34.0742054Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-11-23T00:59:34.0743911Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-11-23T00:59:34.0745718Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0747998Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-11-23T00:59:34.0749805Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-11-23T00:59:34.0751558Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-11-23T00:59:34.0753345Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-11-23T00:59:34.0755175Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0756795Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-11-23T00:59:34.0758401Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-11-23T00:59:34.0760118Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-11-23T00:59:34.0761862Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-11-23T00:59:34.0763525Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-11-23T00:59:34.0765300Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0767072Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-11-23T00:59:34.0768764Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-11-23T00:59:34.0770433Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-11-23T00:59:34.0772166Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0773649Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-11-23T00:59:34.0775192Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-11-23T00:59:34.0776896Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-11-23T00:59:34.0778555Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-11-23T00:59:34.0780199Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0781785Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-11-23T00:59:34.0783286Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-11-23T00:59:34.0784951Z adding 'torch/include/ATen/ops/cummax.h' 2022-11-23T00:59:34.0786698Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0788467Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0790012Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-11-23T00:59:34.0791853Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-11-23T00:59:34.0793523Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-11-23T00:59:34.0795303Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0796745Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-11-23T00:59:34.0798409Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-11-23T00:59:34.0800062Z adding 'torch/include/ATen/ops/cummin.h' 2022-11-23T00:59:34.0801832Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0803475Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0804999Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-11-23T00:59:34.0806818Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-11-23T00:59:34.0808945Z adding 'torch/include/ATen/ops/cumprod.h' 2022-11-23T00:59:34.0810825Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-11-23T00:59:34.0812994Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0814533Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-11-23T00:59:34.0816088Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-11-23T00:59:34.0817851Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0819332Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0820989Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-11-23T00:59:34.0822750Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-11-23T00:59:34.0824383Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-11-23T00:59:34.0826071Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-11-23T00:59:34.0827943Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-11-23T00:59:34.0829908Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-11-23T00:59:34.0832257Z adding 'torch/include/ATen/ops/cumsum.h' 2022-11-23T00:59:34.0833945Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0835955Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0837181Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-11-23T00:59:34.0838899Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-11-23T00:59:34.0840605Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-11-23T00:59:34.0842241Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-11-23T00:59:34.0844047Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-11-23T00:59:34.0845850Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-11-23T00:59:34.0848018Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-11-23T00:59:34.0849735Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0851271Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-11-23T00:59:34.0852810Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-11-23T00:59:34.0854186Z adding 'torch/include/ATen/ops/data.h' 2022-11-23T00:59:34.0855868Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0857229Z adding 'torch/include/ATen/ops/data_native.h' 2022-11-23T00:59:34.0858779Z adding 'torch/include/ATen/ops/data_ops.h' 2022-11-23T00:59:34.0860309Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-11-23T00:59:34.0862122Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0863510Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-11-23T00:59:34.0865458Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-11-23T00:59:34.0866884Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-11-23T00:59:34.0868605Z adding 'torch/include/ATen/ops/dense_dim_cpu_dispatch.h' 2022-11-23T00:59:34.0870351Z adding 'torch/include/ATen/ops/dense_dim_cuda_dispatch.h' 2022-11-23T00:59:34.0871926Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-11-23T00:59:34.0873591Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-11-23T00:59:34.0875393Z adding 'torch/include/ATen/ops/dequantize.h' 2022-11-23T00:59:34.0877328Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0878905Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-11-23T00:59:34.0880542Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-11-23T00:59:34.0882203Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-11-23T00:59:34.0884097Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-11-23T00:59:34.0885743Z adding 'torch/include/ATen/ops/det.h' 2022-11-23T00:59:34.0887699Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0889203Z adding 'torch/include/ATen/ops/det_native.h' 2022-11-23T00:59:34.0890936Z adding 'torch/include/ATen/ops/det_ops.h' 2022-11-23T00:59:34.0892500Z adding 'torch/include/ATen/ops/detach.h' 2022-11-23T00:59:34.0894339Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0895915Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-11-23T00:59:34.0897841Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0899323Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0900865Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-11-23T00:59:34.0902595Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-11-23T00:59:34.0904115Z adding 'torch/include/ATen/ops/detach_native.h' 2022-11-23T00:59:34.0905692Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-11-23T00:59:34.0907532Z adding 'torch/include/ATen/ops/diag.h' 2022-11-23T00:59:34.0909358Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0911043Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-11-23T00:59:34.0912813Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0914578Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0916142Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-11-23T00:59:34.0917866Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-11-23T00:59:34.0919553Z adding 'torch/include/ATen/ops/diag_native.h' 2022-11-23T00:59:34.0921264Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-11-23T00:59:34.0922955Z adding 'torch/include/ATen/ops/diagflat.h' 2022-11-23T00:59:34.0924660Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0926376Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-11-23T00:59:34.0928036Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-11-23T00:59:34.0929755Z adding 'torch/include/ATen/ops/diagonal.h' 2022-11-23T00:59:34.0931656Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-11-23T00:59:34.0933655Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0935224Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-11-23T00:59:34.0937019Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-11-23T00:59:34.0938773Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0940465Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0942090Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-11-23T00:59:34.0944009Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0945653Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0947168Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-11-23T00:59:34.0948980Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-11-23T00:59:34.0950707Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-11-23T00:59:34.0952485Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-11-23T00:59:34.0954263Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-11-23T00:59:34.0956044Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0957630Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-11-23T00:59:34.0959426Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-11-23T00:59:34.0961214Z adding 'torch/include/ATen/ops/diff.h' 2022-11-23T00:59:34.0963008Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.0964533Z adding 'torch/include/ATen/ops/diff_native.h' 2022-11-23T00:59:34.0966668Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-11-23T00:59:34.0968481Z adding 'torch/include/ATen/ops/digamma.h' 2022-11-23T00:59:34.0970260Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0971780Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-11-23T00:59:34.0973501Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-11-23T00:59:34.0975137Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-11-23T00:59:34.0976774Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-11-23T00:59:34.0978411Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-11-23T00:59:34.0980158Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-11-23T00:59:34.0981875Z adding 'torch/include/ATen/ops/dist.h' 2022-11-23T00:59:34.0983668Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0985272Z adding 'torch/include/ATen/ops/dist_native.h' 2022-11-23T00:59:34.0987107Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-11-23T00:59:34.0988980Z adding 'torch/include/ATen/ops/div.h' 2022-11-23T00:59:34.0990911Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.0992975Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.0994509Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-11-23T00:59:34.0996245Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-11-23T00:59:34.0998193Z adding 'torch/include/ATen/ops/div_meta.h' 2022-11-23T00:59:34.0999884Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-11-23T00:59:34.1001753Z adding 'torch/include/ATen/ops/div_native.h' 2022-11-23T00:59:34.1004069Z adding 'torch/include/ATen/ops/div_ops.h' 2022-11-23T00:59:34.1006473Z adding 'torch/include/ATen/ops/divide.h' 2022-11-23T00:59:34.1008478Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1010148Z adding 'torch/include/ATen/ops/divide_native.h' 2022-11-23T00:59:34.1012307Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-11-23T00:59:34.1014238Z adding 'torch/include/ATen/ops/dot.h' 2022-11-23T00:59:34.1016086Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1017870Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-11-23T00:59:34.1019488Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-11-23T00:59:34.1021106Z adding 'torch/include/ATen/ops/dot_native.h' 2022-11-23T00:59:34.1022760Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-11-23T00:59:34.1024432Z adding 'torch/include/ATen/ops/dropout.h' 2022-11-23T00:59:34.1026109Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1027634Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-11-23T00:59:34.1029527Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-11-23T00:59:34.1031290Z adding 'torch/include/ATen/ops/dsplit.h' 2022-11-23T00:59:34.1032911Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1034439Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-11-23T00:59:34.1036157Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-11-23T00:59:34.1037834Z adding 'torch/include/ATen/ops/dstack.h' 2022-11-23T00:59:34.1039522Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1041179Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-11-23T00:59:34.1042897Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-11-23T00:59:34.1044563Z adding 'torch/include/ATen/ops/einsum.h' 2022-11-23T00:59:34.1046397Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1047861Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-11-23T00:59:34.1049618Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-11-23T00:59:34.1051362Z adding 'torch/include/ATen/ops/elu.h' 2022-11-23T00:59:34.1053095Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-11-23T00:59:34.1054920Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1056440Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-11-23T00:59:34.1058162Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-11-23T00:59:34.1059791Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-11-23T00:59:34.1061604Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-11-23T00:59:34.1063248Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-11-23T00:59:34.1065072Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-11-23T00:59:34.1066798Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1068380Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-11-23T00:59:34.1070341Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-11-23T00:59:34.1071908Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-11-23T00:59:34.1073713Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-11-23T00:59:34.1075309Z adding 'torch/include/ATen/ops/elu_native.h' 2022-11-23T00:59:34.1077126Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-11-23T00:59:34.1078887Z adding 'torch/include/ATen/ops/embedding.h' 2022-11-23T00:59:34.1080663Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-11-23T00:59:34.1082440Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1084078Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-11-23T00:59:34.1085881Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-11-23T00:59:34.1087700Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-11-23T00:59:34.1090354Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1092185Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-11-23T00:59:34.1094641Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-11-23T00:59:34.1096691Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1098565Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-11-23T00:59:34.1100487Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1102163Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-11-23T00:59:34.1103722Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-11-23T00:59:34.1105317Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-11-23T00:59:34.1107239Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-11-23T00:59:34.1109012Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-11-23T00:59:34.1110816Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-11-23T00:59:34.1112642Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-11-23T00:59:34.1114529Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1116130Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-11-23T00:59:34.1117937Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-11-23T00:59:34.1119537Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-11-23T00:59:34.1121117Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-11-23T00:59:34.1122985Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-11-23T00:59:34.1124472Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-11-23T00:59:34.1126309Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1127817Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-11-23T00:59:34.1129458Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-11-23T00:59:34.1131483Z adding 'torch/include/ATen/ops/empty.h' 2022-11-23T00:59:34.1133497Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1135154Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1137036Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-11-23T00:59:34.1138706Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-11-23T00:59:34.1140388Z adding 'torch/include/ATen/ops/empty_like.h' 2022-11-23T00:59:34.1142181Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1143726Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-11-23T00:59:34.1145484Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-11-23T00:59:34.1148044Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-11-23T00:59:34.1149898Z adding 'torch/include/ATen/ops/empty_native.h' 2022-11-23T00:59:34.1151845Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-11-23T00:59:34.1153714Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-11-23T00:59:34.1155478Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1157002Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-11-23T00:59:34.1158724Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-11-23T00:59:34.1160695Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-11-23T00:59:34.1162548Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1164284Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-11-23T00:59:34.1166103Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-11-23T00:59:34.1167781Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-11-23T00:59:34.1169385Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-11-23T00:59:34.1171145Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-11-23T00:59:34.1172783Z adding 'torch/include/ATen/ops/eq.h' 2022-11-23T00:59:34.1174564Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1176102Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-11-23T00:59:34.1177733Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-11-23T00:59:34.1179189Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-11-23T00:59:34.1180844Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-11-23T00:59:34.1182387Z adding 'torch/include/ATen/ops/eq_native.h' 2022-11-23T00:59:34.1184298Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-11-23T00:59:34.1185912Z adding 'torch/include/ATen/ops/equal.h' 2022-11-23T00:59:34.1187527Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-11-23T00:59:34.1189184Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-11-23T00:59:34.1190552Z adding 'torch/include/ATen/ops/equal_native.h' 2022-11-23T00:59:34.1192343Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-11-23T00:59:34.1193846Z adding 'torch/include/ATen/ops/erf.h' 2022-11-23T00:59:34.1195574Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1196942Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-11-23T00:59:34.1198619Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-11-23T00:59:34.1200115Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-11-23T00:59:34.1201730Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-11-23T00:59:34.1203347Z adding 'torch/include/ATen/ops/erf_native.h' 2022-11-23T00:59:34.1205078Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-11-23T00:59:34.1207001Z adding 'torch/include/ATen/ops/erfc.h' 2022-11-23T00:59:34.1208808Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1210417Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-11-23T00:59:34.1212046Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-11-23T00:59:34.1213589Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-11-23T00:59:34.1215197Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-11-23T00:59:34.1216748Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-11-23T00:59:34.1218475Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-11-23T00:59:34.1220168Z adding 'torch/include/ATen/ops/erfinv.h' 2022-11-23T00:59:34.1221897Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1223453Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-11-23T00:59:34.1225085Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-11-23T00:59:34.1226718Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-11-23T00:59:34.1228373Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-11-23T00:59:34.1230061Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-11-23T00:59:34.1231781Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-11-23T00:59:34.1233483Z adding 'torch/include/ATen/ops/exp.h' 2022-11-23T00:59:34.1235167Z adding 'torch/include/ATen/ops/exp2.h' 2022-11-23T00:59:34.1236925Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1238488Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-11-23T00:59:34.1240193Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-11-23T00:59:34.1241733Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-11-23T00:59:34.1243388Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-11-23T00:59:34.1244904Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-11-23T00:59:34.1246923Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-11-23T00:59:34.1248729Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1250271Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-11-23T00:59:34.1251866Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-11-23T00:59:34.1253474Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-11-23T00:59:34.1255137Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-11-23T00:59:34.1256741Z adding 'torch/include/ATen/ops/exp_native.h' 2022-11-23T00:59:34.1258439Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-11-23T00:59:34.1260126Z adding 'torch/include/ATen/ops/expand.h' 2022-11-23T00:59:34.1261640Z adding 'torch/include/ATen/ops/expand_as.h' 2022-11-23T00:59:34.1263369Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1264819Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-11-23T00:59:34.1266511Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-11-23T00:59:34.1268312Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1270185Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-11-23T00:59:34.1272049Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1273777Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1275231Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-11-23T00:59:34.1277006Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-11-23T00:59:34.1278707Z adding 'torch/include/ATen/ops/expand_native.h' 2022-11-23T00:59:34.1280344Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-11-23T00:59:34.1282038Z adding 'torch/include/ATen/ops/expm1.h' 2022-11-23T00:59:34.1283825Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1285338Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-11-23T00:59:34.1287041Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-11-23T00:59:34.1288811Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-11-23T00:59:34.1290476Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-11-23T00:59:34.1292075Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-11-23T00:59:34.1293868Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-11-23T00:59:34.1295590Z adding 'torch/include/ATen/ops/exponential.h' 2022-11-23T00:59:34.1297416Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1298988Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-11-23T00:59:34.1300696Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-11-23T00:59:34.1302260Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-11-23T00:59:34.1303866Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-11-23T00:59:34.1305664Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-11-23T00:59:34.1307528Z adding 'torch/include/ATen/ops/eye.h' 2022-11-23T00:59:34.1309471Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1311409Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-11-23T00:59:34.1313159Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-11-23T00:59:34.1314780Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-11-23T00:59:34.1316336Z adding 'torch/include/ATen/ops/eye_native.h' 2022-11-23T00:59:34.1318462Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-11-23T00:59:34.1320204Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-11-23T00:59:34.1322128Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-11-23T00:59:34.1323889Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-11-23T00:59:34.1325749Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1327561Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-11-23T00:59:34.1329303Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-11-23T00:59:34.1331172Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1333206Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-11-23T00:59:34.1335612Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-11-23T00:59:34.1338187Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-11-23T00:59:34.1339857Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-11-23T00:59:34.1341533Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1343000Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-11-23T00:59:34.1344692Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-11-23T00:59:34.1346432Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-11-23T00:59:34.1348061Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-11-23T00:59:34.1349858Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-11-23T00:59:34.1351712Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1353448Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-11-23T00:59:34.1355139Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-11-23T00:59:34.1356943Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1358783Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-11-23T00:59:34.1360447Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-11-23T00:59:34.1362133Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-11-23T00:59:34.1364165Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-11-23T00:59:34.1366215Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1368120Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-11-23T00:59:34.1369721Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-11-23T00:59:34.1371354Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-11-23T00:59:34.1373091Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1374655Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-11-23T00:59:34.1376560Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1391956Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-11-23T00:59:34.1392568Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-11-23T00:59:34.1392894Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-11-23T00:59:34.1393186Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-11-23T00:59:34.1393410Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-11-23T00:59:34.1393759Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1394064Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-11-23T00:59:34.1394405Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1394625Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-11-23T00:59:34.1394854Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-11-23T00:59:34.1395069Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-11-23T00:59:34.1396387Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-11-23T00:59:34.1398143Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-11-23T00:59:34.1399713Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1401240Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-11-23T00:59:34.1403081Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-11-23T00:59:34.1404770Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-11-23T00:59:34.1406789Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1408339Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-11-23T00:59:34.1410063Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-11-23T00:59:34.1411752Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-11-23T00:59:34.1413585Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1415167Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-11-23T00:59:34.1417153Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-11-23T00:59:34.1418833Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-11-23T00:59:34.1420623Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1422171Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-11-23T00:59:34.1424044Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-11-23T00:59:34.1425721Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-11-23T00:59:34.1427512Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1429149Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-11-23T00:59:34.1430989Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-11-23T00:59:34.1432774Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-11-23T00:59:34.1434608Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-11-23T00:59:34.1436510Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1438139Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-11-23T00:59:34.1439961Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-11-23T00:59:34.1441838Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1443473Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-11-23T00:59:34.1445394Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-11-23T00:59:34.1447628Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-11-23T00:59:34.1449562Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1451111Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-11-23T00:59:34.1453230Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-11-23T00:59:34.1454810Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-11-23T00:59:34.1456672Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1458367Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-11-23T00:59:34.1460205Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-11-23T00:59:34.1461968Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-11-23T00:59:34.1463821Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1465419Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-11-23T00:59:34.1467198Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-11-23T00:59:34.1468936Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-11-23T00:59:34.1470821Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-11-23T00:59:34.1472794Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1474474Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-11-23T00:59:34.1476269Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-11-23T00:59:34.1478147Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1479803Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-11-23T00:59:34.1481690Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-11-23T00:59:34.1483470Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-11-23T00:59:34.1485407Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1487163Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-11-23T00:59:34.1489095Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-11-23T00:59:34.1490836Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-11-23T00:59:34.1492647Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-11-23T00:59:34.1494421Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1496035Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-11-23T00:59:34.1497791Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-11-23T00:59:34.1499680Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1501273Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-11-23T00:59:34.1503224Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-11-23T00:59:34.1504964Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-11-23T00:59:34.1506847Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1508408Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-11-23T00:59:34.1510305Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-11-23T00:59:34.1512024Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-11-23T00:59:34.1513798Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1515298Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-11-23T00:59:34.1517033Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-11-23T00:59:34.1518724Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-11-23T00:59:34.1520579Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-11-23T00:59:34.1522372Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1524064Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-11-23T00:59:34.1525804Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-11-23T00:59:34.1527805Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1529348Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-11-23T00:59:34.1531161Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-11-23T00:59:34.1533687Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-11-23T00:59:34.1535135Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1536610Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-11-23T00:59:34.1538764Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-11-23T00:59:34.1540473Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-11-23T00:59:34.1542415Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-11-23T00:59:34.1544198Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1545875Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-11-23T00:59:34.1548398Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-11-23T00:59:34.1550355Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1551959Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-11-23T00:59:34.1553843Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-11-23T00:59:34.1555597Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-11-23T00:59:34.1557508Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1559173Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-11-23T00:59:34.1561001Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-11-23T00:59:34.1562892Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-11-23T00:59:34.1564538Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-11-23T00:59:34.1566752Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1569340Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-11-23T00:59:34.1571145Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-11-23T00:59:34.1573239Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1574596Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-11-23T00:59:34.1576320Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-11-23T00:59:34.1578058Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-11-23T00:59:34.1579965Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1581485Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-11-23T00:59:34.1583184Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-11-23T00:59:34.1585006Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-11-23T00:59:34.1586732Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1588391Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-11-23T00:59:34.1590319Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-11-23T00:59:34.1592001Z adding 'torch/include/ATen/ops/fill.h' 2022-11-23T00:59:34.1593887Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1595445Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-11-23T00:59:34.1597064Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-11-23T00:59:34.1598514Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-11-23T00:59:34.1600208Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1601681Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-11-23T00:59:34.1603221Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-11-23T00:59:34.1604744Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-11-23T00:59:34.1606429Z adding 'torch/include/ATen/ops/fill_native.h' 2022-11-23T00:59:34.1608367Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-11-23T00:59:34.1609967Z adding 'torch/include/ATen/ops/fix.h' 2022-11-23T00:59:34.1611586Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1612958Z adding 'torch/include/ATen/ops/fix_native.h' 2022-11-23T00:59:34.1614592Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-11-23T00:59:34.1616221Z adding 'torch/include/ATen/ops/flatten.h' 2022-11-23T00:59:34.1617960Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1619548Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-11-23T00:59:34.1621270Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1622629Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-11-23T00:59:34.1624144Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-11-23T00:59:34.1625659Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-11-23T00:59:34.1627357Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-11-23T00:59:34.1629069Z adding 'torch/include/ATen/ops/flip.h' 2022-11-23T00:59:34.1630747Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1632446Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-11-23T00:59:34.1634030Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-11-23T00:59:34.1635769Z adding 'torch/include/ATen/ops/flip_native.h' 2022-11-23T00:59:34.1637585Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-11-23T00:59:34.1639351Z adding 'torch/include/ATen/ops/fliplr.h' 2022-11-23T00:59:34.1641131Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1642733Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-11-23T00:59:34.1644417Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-11-23T00:59:34.1646286Z adding 'torch/include/ATen/ops/flipud.h' 2022-11-23T00:59:34.1648127Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1649767Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-11-23T00:59:34.1651475Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-11-23T00:59:34.1653371Z adding 'torch/include/ATen/ops/float_power.h' 2022-11-23T00:59:34.1655266Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1656958Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-11-23T00:59:34.1659001Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-11-23T00:59:34.1660903Z adding 'torch/include/ATen/ops/floor.h' 2022-11-23T00:59:34.1662797Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1664452Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-11-23T00:59:34.1666138Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-11-23T00:59:34.1667878Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-11-23T00:59:34.1669846Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1671729Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-11-23T00:59:34.1673365Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-11-23T00:59:34.1675072Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-11-23T00:59:34.1676758Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-11-23T00:59:34.1678776Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-11-23T00:59:34.1680523Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-11-23T00:59:34.1682334Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-11-23T00:59:34.1684013Z adding 'torch/include/ATen/ops/floor_native.h' 2022-11-23T00:59:34.1685847Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-11-23T00:59:34.1687660Z adding 'torch/include/ATen/ops/fmax.h' 2022-11-23T00:59:34.1689560Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1691180Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-11-23T00:59:34.1692954Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-11-23T00:59:34.1694603Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-11-23T00:59:34.1696373Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-11-23T00:59:34.1698020Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-11-23T00:59:34.1699897Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-11-23T00:59:34.1701579Z adding 'torch/include/ATen/ops/fmin.h' 2022-11-23T00:59:34.1703441Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1705078Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-11-23T00:59:34.1706908Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-11-23T00:59:34.1708623Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-11-23T00:59:34.1710710Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-11-23T00:59:34.1712196Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-11-23T00:59:34.1714000Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-11-23T00:59:34.1715750Z adding 'torch/include/ATen/ops/fmod.h' 2022-11-23T00:59:34.1717646Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1719380Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1721061Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-11-23T00:59:34.1722759Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-11-23T00:59:34.1724530Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-11-23T00:59:34.1726371Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-11-23T00:59:34.1728279Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-11-23T00:59:34.1730241Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-11-23T00:59:34.1732113Z adding 'torch/include/ATen/ops/frac.h' 2022-11-23T00:59:34.1733925Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1735582Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-11-23T00:59:34.1737291Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-11-23T00:59:34.1739009Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-11-23T00:59:34.1740682Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-11-23T00:59:34.1742425Z adding 'torch/include/ATen/ops/frac_native.h' 2022-11-23T00:59:34.1744269Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-11-23T00:59:34.1746152Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-11-23T00:59:34.1747976Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-11-23T00:59:34.1750028Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1751706Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.1753571Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.1755246Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-11-23T00:59:34.1757175Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-11-23T00:59:34.1758730Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-11-23T00:59:34.1760653Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-11-23T00:59:34.1762524Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1764311Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-11-23T00:59:34.1766155Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-11-23T00:59:34.1768056Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-11-23T00:59:34.1769776Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-11-23T00:59:34.1771923Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-11-23T00:59:34.1773662Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-11-23T00:59:34.1775492Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-11-23T00:59:34.1777336Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-11-23T00:59:34.1779312Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.1781081Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.1782762Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-11-23T00:59:34.1784674Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-11-23T00:59:34.1786594Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1788315Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-11-23T00:59:34.1790232Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-11-23T00:59:34.1792686Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-11-23T00:59:34.1794787Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-11-23T00:59:34.1796528Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-11-23T00:59:34.1798535Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-11-23T00:59:34.1800333Z adding 'torch/include/ATen/ops/frexp.h' 2022-11-23T00:59:34.1802215Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1803925Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-11-23T00:59:34.1805689Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-11-23T00:59:34.1807673Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-11-23T00:59:34.1809477Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-11-23T00:59:34.1811271Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-11-23T00:59:34.1813519Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1815131Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-11-23T00:59:34.1817189Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-11-23T00:59:34.1819390Z adding 'torch/include/ATen/ops/from_blob.h' 2022-11-23T00:59:34.1821503Z adding 'torch/include/ATen/ops/from_file.h' 2022-11-23T00:59:34.1823444Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1825339Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-11-23T00:59:34.1827260Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-11-23T00:59:34.1829456Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-11-23T00:59:34.1831845Z adding 'torch/include/ATen/ops/full.h' 2022-11-23T00:59:34.1834213Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1836126Z adding 'torch/include/ATen/ops/full_like.h' 2022-11-23T00:59:34.1838292Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1840074Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-11-23T00:59:34.1842227Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-11-23T00:59:34.1844298Z adding 'torch/include/ATen/ops/full_native.h' 2022-11-23T00:59:34.1846576Z adding 'torch/include/ATen/ops/full_ops.h' 2022-11-23T00:59:34.1848587Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-11-23T00:59:34.1850738Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1852482Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-11-23T00:59:34.1854540Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-11-23T00:59:34.1856474Z adding 'torch/include/ATen/ops/gather.h' 2022-11-23T00:59:34.1858512Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-11-23T00:59:34.1860360Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1862147Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-11-23T00:59:34.1864028Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-11-23T00:59:34.1866049Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1867848Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1869806Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-11-23T00:59:34.1871718Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-11-23T00:59:34.1873575Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-11-23T00:59:34.1875479Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-11-23T00:59:34.1877363Z adding 'torch/include/ATen/ops/gather_native.h' 2022-11-23T00:59:34.1879415Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-11-23T00:59:34.1881405Z adding 'torch/include/ATen/ops/gcd.h' 2022-11-23T00:59:34.1883419Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1885254Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-11-23T00:59:34.1887286Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-11-23T00:59:34.1889125Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-11-23T00:59:34.1890982Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-11-23T00:59:34.1892827Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-11-23T00:59:34.1894808Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-11-23T00:59:34.1896800Z adding 'torch/include/ATen/ops/ge.h' 2022-11-23T00:59:34.1898859Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1900677Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-11-23T00:59:34.1902576Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-11-23T00:59:34.1904402Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-11-23T00:59:34.1906317Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-11-23T00:59:34.1908289Z adding 'torch/include/ATen/ops/ge_native.h' 2022-11-23T00:59:34.1910416Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-11-23T00:59:34.1912435Z adding 'torch/include/ATen/ops/gelu.h' 2022-11-23T00:59:34.1914375Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-11-23T00:59:34.1916428Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1918227Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-11-23T00:59:34.1920150Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-11-23T00:59:34.1921947Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-11-23T00:59:34.1923886Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-11-23T00:59:34.1925707Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-11-23T00:59:34.1928107Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-11-23T00:59:34.1930110Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1931950Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-11-23T00:59:34.1933828Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-11-23T00:59:34.1935701Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-11-23T00:59:34.1937641Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-11-23T00:59:34.1939488Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-11-23T00:59:34.1941433Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-11-23T00:59:34.1943403Z adding 'torch/include/ATen/ops/geometric.h' 2022-11-23T00:59:34.1945376Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1947190Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-11-23T00:59:34.1949123Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-11-23T00:59:34.1951077Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-11-23T00:59:34.1952770Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-11-23T00:59:34.1955110Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-11-23T00:59:34.1957035Z adding 'torch/include/ATen/ops/geqrf.h' 2022-11-23T00:59:34.1959169Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-11-23T00:59:34.1960896Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-11-23T00:59:34.1962568Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-11-23T00:59:34.1964375Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-11-23T00:59:34.1966286Z adding 'torch/include/ATen/ops/ger.h' 2022-11-23T00:59:34.1968179Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.1969823Z adding 'torch/include/ATen/ops/ger_native.h' 2022-11-23T00:59:34.1972274Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-11-23T00:59:34.1974118Z adding 'torch/include/ATen/ops/glu.h' 2022-11-23T00:59:34.1975906Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-11-23T00:59:34.1977782Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-11-23T00:59:34.1979461Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-11-23T00:59:34.1981280Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-11-23T00:59:34.1983146Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.1984814Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-11-23T00:59:34.1986498Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-11-23T00:59:34.1988256Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-11-23T00:59:34.1990144Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-11-23T00:59:34.1991920Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-11-23T00:59:34.1993917Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-11-23T00:59:34.1995775Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.1997386Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-11-23T00:59:34.1999147Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-11-23T00:59:34.2000821Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-11-23T00:59:34.2002702Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2004428Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-11-23T00:59:34.2006368Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-11-23T00:59:34.2007957Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-11-23T00:59:34.2009790Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-11-23T00:59:34.2011440Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-11-23T00:59:34.2013186Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-11-23T00:59:34.2014985Z adding 'torch/include/ATen/ops/glu_native.h' 2022-11-23T00:59:34.2016587Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-11-23T00:59:34.2018779Z adding 'torch/include/ATen/ops/gradient.h' 2022-11-23T00:59:34.2020477Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2021921Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-11-23T00:59:34.2024136Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-11-23T00:59:34.2025822Z adding 'torch/include/ATen/ops/greater.h' 2022-11-23T00:59:34.2027770Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2029796Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-11-23T00:59:34.2031435Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2033024Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-11-23T00:59:34.2034786Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-11-23T00:59:34.2036589Z adding 'torch/include/ATen/ops/greater_native.h' 2022-11-23T00:59:34.2038473Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-11-23T00:59:34.2040175Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-11-23T00:59:34.2042074Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-11-23T00:59:34.2043806Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-11-23T00:59:34.2045642Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2047552Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.2049187Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.2050846Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-11-23T00:59:34.2052798Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-11-23T00:59:34.2054680Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2056387Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-11-23T00:59:34.2058055Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-11-23T00:59:34.2059656Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-11-23T00:59:34.2061651Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-11-23T00:59:34.2063469Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-11-23T00:59:34.2065349Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-11-23T00:59:34.2067257Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2068992Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.2070831Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.2072494Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-11-23T00:59:34.2074835Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-11-23T00:59:34.2076608Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2078256Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-11-23T00:59:34.2079880Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-11-23T00:59:34.2081454Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-11-23T00:59:34.2083220Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-11-23T00:59:34.2085026Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2086674Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-11-23T00:59:34.2088621Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-11-23T00:59:34.2090260Z adding 'torch/include/ATen/ops/group_norm.h' 2022-11-23T00:59:34.2091958Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2093531Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-11-23T00:59:34.2095339Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-11-23T00:59:34.2097065Z adding 'torch/include/ATen/ops/gru.h' 2022-11-23T00:59:34.2098785Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-11-23T00:59:34.2100626Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2102182Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-11-23T00:59:34.2103934Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-11-23T00:59:34.2105767Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2107499Z adding 'torch/include/ATen/ops/gru_native.h' 2022-11-23T00:59:34.2109412Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-11-23T00:59:34.2111232Z adding 'torch/include/ATen/ops/gt.h' 2022-11-23T00:59:34.2113132Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2114762Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-11-23T00:59:34.2116475Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-11-23T00:59:34.2118114Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-11-23T00:59:34.2119850Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-11-23T00:59:34.2121515Z adding 'torch/include/ATen/ops/gt_native.h' 2022-11-23T00:59:34.2123460Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-11-23T00:59:34.2125731Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-11-23T00:59:34.2128136Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2129915Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-11-23T00:59:34.2132097Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-11-23T00:59:34.2134154Z adding 'torch/include/ATen/ops/hann_window.h' 2022-11-23T00:59:34.2136117Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2137716Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-11-23T00:59:34.2139706Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-11-23T00:59:34.2141456Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-11-23T00:59:34.2143184Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-11-23T00:59:34.2144947Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2146852Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-11-23T00:59:34.2148533Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-11-23T00:59:34.2150202Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-11-23T00:59:34.2151878Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-11-23T00:59:34.2153463Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-11-23T00:59:34.2155261Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-11-23T00:59:34.2157069Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2158649Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-11-23T00:59:34.2160296Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-11-23T00:59:34.2161907Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-11-23T00:59:34.2163654Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-11-23T00:59:34.2165225Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-11-23T00:59:34.2167229Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-11-23T00:59:34.2169066Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-11-23T00:59:34.2170796Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-11-23T00:59:34.2172667Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2174567Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-11-23T00:59:34.2176185Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-11-23T00:59:34.2177762Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-11-23T00:59:34.2179609Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-11-23T00:59:34.2181006Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-11-23T00:59:34.2182846Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-11-23T00:59:34.2184569Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2186089Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-11-23T00:59:34.2187720Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-11-23T00:59:34.2189637Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-11-23T00:59:34.2191116Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-11-23T00:59:34.2192905Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-11-23T00:59:34.2194627Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-11-23T00:59:34.2196475Z adding 'torch/include/ATen/ops/hardswish.h' 2022-11-23T00:59:34.2198093Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-11-23T00:59:34.2200008Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2201507Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-11-23T00:59:34.2203367Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-11-23T00:59:34.2204774Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-11-23T00:59:34.2206747Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-11-23T00:59:34.2208558Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-11-23T00:59:34.2210125Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-11-23T00:59:34.2211603Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-11-23T00:59:34.2213143Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-11-23T00:59:34.2215017Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-11-23T00:59:34.2216515Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-11-23T00:59:34.2218408Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-11-23T00:59:34.2220142Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-11-23T00:59:34.2221958Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-11-23T00:59:34.2223460Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-11-23T00:59:34.2225283Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-11-23T00:59:34.2226944Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-11-23T00:59:34.2228800Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-11-23T00:59:34.2230324Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-11-23T00:59:34.2231948Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-11-23T00:59:34.2233726Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-11-23T00:59:34.2235466Z adding 'torch/include/ATen/ops/heaviside.h' 2022-11-23T00:59:34.2237261Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2238808Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-11-23T00:59:34.2240849Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-11-23T00:59:34.2242243Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-11-23T00:59:34.2243843Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-11-23T00:59:34.2245459Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-11-23T00:59:34.2247501Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-11-23T00:59:34.2249184Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-11-23T00:59:34.2250972Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2252466Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-11-23T00:59:34.2254204Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-11-23T00:59:34.2255903Z adding 'torch/include/ATen/ops/histc.h' 2022-11-23T00:59:34.2257611Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-11-23T00:59:34.2259224Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-11-23T00:59:34.2260764Z adding 'torch/include/ATen/ops/histc_native.h' 2022-11-23T00:59:34.2262642Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-11-23T00:59:34.2264537Z adding 'torch/include/ATen/ops/histogram.h' 2022-11-23T00:59:34.2266382Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-11-23T00:59:34.2268021Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-11-23T00:59:34.2270116Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-11-23T00:59:34.2272064Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-11-23T00:59:34.2273859Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2275463Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-11-23T00:59:34.2277475Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-11-23T00:59:34.2279195Z adding 'torch/include/ATen/ops/hsplit.h' 2022-11-23T00:59:34.2280993Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2282518Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-11-23T00:59:34.2284252Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-11-23T00:59:34.2285910Z adding 'torch/include/ATen/ops/hspmm.h' 2022-11-23T00:59:34.2287777Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-11-23T00:59:34.2289599Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-11-23T00:59:34.2291319Z adding 'torch/include/ATen/ops/hstack.h' 2022-11-23T00:59:34.2293068Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2294664Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-11-23T00:59:34.2296394Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-11-23T00:59:34.2298198Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-11-23T00:59:34.2299927Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-11-23T00:59:34.2301802Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2303636Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-11-23T00:59:34.2305252Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-11-23T00:59:34.2306873Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-11-23T00:59:34.2308782Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-11-23T00:59:34.2310576Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-11-23T00:59:34.2312294Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-11-23T00:59:34.2313892Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-11-23T00:59:34.2315765Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-11-23T00:59:34.2317495Z adding 'torch/include/ATen/ops/hypot.h' 2022-11-23T00:59:34.2319351Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2320939Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-11-23T00:59:34.2322604Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-11-23T00:59:34.2324202Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-11-23T00:59:34.2325937Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-11-23T00:59:34.2327659Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-11-23T00:59:34.2329562Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-11-23T00:59:34.2331286Z adding 'torch/include/ATen/ops/i0.h' 2022-11-23T00:59:34.2333137Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2334701Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-11-23T00:59:34.2336390Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-11-23T00:59:34.2337984Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-11-23T00:59:34.2339725Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-11-23T00:59:34.2341222Z adding 'torch/include/ATen/ops/i0_native.h' 2022-11-23T00:59:34.2343025Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-11-23T00:59:34.2345911Z adding 'torch/include/ATen/ops/igamma.h' 2022-11-23T00:59:34.2354097Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2355699Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-11-23T00:59:34.2357478Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-11-23T00:59:34.2359125Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-11-23T00:59:34.2360865Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-11-23T00:59:34.2362579Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-11-23T00:59:34.2364492Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-11-23T00:59:34.2366813Z adding 'torch/include/ATen/ops/igammac.h' 2022-11-23T00:59:34.2368753Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2370594Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-11-23T00:59:34.2372412Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-11-23T00:59:34.2374160Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-11-23T00:59:34.2376069Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-11-23T00:59:34.2377863Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-11-23T00:59:34.2379799Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-11-23T00:59:34.2381740Z adding 'torch/include/ATen/ops/im2col.h' 2022-11-23T00:59:34.2383661Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-11-23T00:59:34.2386197Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-11-23T00:59:34.2388056Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-11-23T00:59:34.2390200Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-11-23T00:59:34.2391912Z adding 'torch/include/ATen/ops/imag.h' 2022-11-23T00:59:34.2393871Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2395502Z adding 'torch/include/ATen/ops/imag_native.h' 2022-11-23T00:59:34.2397370Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-11-23T00:59:34.2399186Z adding 'torch/include/ATen/ops/index.h' 2022-11-23T00:59:34.2401167Z adding 'torch/include/ATen/ops/index_add.h' 2022-11-23T00:59:34.2403192Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2405094Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2407074Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-11-23T00:59:34.2409229Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-11-23T00:59:34.2411307Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-11-23T00:59:34.2413041Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-11-23T00:59:34.2414834Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-11-23T00:59:34.2416949Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-11-23T00:59:34.2419029Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2420841Z adding 'torch/include/ATen/ops/index_copy.h' 2022-11-23T00:59:34.2422894Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2424690Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2426494Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-11-23T00:59:34.2428485Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-11-23T00:59:34.2430482Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-11-23T00:59:34.2432396Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-11-23T00:59:34.2434178Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-11-23T00:59:34.2436285Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-11-23T00:59:34.2438254Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-11-23T00:59:34.2440069Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-11-23T00:59:34.2442109Z adding 'torch/include/ATen/ops/index_fill.h' 2022-11-23T00:59:34.2444232Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2446269Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2448090Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-11-23T00:59:34.2449916Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-11-23T00:59:34.2451735Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-11-23T00:59:34.2453535Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-11-23T00:59:34.2455967Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-11-23T00:59:34.2458311Z adding 'torch/include/ATen/ops/index_meta.h' 2022-11-23T00:59:34.2460264Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-11-23T00:59:34.2462052Z adding 'torch/include/ATen/ops/index_native.h' 2022-11-23T00:59:34.2463999Z adding 'torch/include/ATen/ops/index_ops.h' 2022-11-23T00:59:34.2465926Z adding 'torch/include/ATen/ops/index_put.h' 2022-11-23T00:59:34.2467930Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2469779Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-11-23T00:59:34.2471814Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-11-23T00:59:34.2473817Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-11-23T00:59:34.2475831Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2477639Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-11-23T00:59:34.2479554Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-11-23T00:59:34.2481431Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-11-23T00:59:34.2483348Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-11-23T00:59:34.2485161Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-11-23T00:59:34.2487322Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-11-23T00:59:34.2489336Z adding 'torch/include/ATen/ops/index_select.h' 2022-11-23T00:59:34.2491303Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-11-23T00:59:34.2493326Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2494999Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-11-23T00:59:34.2496912Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-11-23T00:59:34.2499010Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2500888Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-11-23T00:59:34.2502690Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-11-23T00:59:34.2504533Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-11-23T00:59:34.2506575Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-11-23T00:59:34.2508423Z adding 'torch/include/ATen/ops/indices.h' 2022-11-23T00:59:34.2510272Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-11-23T00:59:34.2512216Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2514066Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2515862Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-11-23T00:59:34.2517848Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-11-23T00:59:34.2519635Z adding 'torch/include/ATen/ops/indices_native.h' 2022-11-23T00:59:34.2521453Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-11-23T00:59:34.2523313Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-11-23T00:59:34.2525217Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2527071Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-11-23T00:59:34.2528928Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-11-23T00:59:34.2530714Z adding 'torch/include/ATen/ops/inner.h' 2022-11-23T00:59:34.2532700Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2534451Z adding 'torch/include/ATen/ops/inner_native.h' 2022-11-23T00:59:34.2536338Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-11-23T00:59:34.2538244Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-11-23T00:59:34.2540164Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2541864Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-11-23T00:59:34.2543805Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-11-23T00:59:34.2545857Z adding 'torch/include/ATen/ops/int_repr.h' 2022-11-23T00:59:34.2547762Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2549584Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-11-23T00:59:34.2551477Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-11-23T00:59:34.2553371Z adding 'torch/include/ATen/ops/inverse.h' 2022-11-23T00:59:34.2555288Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2556955Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-11-23T00:59:34.2558831Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-11-23T00:59:34.2560591Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-11-23T00:59:34.2562307Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-11-23T00:59:34.2564115Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-11-23T00:59:34.2565957Z adding 'torch/include/ATen/ops/is_complex.h' 2022-11-23T00:59:34.2568155Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2569910Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-11-23T00:59:34.2571800Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-11-23T00:59:34.2573471Z adding 'torch/include/ATen/ops/is_conj.h' 2022-11-23T00:59:34.2575444Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2577528Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-11-23T00:59:34.2579429Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-11-23T00:59:34.2581193Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-11-23T00:59:34.2583143Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2584785Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-11-23T00:59:34.2586657Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-11-23T00:59:34.2588477Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-11-23T00:59:34.2590389Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2592049Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-11-23T00:59:34.2593865Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-11-23T00:59:34.2595618Z adding 'torch/include/ATen/ops/is_inference.h' 2022-11-23T00:59:34.2597506Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2599202Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-11-23T00:59:34.2601042Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-11-23T00:59:34.2602730Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-11-23T00:59:34.2604603Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2606527Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-11-23T00:59:34.2608381Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-11-23T00:59:34.2609992Z adding 'torch/include/ATen/ops/is_neg.h' 2022-11-23T00:59:34.2611734Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2613389Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-11-23T00:59:34.2615046Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-11-23T00:59:34.2616778Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-11-23T00:59:34.2618526Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2620171Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-11-23T00:59:34.2621841Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-11-23T00:59:34.2623510Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-11-23T00:59:34.2625323Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2626983Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-11-23T00:59:34.2628709Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-11-23T00:59:34.2630433Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-11-23T00:59:34.2632203Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-11-23T00:59:34.2633972Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2635521Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-11-23T00:59:34.2637259Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-11-23T00:59:34.2638821Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-11-23T00:59:34.2640564Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-11-23T00:59:34.2642237Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-11-23T00:59:34.2643847Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-11-23T00:59:34.2645520Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-11-23T00:59:34.2647342Z adding 'torch/include/ATen/ops/is_signed.h' 2022-11-23T00:59:34.2649127Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2650726Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-11-23T00:59:34.2652704Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-11-23T00:59:34.2654262Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-11-23T00:59:34.2656004Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2657635Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-11-23T00:59:34.2659233Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-11-23T00:59:34.2660949Z adding 'torch/include/ATen/ops/isclose.h' 2022-11-23T00:59:34.2662759Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2664396Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-11-23T00:59:34.2666168Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-11-23T00:59:34.2667897Z adding 'torch/include/ATen/ops/isfinite.h' 2022-11-23T00:59:34.2669763Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2671381Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-11-23T00:59:34.2673200Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-11-23T00:59:34.2675044Z adding 'torch/include/ATen/ops/isin.h' 2022-11-23T00:59:34.2677086Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2678864Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-11-23T00:59:34.2680628Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-11-23T00:59:34.2682320Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-11-23T00:59:34.2684176Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-11-23T00:59:34.2685908Z adding 'torch/include/ATen/ops/isin_native.h' 2022-11-23T00:59:34.2688180Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-11-23T00:59:34.2689993Z adding 'torch/include/ATen/ops/isinf.h' 2022-11-23T00:59:34.2691892Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2693509Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-11-23T00:59:34.2695385Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-11-23T00:59:34.2696931Z adding 'torch/include/ATen/ops/isnan.h' 2022-11-23T00:59:34.2698810Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2700370Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-11-23T00:59:34.2702059Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-11-23T00:59:34.2703574Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-11-23T00:59:34.2705375Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-11-23T00:59:34.2707052Z adding 'torch/include/ATen/ops/isneginf.h' 2022-11-23T00:59:34.2709089Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2710787Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-11-23T00:59:34.2712416Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-11-23T00:59:34.2714050Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-11-23T00:59:34.2715694Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-11-23T00:59:34.2717644Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-11-23T00:59:34.2719516Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-11-23T00:59:34.2721253Z adding 'torch/include/ATen/ops/isposinf.h' 2022-11-23T00:59:34.2723150Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2724753Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-11-23T00:59:34.2726651Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-11-23T00:59:34.2728346Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-11-23T00:59:34.2730070Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-11-23T00:59:34.2731932Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-11-23T00:59:34.2733585Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-11-23T00:59:34.2735259Z adding 'torch/include/ATen/ops/isreal.h' 2022-11-23T00:59:34.2737096Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2738637Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-11-23T00:59:34.2740402Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-11-23T00:59:34.2742096Z adding 'torch/include/ATen/ops/istft.h' 2022-11-23T00:59:34.2744035Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2745583Z adding 'torch/include/ATen/ops/istft_native.h' 2022-11-23T00:59:34.2747485Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-11-23T00:59:34.2749218Z adding 'torch/include/ATen/ops/item.h' 2022-11-23T00:59:34.2751135Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2752647Z adding 'torch/include/ATen/ops/item_native.h' 2022-11-23T00:59:34.2754387Z adding 'torch/include/ATen/ops/item_ops.h' 2022-11-23T00:59:34.2756457Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-11-23T00:59:34.2758482Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2760185Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-11-23T00:59:34.2762244Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-11-23T00:59:34.2764165Z adding 'torch/include/ATen/ops/kl_div.h' 2022-11-23T00:59:34.2765955Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2767764Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-11-23T00:59:34.2769432Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-11-23T00:59:34.2771157Z adding 'torch/include/ATen/ops/kron.h' 2022-11-23T00:59:34.2773013Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2774598Z adding 'torch/include/ATen/ops/kron_native.h' 2022-11-23T00:59:34.2776377Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-11-23T00:59:34.2778386Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-11-23T00:59:34.2780368Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2782429Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2783770Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-11-23T00:59:34.2785317Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-11-23T00:59:34.2786866Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-11-23T00:59:34.2788860Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-11-23T00:59:34.2790606Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-11-23T00:59:34.2792428Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2793943Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-11-23T00:59:34.2795712Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-11-23T00:59:34.2797353Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-11-23T00:59:34.2799203Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2800727Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-11-23T00:59:34.2802498Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-11-23T00:59:34.2804246Z adding 'torch/include/ATen/ops/lcm.h' 2022-11-23T00:59:34.2806879Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2808546Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-11-23T00:59:34.2810352Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-11-23T00:59:34.2811874Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-11-23T00:59:34.2813522Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-11-23T00:59:34.2815112Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-11-23T00:59:34.2816808Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-11-23T00:59:34.2818814Z adding 'torch/include/ATen/ops/ldexp.h' 2022-11-23T00:59:34.2820629Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2822131Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-11-23T00:59:34.2823900Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-11-23T00:59:34.2825505Z adding 'torch/include/ATen/ops/le.h' 2022-11-23T00:59:34.2827438Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2828831Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-11-23T00:59:34.2830561Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-11-23T00:59:34.2832142Z adding 'torch/include/ATen/ops/le_meta.h' 2022-11-23T00:59:34.2833866Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-11-23T00:59:34.2835535Z adding 'torch/include/ATen/ops/le_native.h' 2022-11-23T00:59:34.2837456Z adding 'torch/include/ATen/ops/le_ops.h' 2022-11-23T00:59:34.2839243Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-11-23T00:59:34.2841041Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-11-23T00:59:34.2842843Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2844478Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-11-23T00:59:34.2846345Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-11-23T00:59:34.2848135Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-11-23T00:59:34.2849784Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-11-23T00:59:34.2851433Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-11-23T00:59:34.2853264Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-11-23T00:59:34.2855288Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2856919Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-11-23T00:59:34.2858852Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-11-23T00:59:34.2860434Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-11-23T00:59:34.2862229Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-11-23T00:59:34.2863941Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-11-23T00:59:34.2865803Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-11-23T00:59:34.2867610Z adding 'torch/include/ATen/ops/lerp.h' 2022-11-23T00:59:34.2869733Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2871327Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-11-23T00:59:34.2873148Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-11-23T00:59:34.2874820Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-11-23T00:59:34.2876685Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-11-23T00:59:34.2878390Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-11-23T00:59:34.2880389Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-11-23T00:59:34.2882275Z adding 'torch/include/ATen/ops/less.h' 2022-11-23T00:59:34.2884733Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2886185Z adding 'torch/include/ATen/ops/less_equal.h' 2022-11-23T00:59:34.2888363Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2889794Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-11-23T00:59:34.2892172Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-11-23T00:59:34.2893814Z adding 'torch/include/ATen/ops/less_native.h' 2022-11-23T00:59:34.2895787Z adding 'torch/include/ATen/ops/less_ops.h' 2022-11-23T00:59:34.2897681Z adding 'torch/include/ATen/ops/lgamma.h' 2022-11-23T00:59:34.2899510Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2901128Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-11-23T00:59:34.2902814Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-11-23T00:59:34.2904451Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-11-23T00:59:34.2906226Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-11-23T00:59:34.2907887Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-11-23T00:59:34.2909856Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-11-23T00:59:34.2911566Z adding 'torch/include/ATen/ops/lift.h' 2022-11-23T00:59:34.2913442Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2915056Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-11-23T00:59:34.2916859Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2918496Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-11-23T00:59:34.2920345Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.2922267Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2923776Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-11-23T00:59:34.2925527Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-11-23T00:59:34.2927209Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-11-23T00:59:34.2928871Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-11-23T00:59:34.2930397Z adding 'torch/include/ATen/ops/lift_native.h' 2022-11-23T00:59:34.2932047Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-11-23T00:59:34.2933786Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-11-23T00:59:34.2935566Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2937285Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-11-23T00:59:34.2939092Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2940744Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-11-23T00:59:34.2942437Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-11-23T00:59:34.2944047Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-11-23T00:59:34.2945707Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-11-23T00:59:34.2947354Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-11-23T00:59:34.2949226Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-11-23T00:59:34.2950917Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-11-23T00:59:34.2952648Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-11-23T00:59:34.2954465Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-11-23T00:59:34.2956287Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2957858Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-11-23T00:59:34.2959689Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-11-23T00:59:34.2961533Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-11-23T00:59:34.2963357Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.2964929Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-11-23T00:59:34.2966818Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-11-23T00:59:34.2968420Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-11-23T00:59:34.2970034Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-11-23T00:59:34.2971728Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-11-23T00:59:34.2973351Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-11-23T00:59:34.2975103Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-11-23T00:59:34.2976936Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2978467Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-11-23T00:59:34.2980056Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-11-23T00:59:34.2981715Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-11-23T00:59:34.2983368Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.2984915Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-11-23T00:59:34.2986575Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-11-23T00:59:34.2988325Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-11-23T00:59:34.2990224Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-11-23T00:59:34.2991941Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-11-23T00:59:34.2993341Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-11-23T00:59:34.2995097Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-11-23T00:59:34.2996919Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-11-23T00:59:34.2998694Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3000325Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-11-23T00:59:34.3002093Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-11-23T00:59:34.3003975Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-11-23T00:59:34.3005745Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3007505Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-11-23T00:59:34.3009247Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-11-23T00:59:34.3010939Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-11-23T00:59:34.3012750Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3014316Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-11-23T00:59:34.3016089Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-11-23T00:59:34.3017851Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-11-23T00:59:34.3019595Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-11-23T00:59:34.3021264Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-11-23T00:59:34.3022876Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-11-23T00:59:34.3024615Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-11-23T00:59:34.3026457Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-11-23T00:59:34.3028312Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3029858Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-11-23T00:59:34.3031707Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3033307Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-11-23T00:59:34.3034984Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-11-23T00:59:34.3036579Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-11-23T00:59:34.3038270Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-11-23T00:59:34.3039855Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-11-23T00:59:34.3041654Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-11-23T00:59:34.3043293Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-11-23T00:59:34.3045398Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-11-23T00:59:34.3047088Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-11-23T00:59:34.3048894Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3050689Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-11-23T00:59:34.3052508Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3054079Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-11-23T00:59:34.3055706Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-11-23T00:59:34.3057390Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-11-23T00:59:34.3059036Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-11-23T00:59:34.3060720Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-11-23T00:59:34.3062461Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-11-23T00:59:34.3064171Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-11-23T00:59:34.3065875Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-11-23T00:59:34.3067678Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-11-23T00:59:34.3069679Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3071289Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-11-23T00:59:34.3072930Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-11-23T00:59:34.3074566Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-11-23T00:59:34.3076199Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-11-23T00:59:34.3077866Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-11-23T00:59:34.3079574Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-11-23T00:59:34.3081461Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-11-23T00:59:34.3083328Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3085058Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-11-23T00:59:34.3086827Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-11-23T00:59:34.3088521Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-11-23T00:59:34.3090420Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-11-23T00:59:34.3092199Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-11-23T00:59:34.3094126Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3095683Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-11-23T00:59:34.3097335Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-11-23T00:59:34.3099024Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-11-23T00:59:34.3100834Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3102559Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-11-23T00:59:34.3104427Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3106048Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-11-23T00:59:34.3107766Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-11-23T00:59:34.3109498Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-11-23T00:59:34.3111552Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-11-23T00:59:34.3112870Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-11-23T00:59:34.3114698Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-11-23T00:59:34.3116622Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-11-23T00:59:34.3118497Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-11-23T00:59:34.3120299Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-11-23T00:59:34.3122294Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-11-23T00:59:34.3123936Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-11-23T00:59:34.3125839Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-11-23T00:59:34.3127900Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-11-23T00:59:34.3130214Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3131608Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-11-23T00:59:34.3133454Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-11-23T00:59:34.3135248Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-11-23T00:59:34.3137301Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-11-23T00:59:34.3138971Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-11-23T00:59:34.3140878Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-11-23T00:59:34.3142682Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-11-23T00:59:34.3144633Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3146225Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-11-23T00:59:34.3148221Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-11-23T00:59:34.3150069Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-11-23T00:59:34.3152014Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3154012Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-11-23T00:59:34.3155890Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-11-23T00:59:34.3157620Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-11-23T00:59:34.3159514Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-11-23T00:59:34.3161495Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-11-23T00:59:34.3163562Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3165360Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-11-23T00:59:34.3167769Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-11-23T00:59:34.3169672Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-11-23T00:59:34.3171625Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3173254Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-11-23T00:59:34.3175180Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-11-23T00:59:34.3177249Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-11-23T00:59:34.3179443Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3181334Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-11-23T00:59:34.3183617Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-11-23T00:59:34.3185717Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-11-23T00:59:34.3187671Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3189416Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-11-23T00:59:34.3191422Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-11-23T00:59:34.3193428Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-11-23T00:59:34.3195571Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3197418Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-11-23T00:59:34.3199538Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-11-23T00:59:34.3201689Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-11-23T00:59:34.3203742Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3205845Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3207756Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3209496Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-11-23T00:59:34.3211802Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-11-23T00:59:34.3213752Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-11-23T00:59:34.3215864Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3218162Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-11-23T00:59:34.3220250Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-11-23T00:59:34.3221960Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-11-23T00:59:34.3223818Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-11-23T00:59:34.3225577Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-11-23T00:59:34.3227510Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-11-23T00:59:34.3229591Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-11-23T00:59:34.3231528Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3233246Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-11-23T00:59:34.3235127Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-11-23T00:59:34.3237019Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-11-23T00:59:34.3238902Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3240756Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-11-23T00:59:34.3242682Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3244416Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-11-23T00:59:34.3246415Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-11-23T00:59:34.3248223Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-11-23T00:59:34.3250073Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-11-23T00:59:34.3252017Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-11-23T00:59:34.3253886Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-11-23T00:59:34.3255746Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-11-23T00:59:34.3257465Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-11-23T00:59:34.3259399Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-11-23T00:59:34.3261295Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-11-23T00:59:34.3263273Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3264974Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-11-23T00:59:34.3266993Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-11-23T00:59:34.3268880Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-11-23T00:59:34.3270883Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3272560Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-11-23T00:59:34.3274486Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-11-23T00:59:34.3276274Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-11-23T00:59:34.3278201Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3279884Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-11-23T00:59:34.3281813Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-11-23T00:59:34.3283686Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-11-23T00:59:34.3285678Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3287527Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-11-23T00:59:34.3289477Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-11-23T00:59:34.3291298Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-11-23T00:59:34.3293212Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3294831Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-11-23T00:59:34.3296705Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-11-23T00:59:34.3298502Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-11-23T00:59:34.3300450Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3302208Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-11-23T00:59:34.3304016Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-11-23T00:59:34.3305858Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-11-23T00:59:34.3307829Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3309697Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-11-23T00:59:34.3311587Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-11-23T00:59:34.3313292Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-11-23T00:59:34.3315168Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-11-23T00:59:34.3316996Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-11-23T00:59:34.3318999Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-11-23T00:59:34.3320846Z adding 'torch/include/ATen/ops/linear.h' 2022-11-23T00:59:34.3322811Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-11-23T00:59:34.3324799Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3326709Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-11-23T00:59:34.3328830Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-11-23T00:59:34.3330819Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3332589Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3334272Z adding 'torch/include/ATen/ops/linear_native.h' 2022-11-23T00:59:34.3336196Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-11-23T00:59:34.3338205Z adding 'torch/include/ATen/ops/linspace.h' 2022-11-23T00:59:34.3340130Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3341902Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-11-23T00:59:34.3343667Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-11-23T00:59:34.3345520Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-11-23T00:59:34.3347207Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-11-23T00:59:34.3349399Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-11-23T00:59:34.3351318Z adding 'torch/include/ATen/ops/log.h' 2022-11-23T00:59:34.3353112Z adding 'torch/include/ATen/ops/log10.h' 2022-11-23T00:59:34.3355297Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3356853Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-11-23T00:59:34.3358370Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-11-23T00:59:34.3360118Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-11-23T00:59:34.3362165Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-11-23T00:59:34.3363760Z adding 'torch/include/ATen/ops/log10_native.h' 2022-11-23T00:59:34.3365958Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-11-23T00:59:34.3368154Z adding 'torch/include/ATen/ops/log1p.h' 2022-11-23T00:59:34.3370565Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3372561Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-11-23T00:59:34.3374779Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-11-23T00:59:34.3376840Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-11-23T00:59:34.3379013Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-11-23T00:59:34.3381183Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-11-23T00:59:34.3383442Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-11-23T00:59:34.3385658Z adding 'torch/include/ATen/ops/log2.h' 2022-11-23T00:59:34.3388023Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3390106Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-11-23T00:59:34.3392405Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-11-23T00:59:34.3394379Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-11-23T00:59:34.3396766Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-11-23T00:59:34.3398625Z adding 'torch/include/ATen/ops/log2_native.h' 2022-11-23T00:59:34.3401051Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-11-23T00:59:34.3403448Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3405435Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-11-23T00:59:34.3407883Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-11-23T00:59:34.3409815Z adding 'torch/include/ATen/ops/log_meta.h' 2022-11-23T00:59:34.3412170Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-11-23T00:59:34.3414172Z adding 'torch/include/ATen/ops/log_native.h' 2022-11-23T00:59:34.3416499Z adding 'torch/include/ATen/ops/log_normal.h' 2022-11-23T00:59:34.3418812Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3420884Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-11-23T00:59:34.3423207Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-11-23T00:59:34.3425327Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-11-23T00:59:34.3427426Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-11-23T00:59:34.3429901Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-11-23T00:59:34.3432241Z adding 'torch/include/ATen/ops/log_ops.h' 2022-11-23T00:59:34.3434384Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-11-23T00:59:34.3436625Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-11-23T00:59:34.3438867Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-11-23T00:59:34.3441037Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-11-23T00:59:34.3443128Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-11-23T00:59:34.3445502Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-11-23T00:59:34.3448054Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3450149Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-11-23T00:59:34.3452550Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-11-23T00:59:34.3454688Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-11-23T00:59:34.3456924Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-11-23T00:59:34.3459413Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-11-23T00:59:34.3461509Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-11-23T00:59:34.3463721Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-11-23T00:59:34.3465993Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-11-23T00:59:34.3468045Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3470191Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3471999Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-11-23T00:59:34.3474183Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-11-23T00:59:34.3476200Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-11-23T00:59:34.3478509Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-11-23T00:59:34.3480659Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3482530Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-11-23T00:59:34.3484525Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-11-23T00:59:34.3486257Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-11-23T00:59:34.3488241Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-11-23T00:59:34.3490007Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-11-23T00:59:34.3492071Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-11-23T00:59:34.3494124Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3496119Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-11-23T00:59:34.3498210Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-11-23T00:59:34.3499683Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-11-23T00:59:34.3501586Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-11-23T00:59:34.3503391Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-11-23T00:59:34.3505468Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-11-23T00:59:34.3507491Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-11-23T00:59:34.3509678Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3511647Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3513412Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-11-23T00:59:34.3515519Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-11-23T00:59:34.3517439Z adding 'torch/include/ATen/ops/logdet.h' 2022-11-23T00:59:34.3519463Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3521202Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-11-23T00:59:34.3523143Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-11-23T00:59:34.3525444Z adding 'torch/include/ATen/ops/logical_and.h' 2022-11-23T00:59:34.3527571Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3529362Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-11-23T00:59:34.3531341Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-11-23T00:59:34.3533216Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-11-23T00:59:34.3535335Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-11-23T00:59:34.3537296Z adding 'torch/include/ATen/ops/logical_not.h' 2022-11-23T00:59:34.3539432Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3541358Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-11-23T00:59:34.3543396Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-11-23T00:59:34.3545578Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-11-23T00:59:34.3547410Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-11-23T00:59:34.3549328Z adding 'torch/include/ATen/ops/logical_or.h' 2022-11-23T00:59:34.3551375Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3553222Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-11-23T00:59:34.3555110Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-11-23T00:59:34.3556895Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-11-23T00:59:34.3558911Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-11-23T00:59:34.3560809Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-11-23T00:59:34.3562755Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3564572Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-11-23T00:59:34.3566544Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-11-23T00:59:34.3568524Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-11-23T00:59:34.3570386Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-11-23T00:59:34.3572167Z adding 'torch/include/ATen/ops/logit.h' 2022-11-23T00:59:34.3573811Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-11-23T00:59:34.3575718Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3577259Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-11-23T00:59:34.3578780Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-11-23T00:59:34.3580360Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-11-23T00:59:34.3581968Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-11-23T00:59:34.3583514Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-11-23T00:59:34.3585375Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-11-23T00:59:34.3587214Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-11-23T00:59:34.3588983Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-11-23T00:59:34.3590702Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-11-23T00:59:34.3592381Z adding 'torch/include/ATen/ops/logit_native.h' 2022-11-23T00:59:34.3594198Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-11-23T00:59:34.3596135Z adding 'torch/include/ATen/ops/logspace.h' 2022-11-23T00:59:34.3598035Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3600082Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-11-23T00:59:34.3602005Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-11-23T00:59:34.3603480Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-11-23T00:59:34.3605213Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-11-23T00:59:34.3607304Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-11-23T00:59:34.3609068Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-11-23T00:59:34.3611070Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3612908Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3614639Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3616329Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-11-23T00:59:34.3618318Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-11-23T00:59:34.3620044Z adding 'torch/include/ATen/ops/lshift.h' 2022-11-23T00:59:34.3621910Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3623599Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-11-23T00:59:34.3625218Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-11-23T00:59:34.3626912Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-11-23T00:59:34.3628646Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-11-23T00:59:34.3630593Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-11-23T00:59:34.3632380Z adding 'torch/include/ATen/ops/lstm.h' 2022-11-23T00:59:34.3634197Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-11-23T00:59:34.3635957Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3637529Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-11-23T00:59:34.3639543Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-11-23T00:59:34.3641364Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3643128Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-11-23T00:59:34.3645097Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3646873Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-11-23T00:59:34.3648982Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-11-23T00:59:34.3650724Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-11-23T00:59:34.3652593Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-11-23T00:59:34.3654403Z adding 'torch/include/ATen/ops/lt.h' 2022-11-23T00:59:34.3656359Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3657983Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-11-23T00:59:34.3659648Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-11-23T00:59:34.3661280Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-11-23T00:59:34.3662952Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-11-23T00:59:34.3665266Z adding 'torch/include/ATen/ops/lt_native.h' 2022-11-23T00:59:34.3667253Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-11-23T00:59:34.3669196Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-11-23T00:59:34.3671025Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3672682Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-11-23T00:59:34.3674519Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-11-23T00:59:34.3676236Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-11-23T00:59:34.3678232Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3679798Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-11-23T00:59:34.3681558Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-11-23T00:59:34.3683282Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-11-23T00:59:34.3685112Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-11-23T00:59:34.3687064Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-11-23T00:59:34.3688909Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-11-23T00:59:34.3690623Z adding 'torch/include/ATen/ops/mH.h' 2022-11-23T00:59:34.3692393Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3693982Z adding 'torch/include/ATen/ops/mH_native.h' 2022-11-23T00:59:34.3695755Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-11-23T00:59:34.3697447Z adding 'torch/include/ATen/ops/mT.h' 2022-11-23T00:59:34.3699190Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3700787Z adding 'torch/include/ATen/ops/mT_native.h' 2022-11-23T00:59:34.3702533Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-11-23T00:59:34.3704351Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-11-23T00:59:34.3706171Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3707798Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-11-23T00:59:34.3709618Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-11-23T00:59:34.3711519Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-11-23T00:59:34.3713401Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3715567Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-11-23T00:59:34.3717142Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-11-23T00:59:34.3718858Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-11-23T00:59:34.3720512Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-11-23T00:59:34.3722466Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-11-23T00:59:34.3724236Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-11-23T00:59:34.3726552Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3728318Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-11-23T00:59:34.3729813Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-11-23T00:59:34.3731418Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-11-23T00:59:34.3732947Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-11-23T00:59:34.3734652Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-11-23T00:59:34.3736357Z adding 'torch/include/ATen/ops/masked_select.h' 2022-11-23T00:59:34.3737980Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-11-23T00:59:34.3739807Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3741426Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-11-23T00:59:34.3743008Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-11-23T00:59:34.3744602Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-11-23T00:59:34.3746313Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-11-23T00:59:34.3747894Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-11-23T00:59:34.3749752Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-11-23T00:59:34.3751401Z adding 'torch/include/ATen/ops/matmul.h' 2022-11-23T00:59:34.3753209Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-11-23T00:59:34.3755242Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3757324Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-11-23T00:59:34.3758962Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-11-23T00:59:34.3760789Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3762258Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-11-23T00:59:34.3764041Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-11-23T00:59:34.3765539Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-11-23T00:59:34.3767510Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3769007Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-11-23T00:59:34.3770733Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-11-23T00:59:34.3772330Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-11-23T00:59:34.3774008Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-11-23T00:59:34.3775706Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3777540Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-11-23T00:59:34.3779121Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-11-23T00:59:34.3780705Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3782210Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-11-23T00:59:34.3783852Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-11-23T00:59:34.3785514Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-11-23T00:59:34.3787269Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3788803Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-11-23T00:59:34.3790547Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-11-23T00:59:34.3792470Z adding 'torch/include/ATen/ops/max.h' 2022-11-23T00:59:34.3794316Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3796095Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3797757Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-11-23T00:59:34.3799509Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-11-23T00:59:34.3801147Z adding 'torch/include/ATen/ops/max_meta.h' 2022-11-23T00:59:34.3802883Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-11-23T00:59:34.3804567Z adding 'torch/include/ATen/ops/max_native.h' 2022-11-23T00:59:34.3806870Z adding 'torch/include/ATen/ops/max_ops.h' 2022-11-23T00:59:34.3808951Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-11-23T00:59:34.3810776Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3812200Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-11-23T00:59:34.3813883Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-11-23T00:59:34.3815572Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-11-23T00:59:34.3817371Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3818825Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-11-23T00:59:34.3820606Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-11-23T00:59:34.3822221Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-11-23T00:59:34.3823996Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3825527Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-11-23T00:59:34.3827260Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-11-23T00:59:34.3829098Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-11-23T00:59:34.3831010Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-11-23T00:59:34.3832859Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3834505Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-11-23T00:59:34.3836285Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-11-23T00:59:34.3837869Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-11-23T00:59:34.3839529Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-11-23T00:59:34.3841187Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-11-23T00:59:34.3843153Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-11-23T00:59:34.3844980Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3846730Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-11-23T00:59:34.3848633Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-11-23T00:59:34.3850202Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-11-23T00:59:34.3851964Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-11-23T00:59:34.3853602Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-11-23T00:59:34.3855869Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-11-23T00:59:34.3857407Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-11-23T00:59:34.3859205Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3860913Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-11-23T00:59:34.3862601Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-11-23T00:59:34.3864333Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-11-23T00:59:34.3866189Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-11-23T00:59:34.3867967Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-11-23T00:59:34.3869908Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-11-23T00:59:34.3871474Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-11-23T00:59:34.3873405Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-11-23T00:59:34.3875334Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-11-23T00:59:34.3877297Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-11-23T00:59:34.3879153Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-11-23T00:59:34.3881097Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-11-23T00:59:34.3882945Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-11-23T00:59:34.3884931Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-11-23T00:59:34.3886896Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-11-23T00:59:34.3888682Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-11-23T00:59:34.3890536Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-11-23T00:59:34.3892317Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-11-23T00:59:34.3894142Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-11-23T00:59:34.3895855Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-11-23T00:59:34.3897518Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-11-23T00:59:34.3899403Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-11-23T00:59:34.3901182Z adding 'torch/include/ATen/ops/maximum.h' 2022-11-23T00:59:34.3903062Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3904629Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-11-23T00:59:34.3906325Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-11-23T00:59:34.3908000Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-11-23T00:59:34.3909797Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-11-23T00:59:34.3911479Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-11-23T00:59:34.3913351Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-11-23T00:59:34.3915265Z adding 'torch/include/ATen/ops/mean.h' 2022-11-23T00:59:34.3917279Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3918907Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3920614Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3922451Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-11-23T00:59:34.3924196Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-11-23T00:59:34.3925963Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-11-23T00:59:34.3927896Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-11-23T00:59:34.3929762Z adding 'torch/include/ATen/ops/mean_native.h' 2022-11-23T00:59:34.3931788Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-11-23T00:59:34.3933870Z adding 'torch/include/ATen/ops/median.h' 2022-11-23T00:59:34.3935793Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3937634Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3939398Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-11-23T00:59:34.3941325Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-11-23T00:59:34.3943016Z adding 'torch/include/ATen/ops/median_native.h' 2022-11-23T00:59:34.3945238Z adding 'torch/include/ATen/ops/median_ops.h' 2022-11-23T00:59:34.3947096Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-11-23T00:59:34.3949114Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3950842Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-11-23T00:59:34.3952635Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-11-23T00:59:34.3954639Z adding 'torch/include/ATen/ops/min.h' 2022-11-23T00:59:34.3956692Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3958502Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.3960290Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-11-23T00:59:34.3962040Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-11-23T00:59:34.3963922Z adding 'torch/include/ATen/ops/min_meta.h' 2022-11-23T00:59:34.3965685Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-11-23T00:59:34.3967789Z adding 'torch/include/ATen/ops/min_native.h' 2022-11-23T00:59:34.3969882Z adding 'torch/include/ATen/ops/min_ops.h' 2022-11-23T00:59:34.3971899Z adding 'torch/include/ATen/ops/minimum.h' 2022-11-23T00:59:34.3973734Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.3975463Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-11-23T00:59:34.3977147Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-11-23T00:59:34.3978841Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-11-23T00:59:34.3980591Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-11-23T00:59:34.3982290Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-11-23T00:59:34.3984112Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-11-23T00:59:34.3986047Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-11-23T00:59:34.3988073Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-11-23T00:59:34.3990220Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3991945Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-11-23T00:59:34.3993805Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-11-23T00:59:34.3995927Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-11-23T00:59:34.3998240Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.3999961Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-11-23T00:59:34.4001685Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-11-23T00:59:34.4003635Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-11-23T00:59:34.4006134Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-11-23T00:59:34.4008337Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-11-23T00:59:34.4010229Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-11-23T00:59:34.4012032Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-11-23T00:59:34.4014002Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-11-23T00:59:34.4015943Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4017780Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-11-23T00:59:34.4019488Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-11-23T00:59:34.4021604Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-11-23T00:59:34.4023492Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-11-23T00:59:34.4025360Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-11-23T00:59:34.4027008Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-11-23T00:59:34.4029039Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-11-23T00:59:34.4031289Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-11-23T00:59:34.4033638Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4035396Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-11-23T00:59:34.4037253Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-11-23T00:59:34.4039238Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-11-23T00:59:34.4041545Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-11-23T00:59:34.4043676Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4045579Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-11-23T00:59:34.4047393Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-11-23T00:59:34.4049411Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-11-23T00:59:34.4051476Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-11-23T00:59:34.4053746Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-11-23T00:59:34.4055823Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4057925Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4059783Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-11-23T00:59:34.4062140Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-11-23T00:59:34.4064185Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4066069Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-11-23T00:59:34.4067819Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-11-23T00:59:34.4070162Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-11-23T00:59:34.4072009Z adding 'torch/include/ATen/ops/mish.h' 2022-11-23T00:59:34.4073848Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-11-23T00:59:34.4075683Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4077467Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-11-23T00:59:34.4079212Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4080987Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-11-23T00:59:34.4082732Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-11-23T00:59:34.4085339Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4087199Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-11-23T00:59:34.4088887Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-11-23T00:59:34.4090536Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-11-23T00:59:34.4092184Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-11-23T00:59:34.4093733Z adding 'torch/include/ATen/ops/mish_native.h' 2022-11-23T00:59:34.4095686Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-11-23T00:59:34.4097538Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-11-23T00:59:34.4099352Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-11-23T00:59:34.4101148Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4102844Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-11-23T00:59:34.4104623Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T00:59:34.4106421Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-11-23T00:59:34.4108250Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-11-23T00:59:34.4110337Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-11-23T00:59:34.4112402Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4114140Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-11-23T00:59:34.4116098Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-11-23T00:59:34.4117941Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-11-23T00:59:34.4119816Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-11-23T00:59:34.4121868Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4123708Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-11-23T00:59:34.4125613Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4127582Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-11-23T00:59:34.4129574Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-11-23T00:59:34.4131551Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-11-23T00:59:34.4133488Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-11-23T00:59:34.4135195Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-11-23T00:59:34.4137064Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4138598Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-11-23T00:59:34.4140524Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-11-23T00:59:34.4142301Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4143949Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-11-23T00:59:34.4145788Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-11-23T00:59:34.4147681Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-11-23T00:59:34.4149848Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-11-23T00:59:34.4151726Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4153471Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-11-23T00:59:34.4155612Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-11-23T00:59:34.4157501Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4159184Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-11-23T00:59:34.4161084Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-11-23T00:59:34.4163045Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-11-23T00:59:34.4165053Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-11-23T00:59:34.4167326Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4169116Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-11-23T00:59:34.4171101Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-11-23T00:59:34.4172893Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4174355Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-11-23T00:59:34.4176051Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-11-23T00:59:34.4177786Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-11-23T00:59:34.4179646Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4181133Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-11-23T00:59:34.4182928Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-11-23T00:59:34.4184636Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-11-23T00:59:34.4186453Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4187930Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-11-23T00:59:34.4189891Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-11-23T00:59:34.4191467Z adding 'torch/include/ATen/ops/mm.h' 2022-11-23T00:59:34.4193328Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4194862Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-11-23T00:59:34.4196602Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-11-23T00:59:34.4198185Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-11-23T00:59:34.4199876Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-11-23T00:59:34.4201647Z adding 'torch/include/ATen/ops/mm_native.h' 2022-11-23T00:59:34.4203527Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-11-23T00:59:34.4205485Z adding 'torch/include/ATen/ops/mode.h' 2022-11-23T00:59:34.4207841Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4209655Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4211334Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-11-23T00:59:34.4213202Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-11-23T00:59:34.4214934Z adding 'torch/include/ATen/ops/mode_native.h' 2022-11-23T00:59:34.4216986Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-11-23T00:59:34.4218990Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-11-23T00:59:34.4220888Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4222579Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-11-23T00:59:34.4224590Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-11-23T00:59:34.4226473Z adding 'torch/include/ATen/ops/movedim.h' 2022-11-23T00:59:34.4228422Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4230159Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-11-23T00:59:34.4232091Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-11-23T00:59:34.4234104Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-11-23T00:59:34.4236190Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4237907Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-11-23T00:59:34.4239972Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-11-23T00:59:34.4242121Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-11-23T00:59:34.4244098Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4245694Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-11-23T00:59:34.4247921Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-11-23T00:59:34.4250079Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-11-23T00:59:34.4252051Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4253782Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-11-23T00:59:34.4255938Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-11-23T00:59:34.4257760Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-11-23T00:59:34.4259544Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-11-23T00:59:34.4261506Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-11-23T00:59:34.4263172Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4264799Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-11-23T00:59:34.4266750Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-11-23T00:59:34.4268690Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4270328Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-11-23T00:59:34.4272066Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-11-23T00:59:34.4273705Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-11-23T00:59:34.4275328Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-11-23T00:59:34.4277144Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-11-23T00:59:34.4279488Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-11-23T00:59:34.4280326Z adding 'torch/include/ATen/ops/msort.h' 2022-11-23T00:59:34.4282293Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4283853Z adding 'torch/include/ATen/ops/msort_native.h' 2022-11-23T00:59:34.4285777Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-11-23T00:59:34.4288038Z adding 'torch/include/ATen/ops/mul.h' 2022-11-23T00:59:34.4289950Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4291941Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4293560Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-11-23T00:59:34.4295305Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-11-23T00:59:34.4297047Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-11-23T00:59:34.4298878Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-11-23T00:59:34.4300823Z adding 'torch/include/ATen/ops/mul_native.h' 2022-11-23T00:59:34.4302877Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-11-23T00:59:34.4305218Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-11-23T00:59:34.4307471Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-11-23T00:59:34.4309993Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-11-23T00:59:34.4312231Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4314395Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-11-23T00:59:34.4316455Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-11-23T00:59:34.4318413Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-11-23T00:59:34.4320235Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-11-23T00:59:34.4322103Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-11-23T00:59:34.4324017Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-11-23T00:59:34.4326192Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-11-23T00:59:34.4328211Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-11-23T00:59:34.4330141Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-11-23T00:59:34.4332191Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4333924Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-11-23T00:59:34.4335928Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-11-23T00:59:34.4338015Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4339931Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-11-23T00:59:34.4341748Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-11-23T00:59:34.4343594Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-11-23T00:59:34.4345384Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-11-23T00:59:34.4347376Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-11-23T00:59:34.4349292Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-11-23T00:59:34.4351273Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-11-23T00:59:34.4353166Z adding 'torch/include/ATen/ops/multinomial.h' 2022-11-23T00:59:34.4355125Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-11-23T00:59:34.4357009Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-11-23T00:59:34.4358814Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-11-23T00:59:34.4360743Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-11-23T00:59:34.4362735Z adding 'torch/include/ATen/ops/multiply.h' 2022-11-23T00:59:34.4364736Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4366651Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-11-23T00:59:34.4368657Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-11-23T00:59:34.4370507Z adding 'torch/include/ATen/ops/mv.h' 2022-11-23T00:59:34.4372401Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4374117Z adding 'torch/include/ATen/ops/mv_native.h' 2022-11-23T00:59:34.4375957Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-11-23T00:59:34.4377842Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-11-23T00:59:34.4379778Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4381608Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-11-23T00:59:34.4383338Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-11-23T00:59:34.4385048Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-11-23T00:59:34.4386979Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-11-23T00:59:34.4388994Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-11-23T00:59:34.4391056Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4392837Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-11-23T00:59:34.4394663Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-11-23T00:59:34.4396526Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-11-23T00:59:34.4398492Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-11-23T00:59:34.4400397Z adding 'torch/include/ATen/ops/nanmean.h' 2022-11-23T00:59:34.4402423Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4404119Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-11-23T00:59:34.4406142Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-11-23T00:59:34.4408348Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-11-23T00:59:34.4410385Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4412255Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4414066Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-11-23T00:59:34.4415893Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-11-23T00:59:34.4417730Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-11-23T00:59:34.4419968Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-11-23T00:59:34.4422062Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-11-23T00:59:34.4424140Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4425921Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-11-23T00:59:34.4428025Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-11-23T00:59:34.4430160Z adding 'torch/include/ATen/ops/nansum.h' 2022-11-23T00:59:34.4432147Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-11-23T00:59:34.4433905Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-11-23T00:59:34.4435664Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-11-23T00:59:34.4437570Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-11-23T00:59:34.4439569Z adding 'torch/include/ATen/ops/narrow.h' 2022-11-23T00:59:34.4441551Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4443583Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-11-23T00:59:34.4445601Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4447769Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-11-23T00:59:34.4449635Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-11-23T00:59:34.4451616Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-11-23T00:59:34.4453382Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-11-23T00:59:34.4455331Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-11-23T00:59:34.4457318Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-11-23T00:59:34.4459458Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-11-23T00:59:34.4461513Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4463404Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-11-23T00:59:34.4465240Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4467192Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-11-23T00:59:34.4469357Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-11-23T00:59:34.4471474Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-11-23T00:59:34.4473402Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-11-23T00:59:34.4475367Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-11-23T00:59:34.4477493Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-11-23T00:59:34.4479388Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-11-23T00:59:34.4481265Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4483028Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-11-23T00:59:34.4484747Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-11-23T00:59:34.4486771Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-11-23T00:59:34.4488590Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-11-23T00:59:34.4490606Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-11-23T00:59:34.4492539Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4494279Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-11-23T00:59:34.4496136Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4497842Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-11-23T00:59:34.4499769Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-11-23T00:59:34.4501739Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4503493Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-11-23T00:59:34.4505357Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-11-23T00:59:34.4507105Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-11-23T00:59:34.4509189Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-11-23T00:59:34.4511407Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-11-23T00:59:34.4513950Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-11-23T00:59:34.4516171Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4518215Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-11-23T00:59:34.4520025Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4522617Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-11-23T00:59:34.4524765Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-11-23T00:59:34.4527036Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4528889Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-11-23T00:59:34.4530854Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-11-23T00:59:34.4532654Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-11-23T00:59:34.4534763Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-11-23T00:59:34.4537020Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-11-23T00:59:34.4539476Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-11-23T00:59:34.4541777Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4543744Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-11-23T00:59:34.4545649Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4547508Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-11-23T00:59:34.4549716Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-11-23T00:59:34.4551805Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4553664Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-11-23T00:59:34.4555555Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-11-23T00:59:34.4557402Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-11-23T00:59:34.4559486Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-11-23T00:59:34.4561523Z adding 'torch/include/ATen/ops/native_norm.h' 2022-11-23T00:59:34.4563538Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4565280Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-11-23T00:59:34.4567526Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-11-23T00:59:34.4569498Z adding 'torch/include/ATen/ops/ne.h' 2022-11-23T00:59:34.4571485Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4573250Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-11-23T00:59:34.4575161Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-11-23T00:59:34.4576911Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-11-23T00:59:34.4578764Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-11-23T00:59:34.4580557Z adding 'torch/include/ATen/ops/ne_native.h' 2022-11-23T00:59:34.4582645Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-11-23T00:59:34.4584643Z adding 'torch/include/ATen/ops/neg.h' 2022-11-23T00:59:34.4586640Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4588451Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-11-23T00:59:34.4590255Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-11-23T00:59:34.4592018Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-11-23T00:59:34.4593893Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-11-23T00:59:34.4595702Z adding 'torch/include/ATen/ops/neg_native.h' 2022-11-23T00:59:34.4597630Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-11-23T00:59:34.4599518Z adding 'torch/include/ATen/ops/negative.h' 2022-11-23T00:59:34.4601508Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4603221Z adding 'torch/include/ATen/ops/negative_native.h' 2022-11-23T00:59:34.4605159Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-11-23T00:59:34.4607667Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-11-23T00:59:34.4609315Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4610867Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-11-23T00:59:34.4612728Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-11-23T00:59:34.4614811Z adding 'torch/include/ATen/ops/new_empty.h' 2022-11-23T00:59:34.4616964Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4618661Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-11-23T00:59:34.4620594Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-11-23T00:59:34.4622779Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-11-23T00:59:34.4624825Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4626775Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4628598Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-11-23T00:59:34.4630614Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-11-23T00:59:34.4632691Z adding 'torch/include/ATen/ops/new_full.h' 2022-11-23T00:59:34.4634944Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4636747Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-11-23T00:59:34.4638930Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-11-23T00:59:34.4640933Z adding 'torch/include/ATen/ops/new_ones.h' 2022-11-23T00:59:34.4643055Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4644807Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-11-23T00:59:34.4646939Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-11-23T00:59:34.4649087Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-11-23T00:59:34.4651211Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4653002Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-11-23T00:59:34.4655022Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-11-23T00:59:34.4656876Z adding 'torch/include/ATen/ops/nextafter.h' 2022-11-23T00:59:34.4658818Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4660597Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-11-23T00:59:34.4662449Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-11-23T00:59:34.4664160Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-11-23T00:59:34.4666032Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-11-23T00:59:34.4667758Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-11-23T00:59:34.4669926Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-11-23T00:59:34.4672128Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-11-23T00:59:34.4674388Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-11-23T00:59:34.4676639Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-11-23T00:59:34.4678799Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.4680772Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4682730Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-11-23T00:59:34.4684786Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-11-23T00:59:34.4686966Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4689085Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-11-23T00:59:34.4691236Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-11-23T00:59:34.4693181Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-11-23T00:59:34.4694990Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-11-23T00:59:34.4697108Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-11-23T00:59:34.4698974Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-11-23T00:59:34.4701131Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-11-23T00:59:34.4703148Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-11-23T00:59:34.4705322Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4707121Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-11-23T00:59:34.4709203Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-11-23T00:59:34.4711074Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-11-23T00:59:34.4713055Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-11-23T00:59:34.4714868Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-11-23T00:59:34.4717034Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-11-23T00:59:34.4719071Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4721187Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-11-23T00:59:34.4723387Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4725218Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-11-23T00:59:34.4727328Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-11-23T00:59:34.4729132Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-11-23T00:59:34.4731096Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-11-23T00:59:34.4732895Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-11-23T00:59:34.4734911Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-11-23T00:59:34.4736761Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-11-23T00:59:34.4738903Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-11-23T00:59:34.4740943Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4742706Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-11-23T00:59:34.4744739Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-11-23T00:59:34.4746870Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-11-23T00:59:34.4748413Z adding 'torch/include/ATen/ops/nonzero.h' 2022-11-23T00:59:34.4750109Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-11-23T00:59:34.4751721Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-11-23T00:59:34.4753298Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-11-23T00:59:34.4754892Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-11-23T00:59:34.4756630Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4757936Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-11-23T00:59:34.4759620Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-11-23T00:59:34.4761375Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-11-23T00:59:34.4763522Z adding 'torch/include/ATen/ops/norm.h' 2022-11-23T00:59:34.4765551Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4767754Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4769411Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4771056Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-11-23T00:59:34.4772752Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-11-23T00:59:34.4774329Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-11-23T00:59:34.4776008Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4777537Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-11-23T00:59:34.4779200Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-11-23T00:59:34.4780811Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-11-23T00:59:34.4782511Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-11-23T00:59:34.4784189Z adding 'torch/include/ATen/ops/norm_native.h' 2022-11-23T00:59:34.4786532Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-11-23T00:59:34.4789152Z adding 'torch/include/ATen/ops/normal.h' 2022-11-23T00:59:34.4791271Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4792872Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-11-23T00:59:34.4794497Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-11-23T00:59:34.4796035Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-11-23T00:59:34.4797688Z adding 'torch/include/ATen/ops/normal_native.h' 2022-11-23T00:59:34.4800616Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-11-23T00:59:34.4802480Z adding 'torch/include/ATen/ops/not_equal.h' 2022-11-23T00:59:34.4804166Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4805709Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-11-23T00:59:34.4807523Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-11-23T00:59:34.4809054Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-11-23T00:59:34.4810909Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4812385Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-11-23T00:59:34.4814219Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-11-23T00:59:34.4815865Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-11-23T00:59:34.4817577Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4819073Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-11-23T00:59:34.4820719Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-11-23T00:59:34.4822426Z adding 'torch/include/ATen/ops/one_hot.h' 2022-11-23T00:59:34.4824330Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4825700Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-11-23T00:59:34.4827308Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-11-23T00:59:34.4829527Z adding 'torch/include/ATen/ops/ones.h' 2022-11-23T00:59:34.4831797Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4833569Z adding 'torch/include/ATen/ops/ones_like.h' 2022-11-23T00:59:34.4835301Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4836779Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-11-23T00:59:34.4838496Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-11-23T00:59:34.4840166Z adding 'torch/include/ATen/ops/ones_native.h' 2022-11-23T00:59:34.4842044Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-11-23T00:59:34.4843687Z adding 'torch/include/ATen/ops/or.h' 2022-11-23T00:59:34.4845460Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4847009Z adding 'torch/include/ATen/ops/or_native.h' 2022-11-23T00:59:34.4848704Z adding 'torch/include/ATen/ops/or_ops.h' 2022-11-23T00:59:34.4850320Z adding 'torch/include/ATen/ops/orgqr.h' 2022-11-23T00:59:34.4852104Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4853507Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-11-23T00:59:34.4855156Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-11-23T00:59:34.4856747Z adding 'torch/include/ATen/ops/ormqr.h' 2022-11-23T00:59:34.4858403Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-11-23T00:59:34.4859968Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-11-23T00:59:34.4861550Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-11-23T00:59:34.4863172Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-11-23T00:59:34.4864802Z adding 'torch/include/ATen/ops/outer.h' 2022-11-23T00:59:34.4866489Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4867938Z adding 'torch/include/ATen/ops/outer_native.h' 2022-11-23T00:59:34.4869636Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-11-23T00:59:34.4871219Z adding 'torch/include/ATen/ops/output_nr.h' 2022-11-23T00:59:34.4872958Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4874277Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-11-23T00:59:34.4875771Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-11-23T00:59:34.4877423Z adding 'torch/include/ATen/ops/pad.h' 2022-11-23T00:59:34.4879130Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4880586Z adding 'torch/include/ATen/ops/pad_native.h' 2022-11-23T00:59:34.4882194Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-11-23T00:59:34.4883830Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-11-23T00:59:34.4885469Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4887634Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-11-23T00:59:34.4888953Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-11-23T00:59:34.4890588Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-11-23T00:59:34.4892357Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4893779Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-11-23T00:59:34.4895605Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-11-23T00:59:34.4897277Z adding 'torch/include/ATen/ops/pdist.h' 2022-11-23T00:59:34.4899779Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4901217Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-11-23T00:59:34.4902791Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-11-23T00:59:34.4904553Z adding 'torch/include/ATen/ops/permute.h' 2022-11-23T00:59:34.4906508Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4908283Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-11-23T00:59:34.4910378Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4912360Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4913871Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-11-23T00:59:34.4915685Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-11-23T00:59:34.4917439Z adding 'torch/include/ATen/ops/permute_native.h' 2022-11-23T00:59:34.4919274Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-11-23T00:59:34.4920991Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-11-23T00:59:34.4922969Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4924615Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-11-23T00:59:34.4926613Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-11-23T00:59:34.4928603Z adding 'torch/include/ATen/ops/pinverse.h' 2022-11-23T00:59:34.4930644Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4932221Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-11-23T00:59:34.4934071Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-11-23T00:59:34.4935880Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-11-23T00:59:34.4937921Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4939815Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4941523Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-11-23T00:59:34.4943232Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-11-23T00:59:34.4945138Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-11-23T00:59:34.4946971Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-11-23T00:59:34.4949124Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4958651Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.4960332Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-11-23T00:59:34.4962207Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-11-23T00:59:34.4964323Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-11-23T00:59:34.4966172Z adding 'torch/include/ATen/ops/poisson.h' 2022-11-23T00:59:34.4968246Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4969953Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-11-23T00:59:34.4971782Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-11-23T00:59:34.4973517Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-11-23T00:59:34.4975317Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-11-23T00:59:34.4977326Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.4979056Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-11-23T00:59:34.4980896Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-11-23T00:59:34.4982909Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-11-23T00:59:34.4984911Z adding 'torch/include/ATen/ops/polar.h' 2022-11-23T00:59:34.4986645Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4988353Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-11-23T00:59:34.4990183Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-11-23T00:59:34.4991917Z adding 'torch/include/ATen/ops/polar_native.h' 2022-11-23T00:59:34.4993813Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-11-23T00:59:34.4996147Z adding 'torch/include/ATen/ops/polygamma.h' 2022-11-23T00:59:34.4997953Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.4999652Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5001228Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-11-23T00:59:34.5002915Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-11-23T00:59:34.5004634Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-11-23T00:59:34.5006438Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-11-23T00:59:34.5008137Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-11-23T00:59:34.5010198Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-11-23T00:59:34.5011812Z adding 'torch/include/ATen/ops/positive.h' 2022-11-23T00:59:34.5013545Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5015250Z adding 'torch/include/ATen/ops/positive_native.h' 2022-11-23T00:59:34.5016860Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-11-23T00:59:34.5018727Z adding 'torch/include/ATen/ops/pow.h' 2022-11-23T00:59:34.5034921Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5035111Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-11-23T00:59:34.5035367Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-11-23T00:59:34.5035653Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-11-23T00:59:34.5035975Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-11-23T00:59:34.5036159Z adding 'torch/include/ATen/ops/pow_native.h' 2022-11-23T00:59:34.5036297Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-11-23T00:59:34.5036466Z adding 'torch/include/ATen/ops/prelu.h' 2022-11-23T00:59:34.5036608Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-11-23T00:59:34.5037538Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5039232Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-11-23T00:59:34.5040720Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-11-23T00:59:34.5042316Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-11-23T00:59:34.5044163Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-11-23T00:59:34.5046228Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5048170Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-11-23T00:59:34.5049730Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-11-23T00:59:34.5051566Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-11-23T00:59:34.5053373Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-11-23T00:59:34.5055407Z adding 'torch/include/ATen/ops/prod.h' 2022-11-23T00:59:34.5057507Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5059418Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5061254Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5063174Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-11-23T00:59:34.5064888Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-11-23T00:59:34.5066711Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-11-23T00:59:34.5068674Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-11-23T00:59:34.5070558Z adding 'torch/include/ATen/ops/prod_native.h' 2022-11-23T00:59:34.5072706Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-11-23T00:59:34.5074627Z adding 'torch/include/ATen/ops/promote_types.h' 2022-11-23T00:59:34.5076629Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5078266Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-11-23T00:59:34.5080172Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-11-23T00:59:34.5082071Z adding 'torch/include/ATen/ops/put.h' 2022-11-23T00:59:34.5084143Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5085825Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-11-23T00:59:34.5087810Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-11-23T00:59:34.5089556Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-11-23T00:59:34.5091340Z adding 'torch/include/ATen/ops/put_native.h' 2022-11-23T00:59:34.5093274Z adding 'torch/include/ATen/ops/put_ops.h' 2022-11-23T00:59:34.5095214Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-11-23T00:59:34.5097043Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-11-23T00:59:34.5098872Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-11-23T00:59:34.5100640Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-11-23T00:59:34.5102663Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5104239Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-11-23T00:59:34.5106155Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-11-23T00:59:34.5108036Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-11-23T00:59:34.5110194Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5111769Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-11-23T00:59:34.5113854Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-11-23T00:59:34.5115593Z adding 'torch/include/ATen/ops/q_scale.h' 2022-11-23T00:59:34.5117352Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-11-23T00:59:34.5119087Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-11-23T00:59:34.5120907Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-11-23T00:59:34.5122671Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-11-23T00:59:34.5124473Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-11-23T00:59:34.5126453Z adding 'torch/include/ATen/ops/qr.h' 2022-11-23T00:59:34.5128579Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5130392Z adding 'torch/include/ATen/ops/qr_native.h' 2022-11-23T00:59:34.5132273Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-11-23T00:59:34.5134090Z adding 'torch/include/ATen/ops/qscheme.h' 2022-11-23T00:59:34.5135833Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-11-23T00:59:34.5137923Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-11-23T00:59:34.5139830Z adding 'torch/include/ATen/ops/quantile.h' 2022-11-23T00:59:34.5142000Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5143998Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-11-23T00:59:34.5145739Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-11-23T00:59:34.5147722Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-11-23T00:59:34.5149789Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5151570Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-11-23T00:59:34.5153351Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-11-23T00:59:34.5155048Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-11-23T00:59:34.5157003Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-11-23T00:59:34.5159142Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-11-23T00:59:34.5161247Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5163057Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-11-23T00:59:34.5164886Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-11-23T00:59:34.5166933Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-11-23T00:59:34.5169025Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5170564Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-11-23T00:59:34.5172612Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-11-23T00:59:34.5174028Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-11-23T00:59:34.5175938Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-11-23T00:59:34.5177741Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-11-23T00:59:34.5179870Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-11-23T00:59:34.5181979Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-11-23T00:59:34.5184000Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5185593Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-11-23T00:59:34.5187569Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-11-23T00:59:34.5189605Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-11-23T00:59:34.5191712Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5193299Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-11-23T00:59:34.5195254Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-11-23T00:59:34.5197146Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-11-23T00:59:34.5199179Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5200880Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-11-23T00:59:34.5202878Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-11-23T00:59:34.5204799Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-11-23T00:59:34.5206894Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5208857Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-11-23T00:59:34.5210888Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-11-23T00:59:34.5212807Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-11-23T00:59:34.5214799Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5216599Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-11-23T00:59:34.5218530Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-11-23T00:59:34.5220322Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-11-23T00:59:34.5222205Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5223943Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-11-23T00:59:34.5225789Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-11-23T00:59:34.5227657Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-11-23T00:59:34.5229677Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5231971Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-11-23T00:59:34.5233423Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-11-23T00:59:34.5235138Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-11-23T00:59:34.5236952Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5238550Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-11-23T00:59:34.5240455Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-11-23T00:59:34.5243353Z adding 'torch/include/ATen/ops/rand.h' 2022-11-23T00:59:34.5246128Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5247972Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5249628Z adding 'torch/include/ATen/ops/rand_like.h' 2022-11-23T00:59:34.5251648Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5253410Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-11-23T00:59:34.5255380Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-11-23T00:59:34.5257278Z adding 'torch/include/ATen/ops/rand_native.h' 2022-11-23T00:59:34.5259635Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-11-23T00:59:34.5263018Z adding 'torch/include/ATen/ops/randint.h' 2022-11-23T00:59:34.5265984Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5268206Z adding 'torch/include/ATen/ops/randint_like.h' 2022-11-23T00:59:34.5270427Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5272268Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-11-23T00:59:34.5274540Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-11-23T00:59:34.5276415Z adding 'torch/include/ATen/ops/randint_native.h' 2022-11-23T00:59:34.5278660Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-11-23T00:59:34.5281773Z adding 'torch/include/ATen/ops/randn.h' 2022-11-23T00:59:34.5284429Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5286387Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5288163Z adding 'torch/include/ATen/ops/randn_like.h' 2022-11-23T00:59:34.5290047Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5291675Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-11-23T00:59:34.5293451Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-11-23T00:59:34.5295338Z adding 'torch/include/ATen/ops/randn_native.h' 2022-11-23T00:59:34.5297422Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-11-23T00:59:34.5299452Z adding 'torch/include/ATen/ops/random.h' 2022-11-23T00:59:34.5301330Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5303089Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-11-23T00:59:34.5304675Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-11-23T00:59:34.5306325Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-11-23T00:59:34.5308033Z adding 'torch/include/ATen/ops/random_native.h' 2022-11-23T00:59:34.5310043Z adding 'torch/include/ATen/ops/random_ops.h' 2022-11-23T00:59:34.5312088Z adding 'torch/include/ATen/ops/randperm.h' 2022-11-23T00:59:34.5314016Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5315632Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-11-23T00:59:34.5317271Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-11-23T00:59:34.5318917Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-11-23T00:59:34.5320859Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-11-23T00:59:34.5322676Z adding 'torch/include/ATen/ops/range.h' 2022-11-23T00:59:34.5324596Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5326389Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-11-23T00:59:34.5328039Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-11-23T00:59:34.5329675Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-11-23T00:59:34.5331255Z adding 'torch/include/ATen/ops/range_native.h' 2022-11-23T00:59:34.5333130Z adding 'torch/include/ATen/ops/range_ops.h' 2022-11-23T00:59:34.5334855Z adding 'torch/include/ATen/ops/ravel.h' 2022-11-23T00:59:34.5336529Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5338053Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-11-23T00:59:34.5339640Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-11-23T00:59:34.5341121Z adding 'torch/include/ATen/ops/real.h' 2022-11-23T00:59:34.5342794Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5344217Z adding 'torch/include/ATen/ops/real_native.h' 2022-11-23T00:59:34.5345832Z adding 'torch/include/ATen/ops/real_ops.h' 2022-11-23T00:59:34.5347448Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-11-23T00:59:34.5349402Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5350960Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-11-23T00:59:34.5352617Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-11-23T00:59:34.5354175Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-11-23T00:59:34.5355916Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-11-23T00:59:34.5357421Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-11-23T00:59:34.5359163Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-11-23T00:59:34.5360872Z adding 'torch/include/ATen/ops/record_stream.h' 2022-11-23T00:59:34.5362551Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-11-23T00:59:34.5364021Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-11-23T00:59:34.5365774Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-11-23T00:59:34.5367138Z adding 'torch/include/ATen/ops/refine_names.h' 2022-11-23T00:59:34.5369230Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5370681Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-11-23T00:59:34.5372248Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-11-23T00:59:34.5374015Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-11-23T00:59:34.5375934Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-11-23T00:59:34.5377884Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5379461Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.5381183Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.5382742Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-11-23T00:59:34.5385225Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-11-23T00:59:34.5385931Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-11-23T00:59:34.5388847Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-11-23T00:59:34.5390736Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5392810Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-11-23T00:59:34.5394287Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-11-23T00:59:34.5396187Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-11-23T00:59:34.5397828Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-11-23T00:59:34.5399635Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-11-23T00:59:34.5401504Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-11-23T00:59:34.5403392Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-11-23T00:59:34.5405475Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-11-23T00:59:34.5407618Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.5409512Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.5411255Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-11-23T00:59:34.5413054Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-11-23T00:59:34.5414866Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-11-23T00:59:34.5416665Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-11-23T00:59:34.5418371Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-11-23T00:59:34.5420170Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-11-23T00:59:34.5422449Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-11-23T00:59:34.5424223Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-11-23T00:59:34.5426137Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5427842Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.5429769Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.5431726Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-11-23T00:59:34.5433298Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-11-23T00:59:34.5435098Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-11-23T00:59:34.5437046Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-11-23T00:59:34.5438887Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5440628Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-11-23T00:59:34.5442364Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-11-23T00:59:34.5444034Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-11-23T00:59:34.5445793Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-11-23T00:59:34.5447610Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-11-23T00:59:34.5449481Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-11-23T00:59:34.5451274Z adding 'torch/include/ATen/ops/relu.h' 2022-11-23T00:59:34.5452984Z adding 'torch/include/ATen/ops/relu6.h' 2022-11-23T00:59:34.5454795Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5456355Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-11-23T00:59:34.5458192Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-11-23T00:59:34.5459922Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5461585Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-11-23T00:59:34.5463288Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-11-23T00:59:34.5465008Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-11-23T00:59:34.5466825Z adding 'torch/include/ATen/ops/relu_native.h' 2022-11-23T00:59:34.5468580Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-11-23T00:59:34.5470525Z adding 'torch/include/ATen/ops/remainder.h' 2022-11-23T00:59:34.5472397Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5474182Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5476216Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-11-23T00:59:34.5478339Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-11-23T00:59:34.5480481Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-11-23T00:59:34.5482512Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-11-23T00:59:34.5484430Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-11-23T00:59:34.5486705Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-11-23T00:59:34.5488484Z adding 'torch/include/ATen/ops/rename.h' 2022-11-23T00:59:34.5490306Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5491904Z adding 'torch/include/ATen/ops/rename_native.h' 2022-11-23T00:59:34.5493784Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-11-23T00:59:34.5495556Z adding 'torch/include/ATen/ops/renorm.h' 2022-11-23T00:59:34.5497463Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5499133Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-11-23T00:59:34.5500902Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-11-23T00:59:34.5502559Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-11-23T00:59:34.5504350Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-11-23T00:59:34.5505987Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-11-23T00:59:34.5507913Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-11-23T00:59:34.5509979Z adding 'torch/include/ATen/ops/repeat.h' 2022-11-23T00:59:34.5511994Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5513863Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-11-23T00:59:34.5515808Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5517567Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5519314Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-11-23T00:59:34.5521032Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-11-23T00:59:34.5522801Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-11-23T00:59:34.5524817Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-11-23T00:59:34.5526735Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-11-23T00:59:34.5528723Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-11-23T00:59:34.5530723Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-11-23T00:59:34.5532809Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-11-23T00:59:34.5534841Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5536516Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.5538353Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.5540073Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-11-23T00:59:34.5541845Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-11-23T00:59:34.5543589Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-11-23T00:59:34.5545367Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-11-23T00:59:34.5547215Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5548982Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-11-23T00:59:34.5550787Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-11-23T00:59:34.5552562Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-11-23T00:59:34.5554412Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-11-23T00:59:34.5556104Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-11-23T00:59:34.5557851Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-11-23T00:59:34.5559804Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-11-23T00:59:34.5561901Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-11-23T00:59:34.5563873Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.5565755Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.5567582Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-11-23T00:59:34.5569441Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-11-23T00:59:34.5571390Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5573051Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-11-23T00:59:34.5574873Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-11-23T00:59:34.5576549Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-11-23T00:59:34.5578332Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-11-23T00:59:34.5580023Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-11-23T00:59:34.5581859Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-11-23T00:59:34.5583817Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-11-23T00:59:34.5585936Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-11-23T00:59:34.5587883Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.5589794Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.5591569Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-11-23T00:59:34.5593451Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-11-23T00:59:34.5595365Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5597039Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-11-23T00:59:34.5598775Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-11-23T00:59:34.5600473Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-11-23T00:59:34.5602258Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-11-23T00:59:34.5604012Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-11-23T00:59:34.5605795Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-11-23T00:59:34.5607626Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-11-23T00:59:34.5609404Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5611020Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-11-23T00:59:34.5612733Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-11-23T00:59:34.5614484Z adding 'torch/include/ATen/ops/reshape.h' 2022-11-23T00:59:34.5616093Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-11-23T00:59:34.5617904Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5619769Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T00:59:34.5621195Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-11-23T00:59:34.5622946Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-11-23T00:59:34.5624827Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5626584Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T00:59:34.5628255Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-11-23T00:59:34.5630012Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-11-23T00:59:34.5632080Z adding 'torch/include/ATen/ops/resize.h' 2022-11-23T00:59:34.5633959Z adding 'torch/include/ATen/ops/resize_as.h' 2022-11-23T00:59:34.5635796Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5637451Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-11-23T00:59:34.5639426Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-11-23T00:59:34.5641238Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-11-23T00:59:34.5643096Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5644839Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-11-23T00:59:34.5646791Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-11-23T00:59:34.5648558Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-11-23T00:59:34.5650511Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5652157Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-11-23T00:59:34.5653978Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-11-23T00:59:34.5655828Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-11-23T00:59:34.5657507Z adding 'torch/include/ATen/ops/resize_native.h' 2022-11-23T00:59:34.5659356Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-11-23T00:59:34.5661134Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-11-23T00:59:34.5662949Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5664569Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-11-23T00:59:34.5666253Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-11-23T00:59:34.5667964Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-11-23T00:59:34.5669877Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5671529Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-11-23T00:59:34.5673409Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-11-23T00:59:34.5674975Z adding 'torch/include/ATen/ops/result_type.h' 2022-11-23T00:59:34.5676861Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5678436Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-11-23T00:59:34.5680308Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-11-23T00:59:34.5682267Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-11-23T00:59:34.5684025Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5685751Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-11-23T00:59:34.5687284Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-11-23T00:59:34.5689224Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-11-23T00:59:34.5691100Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5693127Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-11-23T00:59:34.5694587Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-11-23T00:59:34.5696688Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-11-23T00:59:34.5698319Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-11-23T00:59:34.5700241Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5701992Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-11-23T00:59:34.5704079Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-11-23T00:59:34.5705972Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5707539Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-11-23T00:59:34.5709685Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-11-23T00:59:34.5711560Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-11-23T00:59:34.5713462Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-11-23T00:59:34.5715492Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5717003Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-11-23T00:59:34.5718881Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-11-23T00:59:34.5720813Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5722437Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-11-23T00:59:34.5724291Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-11-23T00:59:34.5726281Z adding 'torch/include/ATen/ops/roll.h' 2022-11-23T00:59:34.5728305Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5729944Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-11-23T00:59:34.5731747Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-11-23T00:59:34.5733212Z adding 'torch/include/ATen/ops/roll_native.h' 2022-11-23T00:59:34.5735053Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-11-23T00:59:34.5736844Z adding 'torch/include/ATen/ops/rot90.h' 2022-11-23T00:59:34.5738775Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5740353Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-11-23T00:59:34.5742126Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-11-23T00:59:34.5743897Z adding 'torch/include/ATen/ops/round.h' 2022-11-23T00:59:34.5745927Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5747569Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-11-23T00:59:34.5749379Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-11-23T00:59:34.5751102Z adding 'torch/include/ATen/ops/round_meta.h' 2022-11-23T00:59:34.5752875Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-11-23T00:59:34.5754456Z adding 'torch/include/ATen/ops/round_native.h' 2022-11-23T00:59:34.5756370Z adding 'torch/include/ATen/ops/round_ops.h' 2022-11-23T00:59:34.5758064Z adding 'torch/include/ATen/ops/row_indices.h' 2022-11-23T00:59:34.5759834Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-11-23T00:59:34.5761666Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5763483Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5764977Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-11-23T00:59:34.5766880Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-11-23T00:59:34.5768595Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-11-23T00:59:34.5770364Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-11-23T00:59:34.5772073Z adding 'torch/include/ATen/ops/row_stack.h' 2022-11-23T00:59:34.5773972Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5775557Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-11-23T00:59:34.5777419Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-11-23T00:59:34.5779218Z adding 'torch/include/ATen/ops/rrelu.h' 2022-11-23T00:59:34.5781120Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5782721Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-11-23T00:59:34.5784704Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-11-23T00:59:34.5786645Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-11-23T00:59:34.5788625Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-11-23T00:59:34.5790599Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5792196Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-11-23T00:59:34.5794089Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-11-23T00:59:34.5796020Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-11-23T00:59:34.5797842Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-11-23T00:59:34.5799634Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-11-23T00:59:34.5801408Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-11-23T00:59:34.5803430Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-11-23T00:59:34.5805299Z adding 'torch/include/ATen/ops/rshift.h' 2022-11-23T00:59:34.5808040Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5809821Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-11-23T00:59:34.5811644Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-11-23T00:59:34.5813377Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-11-23T00:59:34.5815079Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-11-23T00:59:34.5817058Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-11-23T00:59:34.5819048Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-11-23T00:59:34.5820912Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5822533Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-11-23T00:59:34.5824260Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-11-23T00:59:34.5825927Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-11-23T00:59:34.5827688Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-11-23T00:59:34.5829420Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-11-23T00:59:34.5831278Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-11-23T00:59:34.5833176Z adding 'torch/include/ATen/ops/rsub.h' 2022-11-23T00:59:34.5835126Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5836820Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-11-23T00:59:34.5838641Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-11-23T00:59:34.5840370Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-11-23T00:59:34.5842302Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-11-23T00:59:34.5844243Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-11-23T00:59:34.5846397Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5848154Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-11-23T00:59:34.5850043Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-11-23T00:59:34.5852119Z adding 'torch/include/ATen/ops/scatter.h' 2022-11-23T00:59:34.5854041Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-11-23T00:59:34.5856060Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5857723Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5859522Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-11-23T00:59:34.5861303Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-11-23T00:59:34.5862983Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-11-23T00:59:34.5864731Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-11-23T00:59:34.5866571Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-11-23T00:59:34.5868556Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-11-23T00:59:34.5870820Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5872653Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5874318Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-11-23T00:59:34.5876273Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-11-23T00:59:34.5878103Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-11-23T00:59:34.5879969Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-11-23T00:59:34.5881871Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-11-23T00:59:34.5884525Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-11-23T00:59:34.5886625Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-11-23T00:59:34.5888495Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5890203Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-11-23T00:59:34.5891988Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-11-23T00:59:34.5893708Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-11-23T00:59:34.5895481Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-11-23T00:59:34.5897121Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-11-23T00:59:34.5899042Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-11-23T00:59:34.5901083Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-11-23T00:59:34.5903075Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5904835Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-11-23T00:59:34.5907381Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-11-23T00:59:34.5908775Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-11-23T00:59:34.5910798Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-11-23T00:59:34.5912977Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-11-23T00:59:34.5914906Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5916802Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-11-23T00:59:34.5918781Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-11-23T00:59:34.5920933Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-11-23T00:59:34.5922562Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-11-23T00:59:34.5924372Z adding 'torch/include/ATen/ops/select.h' 2022-11-23T00:59:34.5926528Z adding 'torch/include/ATen/ops/select_backward.h' 2022-11-23T00:59:34.5928671Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5930575Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5932234Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-11-23T00:59:34.5934649Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-11-23T00:59:34.5936457Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5938034Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5939486Z adding 'torch/include/ATen/ops/select_copy.h' 2022-11-23T00:59:34.5941284Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5942916Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5944381Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-11-23T00:59:34.5946101Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-11-23T00:59:34.5947703Z adding 'torch/include/ATen/ops/select_native.h' 2022-11-23T00:59:34.5949539Z adding 'torch/include/ATen/ops/select_ops.h' 2022-11-23T00:59:34.5951219Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-11-23T00:59:34.5953146Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5954648Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-11-23T00:59:34.5956335Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-11-23T00:59:34.5957976Z adding 'torch/include/ATen/ops/selu.h' 2022-11-23T00:59:34.5959707Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5961199Z adding 'torch/include/ATen/ops/selu_native.h' 2022-11-23T00:59:34.5962847Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-11-23T00:59:34.5964963Z adding 'torch/include/ATen/ops/set.h' 2022-11-23T00:59:34.5967234Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.5968876Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5970471Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-11-23T00:59:34.5972062Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-11-23T00:59:34.5973564Z adding 'torch/include/ATen/ops/set_data.h' 2022-11-23T00:59:34.5975183Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.5976664Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-11-23T00:59:34.5978231Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-11-23T00:59:34.5979933Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-11-23T00:59:34.5981600Z adding 'torch/include/ATen/ops/set_native.h' 2022-11-23T00:59:34.5983896Z adding 'torch/include/ATen/ops/set_ops.h' 2022-11-23T00:59:34.5985717Z adding 'torch/include/ATen/ops/sgn.h' 2022-11-23T00:59:34.5987509Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.5989305Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-11-23T00:59:34.5990958Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-11-23T00:59:34.5992258Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-11-23T00:59:34.5993831Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-11-23T00:59:34.5995365Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-11-23T00:59:34.5997364Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-11-23T00:59:34.5999305Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-11-23T00:59:34.6000912Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-11-23T00:59:34.6002739Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6004175Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-11-23T00:59:34.6005766Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-11-23T00:59:34.6007581Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-11-23T00:59:34.6009316Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-11-23T00:59:34.6010841Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-11-23T00:59:34.6012674Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-11-23T00:59:34.6014360Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6015806Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-11-23T00:59:34.6017438Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-11-23T00:59:34.6018814Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-11-23T00:59:34.6020434Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-11-23T00:59:34.6021983Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-11-23T00:59:34.6023692Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-11-23T00:59:34.6025301Z adding 'torch/include/ATen/ops/sign.h' 2022-11-23T00:59:34.6027177Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6028620Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-11-23T00:59:34.6030292Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-11-23T00:59:34.6031894Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-11-23T00:59:34.6033582Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-11-23T00:59:34.6035204Z adding 'torch/include/ATen/ops/sign_native.h' 2022-11-23T00:59:34.6036997Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-11-23T00:59:34.6039186Z adding 'torch/include/ATen/ops/signbit.h' 2022-11-23T00:59:34.6041164Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6042674Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-11-23T00:59:34.6044340Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-11-23T00:59:34.6045927Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-11-23T00:59:34.6047772Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-11-23T00:59:34.6049424Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-11-23T00:59:34.6051169Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-11-23T00:59:34.6052864Z adding 'torch/include/ATen/ops/silu.h' 2022-11-23T00:59:34.6054580Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-11-23T00:59:34.6056588Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6058149Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6059717Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-11-23T00:59:34.6061381Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-11-23T00:59:34.6062979Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-11-23T00:59:34.6064646Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-11-23T00:59:34.6066332Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-11-23T00:59:34.6068200Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-11-23T00:59:34.6070130Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6071843Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-11-23T00:59:34.6073752Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-11-23T00:59:34.6075084Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-11-23T00:59:34.6076955Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-11-23T00:59:34.6078686Z adding 'torch/include/ATen/ops/silu_native.h' 2022-11-23T00:59:34.6080683Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-11-23T00:59:34.6082487Z adding 'torch/include/ATen/ops/sin.h' 2022-11-23T00:59:34.6084576Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6086350Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-11-23T00:59:34.6088234Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-11-23T00:59:34.6089934Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-11-23T00:59:34.6091775Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-11-23T00:59:34.6093526Z adding 'torch/include/ATen/ops/sin_native.h' 2022-11-23T00:59:34.6095486Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-11-23T00:59:34.6097329Z adding 'torch/include/ATen/ops/sinc.h' 2022-11-23T00:59:34.6099460Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6101177Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-11-23T00:59:34.6102925Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-11-23T00:59:34.6104735Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-11-23T00:59:34.6106516Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-11-23T00:59:34.6108337Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-11-23T00:59:34.6110222Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-11-23T00:59:34.6112127Z adding 'torch/include/ATen/ops/sinh.h' 2022-11-23T00:59:34.6114171Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6115918Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-11-23T00:59:34.6117678Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-11-23T00:59:34.6119441Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-11-23T00:59:34.6121215Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-11-23T00:59:34.6123081Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-11-23T00:59:34.6124972Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-11-23T00:59:34.6127049Z adding 'torch/include/ATen/ops/size.h' 2022-11-23T00:59:34.6129057Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6130753Z adding 'torch/include/ATen/ops/size_native.h' 2022-11-23T00:59:34.6132527Z adding 'torch/include/ATen/ops/size_ops.h' 2022-11-23T00:59:34.6134414Z adding 'torch/include/ATen/ops/slice.h' 2022-11-23T00:59:34.6136480Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-11-23T00:59:34.6138631Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6140266Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-11-23T00:59:34.6142207Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-11-23T00:59:34.6144151Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6146112Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-11-23T00:59:34.6148280Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6150224Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6151823Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-11-23T00:59:34.6153781Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-11-23T00:59:34.6155543Z adding 'torch/include/ATen/ops/slice_native.h' 2022-11-23T00:59:34.6157399Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-11-23T00:59:34.6159478Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-11-23T00:59:34.6161761Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6163526Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-11-23T00:59:34.6165353Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-11-23T00:59:34.6167426Z adding 'torch/include/ATen/ops/slogdet.h' 2022-11-23T00:59:34.6169455Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6171085Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-11-23T00:59:34.6172881Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-11-23T00:59:34.6175060Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-11-23T00:59:34.6177200Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6179196Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-11-23T00:59:34.6181220Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-11-23T00:59:34.6183125Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-11-23T00:59:34.6185079Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-11-23T00:59:34.6186855Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-11-23T00:59:34.6188765Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-11-23T00:59:34.6190977Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-11-23T00:59:34.6193107Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6194957Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-11-23T00:59:34.6196770Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-11-23T00:59:34.6198524Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-11-23T00:59:34.6200475Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-11-23T00:59:34.6202600Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-11-23T00:59:34.6204816Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6206732Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-11-23T00:59:34.6208583Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-11-23T00:59:34.6210365Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-11-23T00:59:34.6212374Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-11-23T00:59:34.6214634Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-11-23T00:59:34.6216898Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6218640Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-11-23T00:59:34.6220621Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-11-23T00:59:34.6222349Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-11-23T00:59:34.6224272Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-11-23T00:59:34.6226075Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-11-23T00:59:34.6228725Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-11-23T00:59:34.6230974Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-11-23T00:59:34.6233164Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-11-23T00:59:34.6235078Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-11-23T00:59:34.6237166Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-11-23T00:59:34.6238872Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-11-23T00:59:34.6240313Z adding 'torch/include/ATen/ops/smm.h' 2022-11-23T00:59:34.6242323Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6243614Z adding 'torch/include/ATen/ops/smm_native.h' 2022-11-23T00:59:34.6245393Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-11-23T00:59:34.6247337Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-11-23T00:59:34.6248841Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-11-23T00:59:34.6250671Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6252179Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-11-23T00:59:34.6253777Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-11-23T00:59:34.6255361Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-11-23T00:59:34.6257088Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-11-23T00:59:34.6258880Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6260445Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-11-23T00:59:34.6262097Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-11-23T00:59:34.6263638Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-11-23T00:59:34.6265336Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-11-23T00:59:34.6266892Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-11-23T00:59:34.6268647Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-11-23T00:59:34.6270317Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-11-23T00:59:34.6272091Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-11-23T00:59:34.6273853Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6275383Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-11-23T00:59:34.6277070Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-11-23T00:59:34.6278856Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6280400Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-11-23T00:59:34.6282116Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-11-23T00:59:34.6283800Z adding 'torch/include/ATen/ops/softmax.h' 2022-11-23T00:59:34.6285603Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6287442Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6289043Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-11-23T00:59:34.6290673Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-11-23T00:59:34.6292300Z adding 'torch/include/ATen/ops/softplus.h' 2022-11-23T00:59:34.6293977Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-11-23T00:59:34.6295781Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6297409Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-11-23T00:59:34.6299071Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-11-23T00:59:34.6300634Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-11-23T00:59:34.6302258Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-11-23T00:59:34.6303793Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-11-23T00:59:34.6305521Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-11-23T00:59:34.6307266Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6308846Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-11-23T00:59:34.6310578Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-11-23T00:59:34.6312187Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-11-23T00:59:34.6313811Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-11-23T00:59:34.6315335Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-11-23T00:59:34.6317013Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-11-23T00:59:34.6318687Z adding 'torch/include/ATen/ops/softshrink.h' 2022-11-23T00:59:34.6320351Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-11-23T00:59:34.6322096Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6323780Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-11-23T00:59:34.6325410Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-11-23T00:59:34.6327223Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-11-23T00:59:34.6328862Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-11-23T00:59:34.6330440Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-11-23T00:59:34.6331967Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-11-23T00:59:34.6333718Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6335197Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-11-23T00:59:34.6337037Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-11-23T00:59:34.6338569Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-11-23T00:59:34.6340214Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-11-23T00:59:34.6342009Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-11-23T00:59:34.6343689Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-11-23T00:59:34.6345543Z adding 'torch/include/ATen/ops/sort.h' 2022-11-23T00:59:34.6347478Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6349439Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6351110Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6352818Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-11-23T00:59:34.6354654Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-11-23T00:59:34.6356278Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-11-23T00:59:34.6358002Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-11-23T00:59:34.6359781Z adding 'torch/include/ATen/ops/sort_native.h' 2022-11-23T00:59:34.6361936Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-11-23T00:59:34.6364070Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-11-23T00:59:34.6365966Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6367904Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-11-23T00:59:34.6369769Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-11-23T00:59:34.6371669Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-11-23T00:59:34.6373571Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6375246Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-11-23T00:59:34.6377099Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-11-23T00:59:34.6379093Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-11-23T00:59:34.6381070Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6382722Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-11-23T00:59:34.6384607Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-11-23T00:59:34.6386625Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-11-23T00:59:34.6388623Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6390451Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6392108Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-11-23T00:59:34.6394132Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-11-23T00:59:34.6396291Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-11-23T00:59:34.6398118Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6399755Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-11-23T00:59:34.6401638Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-11-23T00:59:34.6403531Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-11-23T00:59:34.6405508Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6407283Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-11-23T00:59:34.6409169Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-11-23T00:59:34.6410873Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-11-23T00:59:34.6412615Z adding 'torch/include/ATen/ops/sparse_dim_cpu_dispatch.h' 2022-11-23T00:59:34.6414367Z adding 'torch/include/ATen/ops/sparse_dim_cuda_dispatch.h' 2022-11-23T00:59:34.6415973Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-11-23T00:59:34.6417831Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-11-23T00:59:34.6419456Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-11-23T00:59:34.6421231Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6422703Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-11-23T00:59:34.6424366Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-11-23T00:59:34.6426075Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-11-23T00:59:34.6427884Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-11-23T00:59:34.6429768Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6431400Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-11-23T00:59:34.6432889Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-11-23T00:59:34.6434615Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-11-23T00:59:34.6436408Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6437955Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-11-23T00:59:34.6439545Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-11-23T00:59:34.6441327Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-11-23T00:59:34.6443091Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-11-23T00:59:34.6444699Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-11-23T00:59:34.6446701Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-11-23T00:59:34.6448267Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-11-23T00:59:34.6450084Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6451551Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-11-23T00:59:34.6453217Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-11-23T00:59:34.6454723Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-11-23T00:59:34.6456336Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-11-23T00:59:34.6457813Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-11-23T00:59:34.6459505Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-11-23T00:59:34.6461101Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-11-23T00:59:34.6462896Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6464356Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-11-23T00:59:34.6465966Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-11-23T00:59:34.6467495Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-11-23T00:59:34.6469217Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-11-23T00:59:34.6470787Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-11-23T00:59:34.6472436Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-11-23T00:59:34.6474026Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-11-23T00:59:34.6475776Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6477262Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-11-23T00:59:34.6478883Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-11-23T00:59:34.6480512Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-11-23T00:59:34.6482069Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-11-23T00:59:34.6483555Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-11-23T00:59:34.6485215Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-11-23T00:59:34.6486954Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-11-23T00:59:34.6488850Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6490728Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-11-23T00:59:34.6492212Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-11-23T00:59:34.6493604Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-11-23T00:59:34.6495130Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-11-23T00:59:34.6496638Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-11-23T00:59:34.6498405Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-11-23T00:59:34.6499959Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-11-23T00:59:34.6501635Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6503104Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-11-23T00:59:34.6504719Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-11-23T00:59:34.6506133Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-11-23T00:59:34.6507770Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-11-23T00:59:34.6509344Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-11-23T00:59:34.6511028Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-11-23T00:59:34.6512775Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-11-23T00:59:34.6514594Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6516223Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6517843Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6519427Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T00:59:34.6521018Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T00:59:34.6522525Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-11-23T00:59:34.6524114Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T00:59:34.6525668Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-11-23T00:59:34.6527791Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-11-23T00:59:34.6529649Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-11-23T00:59:34.6532085Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6533735Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6535513Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6537124Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T00:59:34.6538883Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T00:59:34.6540680Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-11-23T00:59:34.6542571Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T00:59:34.6544150Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-11-23T00:59:34.6546202Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-11-23T00:59:34.6548201Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-11-23T00:59:34.6550063Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6551853Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6553587Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6555358Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T00:59:34.6557008Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T00:59:34.6558602Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-11-23T00:59:34.6560381Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T00:59:34.6562046Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-11-23T00:59:34.6564009Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-11-23T00:59:34.6565805Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-11-23T00:59:34.6567883Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6569512Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6571146Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6572855Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T00:59:34.6574595Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T00:59:34.6576298Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-11-23T00:59:34.6578203Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T00:59:34.6579583Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-11-23T00:59:34.6581338Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-11-23T00:59:34.6583031Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-11-23T00:59:34.6584936Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6586419Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-11-23T00:59:34.6588008Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-11-23T00:59:34.6589687Z adding 'torch/include/ATen/ops/special_entr.h' 2022-11-23T00:59:34.6591458Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6592868Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-11-23T00:59:34.6594520Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-11-23T00:59:34.6596026Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-11-23T00:59:34.6597667Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-11-23T00:59:34.6599223Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-11-23T00:59:34.6600852Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-11-23T00:59:34.6602515Z adding 'torch/include/ATen/ops/special_erf.h' 2022-11-23T00:59:34.6604180Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6605669Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-11-23T00:59:34.6607437Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-11-23T00:59:34.6609077Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-11-23T00:59:34.6610900Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6612226Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-11-23T00:59:34.6613940Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-11-23T00:59:34.6615539Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-11-23T00:59:34.6617363Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6618805Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-11-23T00:59:34.6620381Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-11-23T00:59:34.6622521Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-11-23T00:59:34.6624228Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-11-23T00:59:34.6625777Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-11-23T00:59:34.6627436Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-11-23T00:59:34.6629184Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-11-23T00:59:34.6630917Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6632466Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-11-23T00:59:34.6634053Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-11-23T00:59:34.6635702Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-11-23T00:59:34.6637349Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6638840Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-11-23T00:59:34.6640502Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-11-23T00:59:34.6642194Z adding 'torch/include/ATen/ops/special_expit.h' 2022-11-23T00:59:34.6643853Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6645365Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-11-23T00:59:34.6647124Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-11-23T00:59:34.6648737Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-11-23T00:59:34.6650456Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6651934Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-11-23T00:59:34.6653563Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-11-23T00:59:34.6655272Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-11-23T00:59:34.6657003Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6658513Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-11-23T00:59:34.6660124Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-11-23T00:59:34.6661782Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-11-23T00:59:34.6663487Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6664929Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-11-23T00:59:34.6666524Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-11-23T00:59:34.6668269Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-11-23T00:59:34.6669955Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6671539Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-11-23T00:59:34.6673071Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-11-23T00:59:34.6674973Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-11-23T00:59:34.6676677Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6678370Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6679900Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6681571Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-11-23T00:59:34.6683146Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-11-23T00:59:34.6684680Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-11-23T00:59:34.6686409Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-11-23T00:59:34.6688154Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-11-23T00:59:34.6690099Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-11-23T00:59:34.6691859Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-11-23T00:59:34.6693761Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6695374Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6697035Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6698435Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-11-23T00:59:34.6700069Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-11-23T00:59:34.6701609Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-11-23T00:59:34.6703267Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-11-23T00:59:34.6704758Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-11-23T00:59:34.6706655Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-11-23T00:59:34.6708369Z adding 'torch/include/ATen/ops/special_i0.h' 2022-11-23T00:59:34.6710160Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6711787Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-11-23T00:59:34.6713459Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-11-23T00:59:34.6715033Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-11-23T00:59:34.6716780Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6718211Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-11-23T00:59:34.6719873Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-11-23T00:59:34.6721381Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-11-23T00:59:34.6722983Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-11-23T00:59:34.6724536Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-11-23T00:59:34.6726414Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-11-23T00:59:34.6728079Z adding 'torch/include/ATen/ops/special_i1.h' 2022-11-23T00:59:34.6729928Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6731425Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-11-23T00:59:34.6733068Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-11-23T00:59:34.6734608Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-11-23T00:59:34.6736188Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-11-23T00:59:34.6737689Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-11-23T00:59:34.6739347Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-11-23T00:59:34.6740906Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-11-23T00:59:34.6742711Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6744115Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-11-23T00:59:34.6745707Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-11-23T00:59:34.6747229Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-11-23T00:59:34.6749300Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-11-23T00:59:34.6750969Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-11-23T00:59:34.6752478Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-11-23T00:59:34.6754328Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-11-23T00:59:34.6756178Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6757989Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6759768Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6761417Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-11-23T00:59:34.6763072Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-11-23T00:59:34.6764745Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-11-23T00:59:34.6766553Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-11-23T00:59:34.6768360Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-11-23T00:59:34.6770384Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-11-23T00:59:34.6772200Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-11-23T00:59:34.6773845Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6775720Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6777400Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6779135Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-11-23T00:59:34.6780954Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-11-23T00:59:34.6782847Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-11-23T00:59:34.6784514Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-11-23T00:59:34.6786225Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-11-23T00:59:34.6788059Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-11-23T00:59:34.6789794Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-11-23T00:59:34.6791622Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6793104Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-11-23T00:59:34.6794824Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-11-23T00:59:34.6796537Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-11-23T00:59:34.6798335Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6799779Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-11-23T00:59:34.6801564Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-11-23T00:59:34.6803142Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-11-23T00:59:34.6804759Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-11-23T00:59:34.6806763Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-11-23T00:59:34.6808967Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-11-23T00:59:34.6810691Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-11-23T00:59:34.6813170Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6814880Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-11-23T00:59:34.6817433Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-11-23T00:59:34.6819429Z adding 'torch/include/ATen/ops/special_logit.h' 2022-11-23T00:59:34.6821983Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6823471Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-11-23T00:59:34.6825981Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-11-23T00:59:34.6828028Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-11-23T00:59:34.6830467Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6832194Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-11-23T00:59:34.6834745Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-11-23T00:59:34.6836771Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-11-23T00:59:34.6839439Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6840987Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-11-23T00:59:34.6843484Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-11-23T00:59:34.6845428Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-11-23T00:59:34.6847818Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-11-23T00:59:34.6849848Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-11-23T00:59:34.6852268Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-11-23T00:59:34.6854177Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-11-23T00:59:34.6856575Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6858419Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-11-23T00:59:34.6860826Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-11-23T00:59:34.6862625Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-11-23T00:59:34.6864938Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-11-23T00:59:34.6866757Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-11-23T00:59:34.6869238Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-11-23T00:59:34.6871450Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-11-23T00:59:34.6873347Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6875083Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T00:59:34.6876816Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T00:59:34.6878325Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-11-23T00:59:34.6879949Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-11-23T00:59:34.6881584Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-11-23T00:59:34.6883316Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-11-23T00:59:34.6885053Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-11-23T00:59:34.6886976Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6888692Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T00:59:34.6890282Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T00:59:34.6892049Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-11-23T00:59:34.6893681Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-11-23T00:59:34.6895283Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-11-23T00:59:34.6897121Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-11-23T00:59:34.6899031Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-11-23T00:59:34.6900945Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6902703Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-11-23T00:59:34.6904521Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-11-23T00:59:34.6906336Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-11-23T00:59:34.6908236Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6909746Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-11-23T00:59:34.6911451Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-11-23T00:59:34.6913212Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-11-23T00:59:34.6914972Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6916369Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-11-23T00:59:34.6917862Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-11-23T00:59:34.6919405Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-11-23T00:59:34.6920949Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-11-23T00:59:34.6922755Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-11-23T00:59:34.6924526Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-11-23T00:59:34.6926458Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-11-23T00:59:34.6928299Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6929926Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-11-23T00:59:34.6931754Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-11-23T00:59:34.6933531Z adding 'torch/include/ATen/ops/special_psi.h' 2022-11-23T00:59:34.6935312Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6936925Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-11-23T00:59:34.6938695Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-11-23T00:59:34.6940528Z adding 'torch/include/ATen/ops/special_round.h' 2022-11-23T00:59:34.6942422Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6944103Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-11-23T00:59:34.6945928Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-11-23T00:59:34.6947802Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-11-23T00:59:34.6949766Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6951460Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T00:59:34.6953159Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T00:59:34.6954821Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-11-23T00:59:34.6956572Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-11-23T00:59:34.6958322Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-11-23T00:59:34.6960092Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-11-23T00:59:34.6961871Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-11-23T00:59:34.6963725Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6965379Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T00:59:34.6967181Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T00:59:34.6968989Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-11-23T00:59:34.6970737Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-11-23T00:59:34.6972367Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-11-23T00:59:34.6974170Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-11-23T00:59:34.6976136Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-11-23T00:59:34.6978057Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6979889Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.6981521Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.6983253Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T00:59:34.6985196Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T00:59:34.6986750Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-11-23T00:59:34.6988549Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T00:59:34.6990340Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-11-23T00:59:34.6992708Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-11-23T00:59:34.6994643Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-11-23T00:59:34.6996592Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.6998387Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7000024Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7001740Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T00:59:34.7003548Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T00:59:34.7005246Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-11-23T00:59:34.7007089Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T00:59:34.7009051Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-11-23T00:59:34.7011089Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-11-23T00:59:34.7013106Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-11-23T00:59:34.7014985Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7016894Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7018611Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7020311Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T00:59:34.7022095Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T00:59:34.7023933Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-11-23T00:59:34.7025669Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T00:59:34.7027398Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-11-23T00:59:34.7029425Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-11-23T00:59:34.7032120Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-11-23T00:59:34.7034081Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7036272Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7038131Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7039983Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T00:59:34.7041846Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T00:59:34.7043668Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-11-23T00:59:34.7045562Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T00:59:34.7047685Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-11-23T00:59:34.7049790Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-11-23T00:59:34.7051789Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-11-23T00:59:34.7053689Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7055376Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-11-23T00:59:34.7057256Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-11-23T00:59:34.7059123Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-11-23T00:59:34.7061108Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7062837Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-11-23T00:59:34.7064701Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-11-23T00:59:34.7066653Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-11-23T00:59:34.7068732Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7070596Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-11-23T00:59:34.7072545Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-11-23T00:59:34.7074002Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-11-23T00:59:34.7075702Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-11-23T00:59:34.7077432Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-11-23T00:59:34.7079239Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-11-23T00:59:34.7081195Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-11-23T00:59:34.7083106Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7085005Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7086747Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-11-23T00:59:34.7088494Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-11-23T00:59:34.7090151Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-11-23T00:59:34.7091990Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-11-23T00:59:34.7093598Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-11-23T00:59:34.7095644Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-11-23T00:59:34.7097568Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-11-23T00:59:34.7099524Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7101160Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-11-23T00:59:34.7103160Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-11-23T00:59:34.7105100Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-11-23T00:59:34.7107056Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7108890Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7110635Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-11-23T00:59:34.7112345Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-11-23T00:59:34.7114066Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-11-23T00:59:34.7115834Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-11-23T00:59:34.7117564Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-11-23T00:59:34.7119567Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-11-23T00:59:34.7121593Z adding 'torch/include/ATen/ops/split.h' 2022-11-23T00:59:34.7123480Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7125247Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7127170Z adding 'torch/include/ATen/ops/split_copy.h' 2022-11-23T00:59:34.7129267Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7131245Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7132828Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-11-23T00:59:34.7134898Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-11-23T00:59:34.7136934Z adding 'torch/include/ATen/ops/split_native.h' 2022-11-23T00:59:34.7138717Z adding 'torch/include/ATen/ops/split_ops.h' 2022-11-23T00:59:34.7140597Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-11-23T00:59:34.7142675Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7144536Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-11-23T00:59:34.7146475Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7148466Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7150221Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-11-23T00:59:34.7152217Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-11-23T00:59:34.7154023Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-11-23T00:59:34.7155912Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-11-23T00:59:34.7157751Z adding 'torch/include/ATen/ops/sqrt.h' 2022-11-23T00:59:34.7159660Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7161367Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-11-23T00:59:34.7163102Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-11-23T00:59:34.7164934Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-11-23T00:59:34.7166920Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-11-23T00:59:34.7168911Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-11-23T00:59:34.7170870Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-11-23T00:59:34.7172728Z adding 'torch/include/ATen/ops/square.h' 2022-11-23T00:59:34.7174642Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7176349Z adding 'torch/include/ATen/ops/square_native.h' 2022-11-23T00:59:34.7178207Z adding 'torch/include/ATen/ops/square_ops.h' 2022-11-23T00:59:34.7180076Z adding 'torch/include/ATen/ops/squeeze.h' 2022-11-23T00:59:34.7181987Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7183791Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7185562Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-11-23T00:59:34.7187544Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7189487Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7191252Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-11-23T00:59:34.7193186Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-11-23T00:59:34.7195093Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-11-23T00:59:34.7197180Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-11-23T00:59:34.7199094Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-11-23T00:59:34.7201045Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7202867Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-11-23T00:59:34.7204641Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-11-23T00:59:34.7206660Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-11-23T00:59:34.7208688Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-11-23T00:59:34.7210477Z adding 'torch/include/ATen/ops/stack.h' 2022-11-23T00:59:34.7212381Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7214181Z adding 'torch/include/ATen/ops/stack_native.h' 2022-11-23T00:59:34.7215995Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-11-23T00:59:34.7218236Z adding 'torch/include/ATen/ops/std.h' 2022-11-23T00:59:34.7220188Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7222032Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-11-23T00:59:34.7223838Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-11-23T00:59:34.7225884Z adding 'torch/include/ATen/ops/std_mean.h' 2022-11-23T00:59:34.7227916Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7229804Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7231571Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-11-23T00:59:34.7233351Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-11-23T00:59:34.7235173Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-11-23T00:59:34.7237356Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-11-23T00:59:34.7239316Z adding 'torch/include/ATen/ops/std_native.h' 2022-11-23T00:59:34.7241561Z adding 'torch/include/ATen/ops/std_ops.h' 2022-11-23T00:59:34.7243619Z adding 'torch/include/ATen/ops/stft.h' 2022-11-23T00:59:34.7245784Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7247672Z adding 'torch/include/ATen/ops/stft_native.h' 2022-11-23T00:59:34.7249638Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-11-23T00:59:34.7251494Z adding 'torch/include/ATen/ops/stride.h' 2022-11-23T00:59:34.7253373Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7255578Z adding 'torch/include/ATen/ops/stride_native.h' 2022-11-23T00:59:34.7257118Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-11-23T00:59:34.7259033Z adding 'torch/include/ATen/ops/sub.h' 2022-11-23T00:59:34.7261088Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7262870Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7264539Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-11-23T00:59:34.7266377Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-11-23T00:59:34.7268019Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-11-23T00:59:34.7269914Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-11-23T00:59:34.7271780Z adding 'torch/include/ATen/ops/sub_native.h' 2022-11-23T00:59:34.7273985Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-11-23T00:59:34.7275701Z adding 'torch/include/ATen/ops/subtract.h' 2022-11-23T00:59:34.7277660Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7279415Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-11-23T00:59:34.7281353Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-11-23T00:59:34.7283416Z adding 'torch/include/ATen/ops/sum.h' 2022-11-23T00:59:34.7285414Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7287556Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7289423Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7291263Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-11-23T00:59:34.7293120Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-11-23T00:59:34.7294947Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-11-23T00:59:34.7296835Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-11-23T00:59:34.7298851Z adding 'torch/include/ATen/ops/sum_native.h' 2022-11-23T00:59:34.7300939Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-11-23T00:59:34.7302887Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-11-23T00:59:34.7304695Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7306385Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-11-23T00:59:34.7308168Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-11-23T00:59:34.7309865Z adding 'torch/include/ATen/ops/svd.h' 2022-11-23T00:59:34.7312024Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7313477Z adding 'torch/include/ATen/ops/svd_native.h' 2022-11-23T00:59:34.7315352Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-11-23T00:59:34.7316983Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-11-23T00:59:34.7318748Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7320283Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-11-23T00:59:34.7322101Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-11-23T00:59:34.7323746Z adding 'torch/include/ATen/ops/swapdims.h' 2022-11-23T00:59:34.7325581Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7327219Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-11-23T00:59:34.7329249Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-11-23T00:59:34.7331131Z adding 'torch/include/ATen/ops/symeig.h' 2022-11-23T00:59:34.7332924Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7334460Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-11-23T00:59:34.7336204Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-11-23T00:59:34.7337872Z adding 'torch/include/ATen/ops/t.h' 2022-11-23T00:59:34.7339686Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7341335Z adding 'torch/include/ATen/ops/t_copy.h' 2022-11-23T00:59:34.7343252Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7344802Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7346482Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-11-23T00:59:34.7348205Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-11-23T00:59:34.7349809Z adding 'torch/include/ATen/ops/t_native.h' 2022-11-23T00:59:34.7351963Z adding 'torch/include/ATen/ops/t_ops.h' 2022-11-23T00:59:34.7353975Z adding 'torch/include/ATen/ops/take.h' 2022-11-23T00:59:34.7355657Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-11-23T00:59:34.7357260Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7358909Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-11-23T00:59:34.7360512Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-11-23T00:59:34.7362219Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-11-23T00:59:34.7363908Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-11-23T00:59:34.7365413Z adding 'torch/include/ATen/ops/take_native.h' 2022-11-23T00:59:34.7367389Z adding 'torch/include/ATen/ops/take_ops.h' 2022-11-23T00:59:34.7369148Z adding 'torch/include/ATen/ops/tan.h' 2022-11-23T00:59:34.7371005Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7372582Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-11-23T00:59:34.7374477Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-11-23T00:59:34.7376130Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-11-23T00:59:34.7377785Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-11-23T00:59:34.7379585Z adding 'torch/include/ATen/ops/tan_native.h' 2022-11-23T00:59:34.7381426Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-11-23T00:59:34.7383128Z adding 'torch/include/ATen/ops/tanh.h' 2022-11-23T00:59:34.7384860Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-11-23T00:59:34.7386667Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7388312Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-11-23T00:59:34.7390007Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-11-23T00:59:34.7391614Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-11-23T00:59:34.7393267Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-11-23T00:59:34.7394877Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-11-23T00:59:34.7396650Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-11-23T00:59:34.7398506Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7400169Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-11-23T00:59:34.7401889Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-11-23T00:59:34.7403445Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-11-23T00:59:34.7405098Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-11-23T00:59:34.7406876Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-11-23T00:59:34.7408535Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-11-23T00:59:34.7410268Z adding 'torch/include/ATen/ops/tensor.h' 2022-11-23T00:59:34.7411993Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-11-23T00:59:34.7413909Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7415416Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-11-23T00:59:34.7417145Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-11-23T00:59:34.7419005Z adding 'torch/include/ATen/ops/tensordot.h' 2022-11-23T00:59:34.7420756Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7422450Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-11-23T00:59:34.7424058Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-11-23T00:59:34.7425521Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-11-23T00:59:34.7427158Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-11-23T00:59:34.7428966Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-11-23T00:59:34.7430707Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7432257Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-11-23T00:59:34.7433887Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-11-23T00:59:34.7435671Z adding 'torch/include/ATen/ops/threshold.h' 2022-11-23T00:59:34.7437347Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-11-23T00:59:34.7439145Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7440611Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-11-23T00:59:34.7442232Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-11-23T00:59:34.7443762Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-11-23T00:59:34.7445433Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-11-23T00:59:34.7447642Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-11-23T00:59:34.7449064Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-11-23T00:59:34.7451166Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7453207Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-11-23T00:59:34.7455222Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-11-23T00:59:34.7456782Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-11-23T00:59:34.7458509Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-11-23T00:59:34.7460107Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-11-23T00:59:34.7462144Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-11-23T00:59:34.7463862Z adding 'torch/include/ATen/ops/tile.h' 2022-11-23T00:59:34.7465684Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7467239Z adding 'torch/include/ATen/ops/tile_native.h' 2022-11-23T00:59:34.7469147Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-11-23T00:59:34.7471006Z adding 'torch/include/ATen/ops/to.h' 2022-11-23T00:59:34.7472892Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7474509Z adding 'torch/include/ATen/ops/to_dense.h' 2022-11-23T00:59:34.7476322Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-11-23T00:59:34.7478300Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7479988Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-11-23T00:59:34.7481930Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-11-23T00:59:34.7484030Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7485547Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-11-23T00:59:34.7487626Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-11-23T00:59:34.7489478Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-11-23T00:59:34.7491313Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-11-23T00:59:34.7493276Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7494894Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-11-23T00:59:34.7496791Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-11-23T00:59:34.7498747Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7500435Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-11-23T00:59:34.7502141Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-11-23T00:59:34.7504013Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-11-23T00:59:34.7505876Z adding 'torch/include/ATen/ops/to_native.h' 2022-11-23T00:59:34.7507942Z adding 'torch/include/ATen/ops/to_ops.h' 2022-11-23T00:59:34.7510269Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-11-23T00:59:34.7512369Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7514033Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-11-23T00:59:34.7516082Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-11-23T00:59:34.7518130Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-11-23T00:59:34.7519956Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-11-23T00:59:34.7521702Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7523226Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-11-23T00:59:34.7524876Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-11-23T00:59:34.7526692Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-11-23T00:59:34.7528384Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-11-23T00:59:34.7530008Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-11-23T00:59:34.7531825Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7533371Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-11-23T00:59:34.7534973Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-11-23T00:59:34.7536503Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-11-23T00:59:34.7538386Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-11-23T00:59:34.7540127Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7541691Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-11-23T00:59:34.7543286Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-11-23T00:59:34.7545048Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7546485Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-11-23T00:59:34.7548245Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-11-23T00:59:34.7549970Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-11-23T00:59:34.7551598Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-11-23T00:59:34.7553182Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-11-23T00:59:34.7554920Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7556613Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-11-23T00:59:34.7558383Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-11-23T00:59:34.7559863Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-11-23T00:59:34.7561551Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-11-23T00:59:34.7563503Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-11-23T00:59:34.7565256Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-11-23T00:59:34.7567179Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-11-23T00:59:34.7569080Z adding 'torch/include/ATen/ops/topk.h' 2022-11-23T00:59:34.7570940Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7572601Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-11-23T00:59:34.7574245Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-11-23T00:59:34.7575994Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-11-23T00:59:34.7577626Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-11-23T00:59:34.7579483Z adding 'torch/include/ATen/ops/topk_native.h' 2022-11-23T00:59:34.7581253Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-11-23T00:59:34.7583081Z adding 'torch/include/ATen/ops/trace.h' 2022-11-23T00:59:34.7584820Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-11-23T00:59:34.7586750Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7588309Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-11-23T00:59:34.7590129Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-11-23T00:59:34.7592107Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7593822Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-11-23T00:59:34.7595249Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-11-23T00:59:34.7596836Z adding 'torch/include/ATen/ops/trace_native.h' 2022-11-23T00:59:34.7598479Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-11-23T00:59:34.7600172Z adding 'torch/include/ATen/ops/transpose.h' 2022-11-23T00:59:34.7601840Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7603477Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7605015Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-11-23T00:59:34.7607089Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7608786Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7610363Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-11-23T00:59:34.7611981Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-11-23T00:59:34.7613657Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-11-23T00:59:34.7615465Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-11-23T00:59:34.7617244Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-11-23T00:59:34.7618910Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7620489Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-11-23T00:59:34.7622204Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-11-23T00:59:34.7623841Z adding 'torch/include/ATen/ops/trapz.h' 2022-11-23T00:59:34.7625569Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7627327Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-11-23T00:59:34.7628993Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-11-23T00:59:34.7630750Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-11-23T00:59:34.7632651Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7634366Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-11-23T00:59:34.7636206Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-11-23T00:59:34.7637914Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-11-23T00:59:34.7639718Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-11-23T00:59:34.7641461Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-11-23T00:59:34.7643407Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-11-23T00:59:34.7645212Z adding 'torch/include/ATen/ops/tril.h' 2022-11-23T00:59:34.7647418Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7649247Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-11-23T00:59:34.7651006Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-11-23T00:59:34.7652917Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-11-23T00:59:34.7654808Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7656563Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-11-23T00:59:34.7658314Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-11-23T00:59:34.7660033Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-11-23T00:59:34.7661982Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-11-23T00:59:34.7663778Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-11-23T00:59:34.7665517Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-11-23T00:59:34.7667219Z adding 'torch/include/ATen/ops/tril_native.h' 2022-11-23T00:59:34.7669143Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-11-23T00:59:34.7671000Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-11-23T00:59:34.7673043Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7674738Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-11-23T00:59:34.7676576Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-11-23T00:59:34.7678279Z adding 'torch/include/ATen/ops/triu.h' 2022-11-23T00:59:34.7680209Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7681813Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-11-23T00:59:34.7683581Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-11-23T00:59:34.7685380Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-11-23T00:59:34.7687528Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7689274Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-11-23T00:59:34.7691150Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-11-23T00:59:34.7692879Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-11-23T00:59:34.7694834Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-11-23T00:59:34.7696544Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-11-23T00:59:34.7698719Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-11-23T00:59:34.7700476Z adding 'torch/include/ATen/ops/triu_native.h' 2022-11-23T00:59:34.7702405Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-11-23T00:59:34.7704306Z adding 'torch/include/ATen/ops/true_divide.h' 2022-11-23T00:59:34.7706266Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7707976Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-11-23T00:59:34.7710199Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-11-23T00:59:34.7712033Z adding 'torch/include/ATen/ops/trunc.h' 2022-11-23T00:59:34.7713987Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7715687Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-11-23T00:59:34.7717511Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-11-23T00:59:34.7719169Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-11-23T00:59:34.7721026Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-11-23T00:59:34.7722740Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-11-23T00:59:34.7724660Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-11-23T00:59:34.7726472Z adding 'torch/include/ATen/ops/type_as.h' 2022-11-23T00:59:34.7728348Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7729950Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-11-23T00:59:34.7731718Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-11-23T00:59:34.7733431Z adding 'torch/include/ATen/ops/unbind.h' 2022-11-23T00:59:34.7735337Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7737206Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7738751Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T00:59:34.7740225Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-11-23T00:59:34.7741964Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7743570Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7745071Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-11-23T00:59:34.7746725Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-11-23T00:59:34.7748414Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-11-23T00:59:34.7750184Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-11-23T00:59:34.7752515Z adding 'torch/include/ATen/ops/unflatten.h' 2022-11-23T00:59:34.7754116Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7755662Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-11-23T00:59:34.7757489Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7759091Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-11-23T00:59:34.7761011Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-11-23T00:59:34.7762520Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-11-23T00:59:34.7764129Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-11-23T00:59:34.7765600Z adding 'torch/include/ATen/ops/unfold.h' 2022-11-23T00:59:34.7767934Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-11-23T00:59:34.7770003Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7771752Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-11-23T00:59:34.7773585Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-11-23T00:59:34.7775675Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-11-23T00:59:34.7777146Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-11-23T00:59:34.7778917Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-11-23T00:59:34.7780953Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7782565Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7784223Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-11-23T00:59:34.7786076Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-11-23T00:59:34.7788024Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-11-23T00:59:34.7790218Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-11-23T00:59:34.7792277Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-11-23T00:59:34.7794490Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-11-23T00:59:34.7796667Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-11-23T00:59:34.7799073Z adding 'torch/include/ATen/ops/uniform.h' 2022-11-23T00:59:34.7801388Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7803629Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-11-23T00:59:34.7805846Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-11-23T00:59:34.7808441Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-11-23T00:59:34.7810530Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-11-23T00:59:34.7812997Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-11-23T00:59:34.7815312Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-11-23T00:59:34.7817772Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7819759Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-11-23T00:59:34.7822020Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-11-23T00:59:34.7824211Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-11-23T00:59:34.7826539Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-11-23T00:59:34.7828994Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-11-23T00:59:34.7831410Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7833723Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-11-23T00:59:34.7835961Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7837855Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-11-23T00:59:34.7840100Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-11-23T00:59:34.7841965Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-11-23T00:59:34.7844363Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-11-23T00:59:34.7846695Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-11-23T00:59:34.7848914Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-11-23T00:59:34.7850773Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-11-23T00:59:34.7853240Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-11-23T00:59:34.7855181Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-11-23T00:59:34.7857464Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7859192Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-11-23T00:59:34.7861646Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-11-23T00:59:34.7864026Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-11-23T00:59:34.7866425Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7868229Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-11-23T00:59:34.7870741Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-11-23T00:59:34.7873111Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-11-23T00:59:34.7875564Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7877362Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-11-23T00:59:34.7879822Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-11-23T00:59:34.7882820Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-11-23T00:59:34.7884831Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7887149Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-11-23T00:59:34.7889623Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.7891580Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7893620Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-11-23T00:59:34.7895994Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-11-23T00:59:34.7897890Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-11-23T00:59:34.7900197Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-11-23T00:59:34.7902772Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-11-23T00:59:34.7905441Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-11-23T00:59:34.7908030Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7910176Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.7912081Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.7913772Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-11-23T00:59:34.7915633Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-11-23T00:59:34.7917422Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-11-23T00:59:34.7919218Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-11-23T00:59:34.7921290Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7923034Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7924718Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-11-23T00:59:34.7926715Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-11-23T00:59:34.7928390Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-11-23T00:59:34.7930113Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-11-23T00:59:34.7931879Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-11-23T00:59:34.7933924Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-11-23T00:59:34.7936210Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-11-23T00:59:34.7938506Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-11-23T00:59:34.7940689Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7942489Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.7944360Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.7946276Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-11-23T00:59:34.7948245Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-11-23T00:59:34.7950060Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-11-23T00:59:34.7952007Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-11-23T00:59:34.7954025Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7955762Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7957589Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-11-23T00:59:34.7959490Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-11-23T00:59:34.7961270Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-11-23T00:59:34.7963110Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-11-23T00:59:34.7965020Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-11-23T00:59:34.7967108Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-11-23T00:59:34.7969553Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-11-23T00:59:34.7971876Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-11-23T00:59:34.7974018Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7975806Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.7977712Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.7979460Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-11-23T00:59:34.7981343Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-11-23T00:59:34.7983104Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-11-23T00:59:34.7985076Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-11-23T00:59:34.7986999Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.7988854Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.7990770Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-11-23T00:59:34.7992686Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-11-23T00:59:34.7994546Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-11-23T00:59:34.7996481Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-11-23T00:59:34.7998356Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-11-23T00:59:34.8000638Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-11-23T00:59:34.8002854Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-11-23T00:59:34.8005268Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-11-23T00:59:34.8007592Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8009452Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.8011491Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.8013411Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-11-23T00:59:34.8015313Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-11-23T00:59:34.8017155Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-11-23T00:59:34.8019181Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-11-23T00:59:34.8021197Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8023116Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8024971Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-11-23T00:59:34.8026913Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-11-23T00:59:34.8028772Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-11-23T00:59:34.8030741Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-11-23T00:59:34.8032587Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-11-23T00:59:34.8034662Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-11-23T00:59:34.8037004Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-11-23T00:59:34.8039410Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-11-23T00:59:34.8041647Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8043598Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.8045603Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.8047677Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-11-23T00:59:34.8049638Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-11-23T00:59:34.8051564Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-11-23T00:59:34.8053616Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-11-23T00:59:34.8055681Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8057496Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8059417Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-11-23T00:59:34.8061364Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-11-23T00:59:34.8063230Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-11-23T00:59:34.8065163Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-11-23T00:59:34.8067088Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-11-23T00:59:34.8069261Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-11-23T00:59:34.8071683Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-11-23T00:59:34.8074113Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-11-23T00:59:34.8076462Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8078363Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.8080451Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.8082419Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-11-23T00:59:34.8084425Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-11-23T00:59:34.8086798Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-11-23T00:59:34.8088862Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-11-23T00:59:34.8091006Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8092673Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8094464Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-11-23T00:59:34.8096228Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-11-23T00:59:34.8097939Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-11-23T00:59:34.8099770Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-11-23T00:59:34.8101555Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-11-23T00:59:34.8103624Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-11-23T00:59:34.8105921Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-11-23T00:59:34.8108383Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-11-23T00:59:34.8110549Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8112385Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-11-23T00:59:34.8114347Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-11-23T00:59:34.8116158Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-11-23T00:59:34.8118046Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-11-23T00:59:34.8119912Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-11-23T00:59:34.8121821Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-11-23T00:59:34.8123777Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8125494Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8127485Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-11-23T00:59:34.8129369Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-11-23T00:59:34.8131190Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-11-23T00:59:34.8133038Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-11-23T00:59:34.8134843Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-11-23T00:59:34.8136786Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-11-23T00:59:34.8138740Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-11-23T00:59:34.8140705Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8142330Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-11-23T00:59:34.8144092Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-11-23T00:59:34.8145727Z adding 'torch/include/ATen/ops/values.h' 2022-11-23T00:59:34.8147449Z adding 'torch/include/ATen/ops/values_copy.h' 2022-11-23T00:59:34.8149364Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8151138Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8152887Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-11-23T00:59:34.8154632Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-11-23T00:59:34.8156390Z adding 'torch/include/ATen/ops/values_native.h' 2022-11-23T00:59:34.8157949Z adding 'torch/include/ATen/ops/values_ops.h' 2022-11-23T00:59:34.8159596Z adding 'torch/include/ATen/ops/vander.h' 2022-11-23T00:59:34.8161409Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8162932Z adding 'torch/include/ATen/ops/vander_native.h' 2022-11-23T00:59:34.8164622Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-11-23T00:59:34.8166768Z adding 'torch/include/ATen/ops/var.h' 2022-11-23T00:59:34.8168688Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8170375Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-11-23T00:59:34.8172009Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-11-23T00:59:34.8173770Z adding 'torch/include/ATen/ops/var_mean.h' 2022-11-23T00:59:34.8175840Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8177463Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8178936Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-11-23T00:59:34.8180550Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-11-23T00:59:34.8182107Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-11-23T00:59:34.8184183Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-11-23T00:59:34.8185921Z adding 'torch/include/ATen/ops/var_native.h' 2022-11-23T00:59:34.8188078Z adding 'torch/include/ATen/ops/var_ops.h' 2022-11-23T00:59:34.8189925Z adding 'torch/include/ATen/ops/vdot.h' 2022-11-23T00:59:34.8191692Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8193267Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-11-23T00:59:34.8194828Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-11-23T00:59:34.8196390Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-11-23T00:59:34.8198077Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-11-23T00:59:34.8199711Z adding 'torch/include/ATen/ops/view.h' 2022-11-23T00:59:34.8201340Z adding 'torch/include/ATen/ops/view_as.h' 2022-11-23T00:59:34.8202856Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-11-23T00:59:34.8204830Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-11-23T00:59:34.8206469Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8207949Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8209257Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-11-23T00:59:34.8210834Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-11-23T00:59:34.8212616Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-11-23T00:59:34.8214021Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-11-23T00:59:34.8215499Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-11-23T00:59:34.8216984Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-11-23T00:59:34.8218568Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-11-23T00:59:34.8220247Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8221829Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-11-23T00:59:34.8223450Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-11-23T00:59:34.8224948Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-11-23T00:59:34.8226501Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-11-23T00:59:34.8228328Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8230033Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8231469Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-11-23T00:59:34.8233234Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-11-23T00:59:34.8234905Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-11-23T00:59:34.8236459Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-11-23T00:59:34.8238043Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-11-23T00:59:34.8239691Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-11-23T00:59:34.8241194Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-11-23T00:59:34.8242872Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8244649Z adding 'torch/include/ATen/ops/view_copy.h' 2022-11-23T00:59:34.8246626Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8248406Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8249881Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-11-23T00:59:34.8251672Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-11-23T00:59:34.8253341Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-11-23T00:59:34.8254998Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-11-23T00:59:34.8256599Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-11-23T00:59:34.8258367Z adding 'torch/include/ATen/ops/view_native.h' 2022-11-23T00:59:34.8259940Z adding 'torch/include/ATen/ops/view_ops.h' 2022-11-23T00:59:34.8261593Z adding 'torch/include/ATen/ops/vsplit.h' 2022-11-23T00:59:34.8263334Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8264976Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-11-23T00:59:34.8266579Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-11-23T00:59:34.8268244Z adding 'torch/include/ATen/ops/vstack.h' 2022-11-23T00:59:34.8270007Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8271525Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-11-23T00:59:34.8273204Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-11-23T00:59:34.8275050Z adding 'torch/include/ATen/ops/where.h' 2022-11-23T00:59:34.8276856Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8278449Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-11-23T00:59:34.8280334Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-11-23T00:59:34.8282084Z adding 'torch/include/ATen/ops/where_native.h' 2022-11-23T00:59:34.8284021Z adding 'torch/include/ATen/ops/where_ops.h' 2022-11-23T00:59:34.8285928Z adding 'torch/include/ATen/ops/xlogy.h' 2022-11-23T00:59:34.8287969Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8289736Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:59:34.8291299Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-11-23T00:59:34.8292899Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-11-23T00:59:34.8294598Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-11-23T00:59:34.8296080Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-11-23T00:59:34.8297762Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-11-23T00:59:34.8299515Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-11-23T00:59:34.8301197Z adding 'torch/include/ATen/ops/xor.h' 2022-11-23T00:59:34.8302941Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:59:34.8304395Z adding 'torch/include/ATen/ops/xor_native.h' 2022-11-23T00:59:34.8306081Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-11-23T00:59:34.8307746Z adding 'torch/include/ATen/ops/zero.h' 2022-11-23T00:59:34.8309536Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8311747Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-11-23T00:59:34.8313686Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-11-23T00:59:34.8315157Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-11-23T00:59:34.8316839Z adding 'torch/include/ATen/ops/zero_native.h' 2022-11-23T00:59:34.8318665Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-11-23T00:59:34.8320819Z adding 'torch/include/ATen/ops/zeros.h' 2022-11-23T00:59:34.8322939Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8324979Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-11-23T00:59:34.8326835Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:59:34.8328843Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-11-23T00:59:34.8330791Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-11-23T00:59:34.8332614Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-11-23T00:59:34.8334717Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-11-23T00:59:34.8339594Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-11-23T00:59:34.8342960Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-11-23T00:59:34.8347768Z adding 'torch/include/c10/core/Allocator.h' 2022-11-23T00:59:34.8349968Z adding 'torch/include/c10/core/AutogradState.h' 2022-11-23T00:59:34.8352820Z adding 'torch/include/c10/core/Backend.h' 2022-11-23T00:59:34.8355063Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-11-23T00:59:34.8357193Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-11-23T00:59:34.8359083Z adding 'torch/include/c10/core/CopyBytes.h' 2022-11-23T00:59:34.8360732Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-11-23T00:59:34.8362533Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-11-23T00:59:34.8365400Z adding 'torch/include/c10/core/Device.h' 2022-11-23T00:59:34.8367557Z adding 'torch/include/c10/core/DeviceArray.h' 2022-11-23T00:59:34.8370599Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-11-23T00:59:34.8373243Z adding 'torch/include/c10/core/DeviceType.h' 2022-11-23T00:59:34.8383311Z adding 'torch/include/c10/core/DispatchKey.h' 2022-11-23T00:59:34.8396824Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-11-23T00:59:34.8400312Z adding 'torch/include/c10/core/DynamicCast.h' 2022-11-23T00:59:34.8402935Z adding 'torch/include/c10/core/Event.h' 2022-11-23T00:59:34.8405516Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-11-23T00:59:34.8407560Z adding 'torch/include/c10/core/GradMode.h' 2022-11-23T00:59:34.8409889Z adding 'torch/include/c10/core/InferenceMode.h' 2022-11-23T00:59:34.8411909Z adding 'torch/include/c10/core/Layout.h' 2022-11-23T00:59:34.8415594Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-11-23T00:59:34.8417449Z adding 'torch/include/c10/core/OptionalRef.h' 2022-11-23T00:59:34.8419718Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-11-23T00:59:34.8421576Z adding 'torch/include/c10/core/QEngine.h' 2022-11-23T00:59:34.8423610Z adding 'torch/include/c10/core/QScheme.h' 2022-11-23T00:59:34.8425655Z adding 'torch/include/c10/core/SafePyObject.h' 2022-11-23T00:59:34.8429074Z adding 'torch/include/c10/core/Scalar.h' 2022-11-23T00:59:34.8434081Z adding 'torch/include/c10/core/ScalarType.h' 2022-11-23T00:59:34.8436502Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-11-23T00:59:34.8438867Z adding 'torch/include/c10/core/Storage.h' 2022-11-23T00:59:34.8441948Z adding 'torch/include/c10/core/StorageImpl.h' 2022-11-23T00:59:34.8445418Z adding 'torch/include/c10/core/Stream.h' 2022-11-23T00:59:34.8448568Z adding 'torch/include/c10/core/StreamGuard.h' 2022-11-23T00:59:34.8450659Z adding 'torch/include/c10/core/SymFloat.h' 2022-11-23T00:59:34.8454277Z adding 'torch/include/c10/core/SymInt.h' 2022-11-23T00:59:34.8456506Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-11-23T00:59:34.8458466Z adding 'torch/include/c10/core/SymNodeImpl.h' 2022-11-23T00:59:34.8498239Z adding 'torch/include/c10/core/TensorImpl.h' 2022-11-23T00:59:34.8508307Z adding 'torch/include/c10/core/TensorOptions.h' 2022-11-23T00:59:34.8510955Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-11-23T00:59:34.8512809Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-11-23T00:59:34.8514505Z adding 'torch/include/c10/core/alignment.h' 2022-11-23T00:59:34.8516844Z adding 'torch/include/c10/core/thread_pool.h' 2022-11-23T00:59:34.8521992Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-11-23T00:59:34.8524603Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-11-23T00:59:34.8526726Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-11-23T00:59:34.8529111Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2022-11-23T00:59:34.8533929Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-11-23T00:59:34.8536652Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-11-23T00:59:34.8540276Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-11-23T00:59:34.8543377Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-11-23T00:59:34.8547332Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-11-23T00:59:34.8549448Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-11-23T00:59:34.8552326Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-11-23T00:59:34.8554451Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-11-23T00:59:34.8556520Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-11-23T00:59:34.8558267Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-11-23T00:59:34.8560502Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-11-23T00:59:34.8564336Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-11-23T00:59:34.8566914Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-11-23T00:59:34.8569359Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-11-23T00:59:34.8571610Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-11-23T00:59:34.8575255Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-11-23T00:59:34.8577204Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-11-23T00:59:34.8579323Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-11-23T00:59:34.8581122Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-11-23T00:59:34.8584851Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-11-23T00:59:34.8588370Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-11-23T00:59:34.8590213Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-11-23T00:59:34.8593293Z adding 'torch/include/c10/macros/Export.h' 2022-11-23T00:59:34.8599137Z adding 'torch/include/c10/macros/Macros.h' 2022-11-23T00:59:34.8601374Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-11-23T00:59:34.8605027Z adding 'torch/include/c10/util/AlignOf.h' 2022-11-23T00:59:34.8608811Z adding 'torch/include/c10/util/Array.h' 2022-11-23T00:59:34.8612493Z adding 'torch/include/c10/util/ArrayRef.h' 2022-11-23T00:59:34.8615476Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-11-23T00:59:34.8618249Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-11-23T00:59:34.8620398Z adding 'torch/include/c10/util/BFloat16.h' 2022-11-23T00:59:34.8622124Z adding 'torch/include/c10/util/Backtrace.h' 2022-11-23T00:59:34.8624430Z adding 'torch/include/c10/util/Bitset.h' 2022-11-23T00:59:34.8628786Z adding 'torch/include/c10/util/C++17.h' 2022-11-23T00:59:34.8631450Z adding 'torch/include/c10/util/CallOnce.h' 2022-11-23T00:59:34.8634714Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-11-23T00:59:34.8636900Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-11-23T00:59:34.8639163Z adding 'torch/include/c10/util/Deprecated.h' 2022-11-23T00:59:34.8640875Z adding 'torch/include/c10/util/DimVector.h' 2022-11-23T00:59:34.8648479Z adding 'torch/include/c10/util/Exception.h' 2022-11-23T00:59:34.8651672Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-11-23T00:59:34.8653876Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-11-23T00:59:34.8657310Z adding 'torch/include/c10/util/Flags.h' 2022-11-23T00:59:34.8659729Z adding 'torch/include/c10/util/FunctionRef.h' 2022-11-23T00:59:34.8662453Z adding 'torch/include/c10/util/Half-inl.h' 2022-11-23T00:59:34.8669030Z adding 'torch/include/c10/util/Half.h' 2022-11-23T00:59:34.8671722Z adding 'torch/include/c10/util/IdWrapper.h' 2022-11-23T00:59:34.8674740Z adding 'torch/include/c10/util/LeftRight.h' 2022-11-23T00:59:34.8676784Z adding 'torch/include/c10/util/Load.h' 2022-11-23T00:59:34.8680341Z adding 'torch/include/c10/util/Logging.h' 2022-11-23T00:59:34.8682741Z adding 'torch/include/c10/util/MathConstants.h' 2022-11-23T00:59:34.8685596Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-11-23T00:59:34.8691009Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-11-23T00:59:34.8699069Z adding 'torch/include/c10/util/Optional.h' 2022-11-23T00:59:34.8702525Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-11-23T00:59:34.8706322Z adding 'torch/include/c10/util/Registry.h' 2022-11-23T00:59:34.8708622Z adding 'torch/include/c10/util/ScopeExit.h' 2022-11-23T00:59:34.8710587Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-11-23T00:59:34.8724573Z adding 'torch/include/c10/util/SmallVector.h' 2022-11-23T00:59:34.8728565Z adding 'torch/include/c10/util/StringUtil.h' 2022-11-23T00:59:34.8730692Z adding 'torch/include/c10/util/Synchronized.h' 2022-11-23T00:59:34.8732879Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-11-23T00:59:34.8735010Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-11-23T00:59:34.8736711Z adding 'torch/include/c10/util/Type.h' 2022-11-23T00:59:34.8738924Z adding 'torch/include/c10/util/TypeCast.h' 2022-11-23T00:59:34.8741545Z adding 'torch/include/c10/util/TypeIndex.h' 2022-11-23T00:59:34.8745956Z adding 'torch/include/c10/util/TypeList.h' 2022-11-23T00:59:34.8748691Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-11-23T00:59:34.8751244Z adding 'torch/include/c10/util/TypeTraits.h' 2022-11-23T00:59:34.8752961Z adding 'torch/include/c10/util/Unicode.h' 2022-11-23T00:59:34.8755369Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-11-23T00:59:34.8757130Z adding 'torch/include/c10/util/Unroll.h' 2022-11-23T00:59:34.8759202Z adding 'torch/include/c10/util/accumulate.h' 2022-11-23T00:59:34.8764116Z adding 'torch/include/c10/util/complex.h' 2022-11-23T00:59:34.8767226Z adding 'torch/include/c10/util/complex_math.h' 2022-11-23T00:59:34.8769410Z adding 'torch/include/c10/util/complex_utils.h' 2022-11-23T00:59:34.8771214Z adding 'torch/include/c10/util/copysign.h' 2022-11-23T00:59:34.8773803Z adding 'torch/include/c10/util/either.h' 2022-11-23T00:59:34.8775676Z adding 'torch/include/c10/util/env.h' 2022-11-23T00:59:34.8787873Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-11-23T00:59:34.8793369Z adding 'torch/include/c10/util/hash.h' 2022-11-23T00:59:34.8795237Z adding 'torch/include/c10/util/in_place.h' 2022-11-23T00:59:34.8799214Z adding 'torch/include/c10/util/int128.h' 2022-11-23T00:59:34.8809353Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-11-23T00:59:34.8812497Z adding 'torch/include/c10/util/irange.h' 2022-11-23T00:59:34.8820398Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-11-23T00:59:34.8823480Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-11-23T00:59:34.8826752Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-11-23T00:59:34.8829646Z adding 'torch/include/c10/util/math_compat.h' 2022-11-23T00:59:34.8831568Z adding 'torch/include/c10/util/numa.h' 2022-11-23T00:59:34.8846271Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-11-23T00:59:34.8849776Z adding 'torch/include/c10/util/overloaded.h' 2022-11-23T00:59:34.8851400Z adding 'torch/include/c10/util/python_stub.h' 2022-11-23T00:59:34.8852917Z adding 'torch/include/c10/util/qint32.h' 2022-11-23T00:59:34.8854505Z adding 'torch/include/c10/util/qint8.h' 2022-11-23T00:59:34.8856205Z adding 'torch/include/c10/util/quint2x4.h' 2022-11-23T00:59:34.8857820Z adding 'torch/include/c10/util/quint4x2.h' 2022-11-23T00:59:34.8859488Z adding 'torch/include/c10/util/quint8.h' 2022-11-23T00:59:34.8862213Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-11-23T00:59:34.8864556Z adding 'torch/include/c10/util/safe_numerics.h' 2022-11-23T00:59:34.8866974Z adding 'torch/include/c10/util/signal_handler.h' 2022-11-23T00:59:34.8874174Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-11-23T00:59:34.8876656Z adding 'torch/include/c10/util/strides.h' 2022-11-23T00:59:34.8878955Z adding 'torch/include/c10/util/string_utils.h' 2022-11-23T00:59:34.8884274Z adding 'torch/include/c10/util/string_view.h' 2022-11-23T00:59:34.8892301Z adding 'torch/include/c10/util/strong_type.h' 2022-11-23T00:59:34.8895969Z adding 'torch/include/c10/util/tempfile.h' 2022-11-23T00:59:34.8897846Z adding 'torch/include/c10/util/thread_name.h' 2022-11-23T00:59:34.8904661Z adding 'torch/include/c10/util/typeid.h' 2022-11-23T00:59:34.8925281Z adding 'torch/include/c10/util/variant.h' 2022-11-23T00:59:34.8929589Z adding 'torch/include/c10/util/win32-headers.h' 2022-11-23T00:59:34.8932114Z adding 'torch/include/caffe2/contrib/aten/aten_op.h' 2022-11-23T00:59:34.8935118Z adding 'torch/include/caffe2/contrib/aten/aten_op_template.h' 2022-11-23T00:59:34.8938970Z adding 'torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h' 2022-11-23T00:59:34.8940819Z adding 'torch/include/caffe2/contrib/fakelowp/common.h' 2022-11-23T00:59:34.8944469Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h' 2022-11-23T00:59:34.8946342Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_fma.h' 2022-11-23T00:59:34.8948309Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h' 2022-11-23T00:59:34.8950149Z adding 'torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h' 2022-11-23T00:59:34.8952412Z adding 'torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h' 2022-11-23T00:59:34.8954668Z adding 'torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h' 2022-11-23T00:59:34.8957528Z adding 'torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h' 2022-11-23T00:59:34.8960619Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h' 2022-11-23T00:59:34.8964167Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h' 2022-11-23T00:59:34.8967551Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h' 2022-11-23T00:59:34.8969911Z adding 'torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h' 2022-11-23T00:59:34.8973197Z adding 'torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h' 2022-11-23T00:59:34.8975641Z adding 'torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h' 2022-11-23T00:59:34.8977665Z adding 'torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h' 2022-11-23T00:59:34.8980463Z adding 'torch/include/caffe2/contrib/gloo/allgather_ops.h' 2022-11-23T00:59:34.8982855Z adding 'torch/include/caffe2/contrib/gloo/allreduce_ops.h' 2022-11-23T00:59:34.8984873Z adding 'torch/include/caffe2/contrib/gloo/barrier_ops.h' 2022-11-23T00:59:34.8987174Z adding 'torch/include/caffe2/contrib/gloo/broadcast_ops.h' 2022-11-23T00:59:34.8989236Z adding 'torch/include/caffe2/contrib/gloo/common.h' 2022-11-23T00:59:34.8992178Z adding 'torch/include/caffe2/contrib/gloo/common_world_ops.h' 2022-11-23T00:59:34.8993849Z adding 'torch/include/caffe2/contrib/gloo/context.h' 2022-11-23T00:59:34.8996398Z adding 'torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h' 2022-11-23T00:59:34.8998389Z adding 'torch/include/caffe2/contrib/gloo/store_handler.h' 2022-11-23T00:59:34.9000580Z adding 'torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h' 2022-11-23T00:59:34.9003056Z adding 'torch/include/caffe2/contrib/opencl/context.h' 2022-11-23T00:59:34.9005568Z adding 'torch/include/caffe2/contrib/prof/prof_dag_stats_op.h' 2022-11-23T00:59:34.9009355Z adding 'torch/include/caffe2/contrib/shm_mutex/shm_mutex.h' 2022-11-23T00:59:34.9011706Z adding 'torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h' 2022-11-23T00:59:34.9013858Z adding 'torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h' 2022-11-23T00:59:34.9015793Z adding 'torch/include/caffe2/contrib/tensorrt/trt_utils.h' 2022-11-23T00:59:34.9018389Z adding 'torch/include/caffe2/contrib/warpctc/ctc_op.h' 2022-11-23T00:59:34.9020966Z adding 'torch/include/caffe2/core/allocator.h' 2022-11-23T00:59:34.9023351Z adding 'torch/include/caffe2/core/blob.h' 2022-11-23T00:59:34.9027293Z adding 'torch/include/caffe2/core/blob_serialization.h' 2022-11-23T00:59:34.9030112Z adding 'torch/include/caffe2/core/blob_serializer_base.h' 2022-11-23T00:59:34.9032127Z adding 'torch/include/caffe2/core/blob_stats.h' 2022-11-23T00:59:34.9034653Z adding 'torch/include/caffe2/core/common.h' 2022-11-23T00:59:34.9038049Z adding 'torch/include/caffe2/core/common_cudnn.h' 2022-11-23T00:59:34.9043174Z adding 'torch/include/caffe2/core/common_gpu.h' 2022-11-23T00:59:34.9045277Z adding 'torch/include/caffe2/core/common_omp.h' 2022-11-23T00:59:34.9048337Z adding 'torch/include/caffe2/core/context.h' 2022-11-23T00:59:34.9050885Z adding 'torch/include/caffe2/core/context_base.h' 2022-11-23T00:59:34.9054845Z adding 'torch/include/caffe2/core/context_gpu.h' 2022-11-23T00:59:34.9058352Z adding 'torch/include/caffe2/core/cudnn_wrappers.h' 2022-11-23T00:59:34.9062099Z adding 'torch/include/caffe2/core/db.h' 2022-11-23T00:59:34.9064454Z adding 'torch/include/caffe2/core/distributions_stubs.h' 2022-11-23T00:59:34.9068009Z adding 'torch/include/caffe2/core/event.h' 2022-11-23T00:59:34.9070381Z adding 'torch/include/caffe2/core/event_cpu.h' 2022-11-23T00:59:34.9073699Z adding 'torch/include/caffe2/core/export_c10_op_to_caffe2.h' 2022-11-23T00:59:34.9077796Z adding 'torch/include/caffe2/core/export_caffe2_op_to_c10.h' 2022-11-23T00:59:34.9079633Z adding 'torch/include/caffe2/core/flags.h' 2022-11-23T00:59:34.9082381Z adding 'torch/include/caffe2/core/graph.h' 2022-11-23T00:59:34.9086747Z adding 'torch/include/caffe2/core/init.h' 2022-11-23T00:59:34.9088647Z adding 'torch/include/caffe2/core/logging.h' 2022-11-23T00:59:34.9090858Z adding 'torch/include/caffe2/core/macros.h' 2022-11-23T00:59:34.9092736Z adding 'torch/include/caffe2/core/memonger.h' 2022-11-23T00:59:34.9094920Z adding 'torch/include/caffe2/core/module.h' 2022-11-23T00:59:34.9097551Z adding 'torch/include/caffe2/core/net.h' 2022-11-23T00:59:34.9100793Z adding 'torch/include/caffe2/core/net_async_base.h' 2022-11-23T00:59:34.9102831Z adding 'torch/include/caffe2/core/net_async_scheduling.h' 2022-11-23T00:59:34.9104601Z adding 'torch/include/caffe2/core/net_async_task.h' 2022-11-23T00:59:34.9106606Z adding 'torch/include/caffe2/core/net_async_task_future.h' 2022-11-23T00:59:34.9108784Z adding 'torch/include/caffe2/core/net_async_task_graph.h' 2022-11-23T00:59:34.9111538Z adding 'torch/include/caffe2/core/net_async_tracing.h' 2022-11-23T00:59:34.9113668Z adding 'torch/include/caffe2/core/net_dag_utils.h' 2022-11-23T00:59:34.9115783Z adding 'torch/include/caffe2/core/net_parallel.h' 2022-11-23T00:59:34.9117961Z adding 'torch/include/caffe2/core/net_simple.h' 2022-11-23T00:59:34.9120145Z adding 'torch/include/caffe2/core/net_simple_refcount.h' 2022-11-23T00:59:34.9121788Z adding 'torch/include/caffe2/core/numa.h' 2022-11-23T00:59:34.9124098Z adding 'torch/include/caffe2/core/observer.h' 2022-11-23T00:59:34.9140618Z adding 'torch/include/caffe2/core/operator.h' 2022-11-23T00:59:34.9145711Z adding 'torch/include/caffe2/core/operator_gradient.h' 2022-11-23T00:59:34.9151532Z adding 'torch/include/caffe2/core/operator_schema.h' 2022-11-23T00:59:34.9153694Z adding 'torch/include/caffe2/core/plan_executor.h' 2022-11-23T00:59:34.9155959Z adding 'torch/include/caffe2/core/prof_dag_counters.h' 2022-11-23T00:59:34.9159028Z adding 'torch/include/caffe2/core/qtensor.h' 2022-11-23T00:59:34.9161357Z adding 'torch/include/caffe2/core/qtensor_serialization.h' 2022-11-23T00:59:34.9164001Z adding 'torch/include/caffe2/core/scope_guard.h' 2022-11-23T00:59:34.9165818Z adding 'torch/include/caffe2/core/static_tracepoint.h' 2022-11-23T00:59:34.9168569Z adding 'torch/include/caffe2/core/static_tracepoint_elfx86.h' 2022-11-23T00:59:34.9172292Z adding 'torch/include/caffe2/core/stats.h' 2022-11-23T00:59:34.9174337Z adding 'torch/include/caffe2/core/storage.h' 2022-11-23T00:59:34.9180630Z adding 'torch/include/caffe2/core/tensor.h' 2022-11-23T00:59:34.9182992Z adding 'torch/include/caffe2/core/tensor_impl.h' 2022-11-23T00:59:34.9184698Z adding 'torch/include/caffe2/core/tensor_int8.h' 2022-11-23T00:59:34.9187588Z adding 'torch/include/caffe2/core/test_utils.h' 2022-11-23T00:59:34.9189420Z adding 'torch/include/caffe2/core/timer.h' 2022-11-23T00:59:34.9192102Z adding 'torch/include/caffe2/core/transform.h' 2022-11-23T00:59:34.9194399Z adding 'torch/include/caffe2/core/types.h' 2022-11-23T00:59:34.9198517Z adding 'torch/include/caffe2/core/workspace.h' 2022-11-23T00:59:34.9202053Z adding 'torch/include/caffe2/core/hip/common_miopen.h' 2022-11-23T00:59:34.9204654Z adding 'torch/include/caffe2/core/hip/miopen_wrapper.h' 2022-11-23T00:59:34.9209029Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h' 2022-11-23T00:59:34.9212926Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h' 2022-11-23T00:59:34.9214879Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h' 2022-11-23T00:59:34.9216852Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h' 2022-11-23T00:59:34.9219769Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h' 2022-11-23T00:59:34.9222253Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h' 2022-11-23T00:59:34.9227146Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h' 2022-11-23T00:59:34.9230559Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h' 2022-11-23T00:59:34.9232782Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h' 2022-11-23T00:59:34.9235256Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h' 2022-11-23T00:59:34.9238059Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h' 2022-11-23T00:59:34.9242877Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h' 2022-11-23T00:59:34.9247759Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h' 2022-11-23T00:59:34.9250261Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h' 2022-11-23T00:59:34.9252583Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h' 2022-11-23T00:59:34.9257085Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h' 2022-11-23T00:59:34.9259733Z adding 'torch/include/caffe2/core/nomnigraph/tests/test_util.h' 2022-11-23T00:59:34.9262396Z adding 'torch/include/caffe2/cuda_rtc/common_rtc.h' 2022-11-23T00:59:34.9264392Z adding 'torch/include/caffe2/db/create_db_op.h' 2022-11-23T00:59:34.9266360Z adding 'torch/include/caffe2/distributed/file_store_handler.h' 2022-11-23T00:59:34.9268003Z adding 'torch/include/caffe2/distributed/file_store_handler_op.h' 2022-11-23T00:59:34.9269850Z adding 'torch/include/caffe2/distributed/redis_store_handler.h' 2022-11-23T00:59:34.9271631Z adding 'torch/include/caffe2/distributed/redis_store_handler_op.h' 2022-11-23T00:59:34.9273520Z adding 'torch/include/caffe2/distributed/store_handler.h' 2022-11-23T00:59:34.9275124Z adding 'torch/include/caffe2/distributed/store_ops.h' 2022-11-23T00:59:34.9278644Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h' 2022-11-23T00:59:34.9282752Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_prune.h' 2022-11-23T00:59:34.9285650Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h' 2022-11-23T00:59:34.9288670Z adding 'torch/include/caffe2/experiments/operators/funhash_op.h' 2022-11-23T00:59:34.9291739Z adding 'torch/include/caffe2/experiments/operators/sparse_funhash_op.h' 2022-11-23T00:59:34.9294318Z adding 'torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h' 2022-11-23T00:59:34.9296819Z adding 'torch/include/caffe2/experiments/operators/tt_contraction_op.h' 2022-11-23T00:59:34.9299005Z adding 'torch/include/caffe2/experiments/operators/tt_pad_op.h' 2022-11-23T00:59:34.9301170Z adding 'torch/include/caffe2/ideep/ideep_utils.h' 2022-11-23T00:59:34.9303405Z adding 'torch/include/caffe2/ideep/operators/conv_pool_base_op.h' 2022-11-23T00:59:34.9306237Z adding 'torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h' 2022-11-23T00:59:34.9309586Z adding 'torch/include/caffe2/ideep/operators/operator_fallback_ideep.h' 2022-11-23T00:59:34.9312270Z adding 'torch/include/caffe2/ideep/utils/ideep_context.h' 2022-11-23T00:59:34.9315003Z adding 'torch/include/caffe2/ideep/utils/ideep_operator.h' 2022-11-23T00:59:34.9327216Z adding 'torch/include/caffe2/image/image_input_op.h' 2022-11-23T00:59:34.9330123Z adding 'torch/include/caffe2/image/transform_gpu.h' 2022-11-23T00:59:34.9332472Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe.h' 2022-11-23T00:59:34.9334100Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h' 2022-11-23T00:59:34.9335734Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h' 2022-11-23T00:59:34.9337765Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h' 2022-11-23T00:59:34.9339541Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h' 2022-11-23T00:59:34.9341219Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h' 2022-11-23T00:59:34.9350715Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h' 2022-11-23T00:59:34.9353419Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h' 2022-11-23T00:59:34.9357158Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h' 2022-11-23T00:59:34.9369122Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h' 2022-11-23T00:59:34.9374310Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h' 2022-11-23T00:59:34.9377317Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h' 2022-11-23T00:59:34.9379762Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h' 2022-11-23T00:59:34.9387133Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h' 2022-11-23T00:59:34.9390313Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h' 2022-11-23T00:59:34.9396109Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h' 2022-11-23T00:59:34.9399678Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h' 2022-11-23T00:59:34.9455095Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h' 2022-11-23T00:59:34.9481695Z adding 'torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h' 2022-11-23T00:59:34.9485723Z adding 'torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h' 2022-11-23T00:59:34.9488012Z adding 'torch/include/caffe2/mobile/contrib/nnapi/nnapi.h' 2022-11-23T00:59:34.9490564Z adding 'torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h' 2022-11-23T00:59:34.9492246Z adding 'torch/include/caffe2/mobile/contrib/ulp2/ulp.h' 2022-11-23T00:59:34.9493925Z adding 'torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h' 2022-11-23T00:59:34.9496723Z adding 'torch/include/caffe2/mpi/mpi_common.h' 2022-11-23T00:59:34.9499336Z adding 'torch/include/caffe2/mpi/mpi_ops.h' 2022-11-23T00:59:34.9501551Z adding 'torch/include/caffe2/observers/operator_attaching_net_observer.h' 2022-11-23T00:59:34.9503403Z adding 'torch/include/caffe2/observers/profile_observer.h' 2022-11-23T00:59:34.9505046Z adding 'torch/include/caffe2/observers/runcnt_observer.h' 2022-11-23T00:59:34.9506804Z adding 'torch/include/caffe2/observers/time_observer.h' 2022-11-23T00:59:34.9509928Z adding 'torch/include/caffe2/onnx/backend.h' 2022-11-23T00:59:34.9511874Z adding 'torch/include/caffe2/onnx/backend_rep.h' 2022-11-23T00:59:34.9513444Z adding 'torch/include/caffe2/onnx/device.h' 2022-11-23T00:59:34.9515210Z adding 'torch/include/caffe2/onnx/helper.h' 2022-11-23T00:59:34.9517004Z adding 'torch/include/caffe2/onnx/offline_tensor.h' 2022-11-23T00:59:34.9519067Z adding 'torch/include/caffe2/onnx/onnx_exporter.h' 2022-11-23T00:59:34.9521467Z adding 'torch/include/caffe2/onnx/onnxifi_graph_info.h' 2022-11-23T00:59:34.9534636Z adding 'torch/include/caffe2/onnx/onnxifi_init.h' 2022-11-23T00:59:34.9535086Z adding 'torch/include/caffe2/onnx/torch_ops/constants.h' 2022-11-23T00:59:34.9535489Z adding 'torch/include/caffe2/onnx/torch_ops/operator_sets.h' 2022-11-23T00:59:34.9535853Z adding 'torch/include/caffe2/onnx/torch_ops/schema.h' 2022-11-23T00:59:34.9536351Z adding 'torch/include/caffe2/operators/abs_op.h' 2022-11-23T00:59:34.9536838Z adding 'torch/include/caffe2/operators/accumulate_op.h' 2022-11-23T00:59:34.9537231Z adding 'torch/include/caffe2/operators/accuracy_op.h' 2022-11-23T00:59:34.9537773Z adding 'torch/include/caffe2/operators/acos_op.h' 2022-11-23T00:59:34.9560771Z adding 'torch/include/caffe2/operators/activation_ops_cudnn.h' 2022-11-23T00:59:34.9561456Z adding 'torch/include/caffe2/operators/affine_channel_op.h' 2022-11-23T00:59:34.9561830Z adding 'torch/include/caffe2/operators/alias_with_name.h' 2022-11-23T00:59:34.9562150Z adding 'torch/include/caffe2/operators/apmeter_op.h' 2022-11-23T00:59:34.9562442Z adding 'torch/include/caffe2/operators/arg_ops.h' 2022-11-23T00:59:34.9562827Z adding 'torch/include/caffe2/operators/asin_op.h' 2022-11-23T00:59:34.9563261Z adding 'torch/include/caffe2/operators/assert_op.h' 2022-11-23T00:59:34.9563572Z adding 'torch/include/caffe2/operators/async_net_barrier_op.h' 2022-11-23T00:59:34.9563889Z adding 'torch/include/caffe2/operators/atan_op.h' 2022-11-23T00:59:34.9564204Z adding 'torch/include/caffe2/operators/batch_box_cox_op.h' 2022-11-23T00:59:34.9564522Z adding 'torch/include/caffe2/operators/batch_bucketize_op.h' 2022-11-23T00:59:34.9564874Z adding 'torch/include/caffe2/operators/batch_gather_ops.h' 2022-11-23T00:59:34.9565249Z adding 'torch/include/caffe2/operators/batch_matmul_op.h' 2022-11-23T00:59:34.9565574Z adding 'torch/include/caffe2/operators/batch_moments_op.h' 2022-11-23T00:59:34.9567476Z adding 'torch/include/caffe2/operators/batch_permutation_op.h' 2022-11-23T00:59:34.9570173Z adding 'torch/include/caffe2/operators/batch_sparse_to_dense_op.h' 2022-11-23T00:59:34.9572495Z adding 'torch/include/caffe2/operators/bbox_transform_op.h' 2022-11-23T00:59:34.9575115Z adding 'torch/include/caffe2/operators/bisect_percentile_op.h' 2022-11-23T00:59:34.9577409Z adding 'torch/include/caffe2/operators/boolean_mask_ops.h' 2022-11-23T00:59:34.9579215Z adding 'torch/include/caffe2/operators/boolean_unmask_ops.h' 2022-11-23T00:59:34.9581697Z adding 'torch/include/caffe2/operators/box_with_nms_limit_op.h' 2022-11-23T00:59:34.9583701Z adding 'torch/include/caffe2/operators/bucketize_op.h' 2022-11-23T00:59:34.9585758Z adding 'torch/include/caffe2/operators/byte_weight_dequant_op.h' 2022-11-23T00:59:34.9587695Z adding 'torch/include/caffe2/operators/cast_op.h' 2022-11-23T00:59:34.9589531Z adding 'torch/include/caffe2/operators/cbrt_op.h' 2022-11-23T00:59:34.9591975Z adding 'torch/include/caffe2/operators/cc_bmm_bg_op.h' 2022-11-23T00:59:34.9593882Z adding 'torch/include/caffe2/operators/ceil_op.h' 2022-11-23T00:59:34.9595737Z adding 'torch/include/caffe2/operators/channel_backprop_stats_op.h' 2022-11-23T00:59:34.9597702Z adding 'torch/include/caffe2/operators/channel_shuffle_op.h' 2022-11-23T00:59:34.9600005Z adding 'torch/include/caffe2/operators/channel_stats_op.h' 2022-11-23T00:59:34.9601707Z adding 'torch/include/caffe2/operators/clip_op.h' 2022-11-23T00:59:34.9604437Z adding 'torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h' 2022-11-23T00:59:34.9608661Z adding 'torch/include/caffe2/operators/concat_split_op.h' 2022-11-23T00:59:34.9610792Z adding 'torch/include/caffe2/operators/conditional_op.h' 2022-11-23T00:59:34.9612948Z adding 'torch/include/caffe2/operators/conv_op.h' 2022-11-23T00:59:34.9615105Z adding 'torch/include/caffe2/operators/conv_op_cache_cudnn.h' 2022-11-23T00:59:34.9620732Z adding 'torch/include/caffe2/operators/conv_op_impl.h' 2022-11-23T00:59:34.9623429Z adding 'torch/include/caffe2/operators/conv_op_shared.h' 2022-11-23T00:59:34.9630970Z adding 'torch/include/caffe2/operators/conv_pool_op_base.h' 2022-11-23T00:59:34.9633810Z adding 'torch/include/caffe2/operators/conv_transpose_op.h' 2022-11-23T00:59:34.9637458Z adding 'torch/include/caffe2/operators/conv_transpose_op_impl.h' 2022-11-23T00:59:34.9639969Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile.h' 2022-11-23T00:59:34.9646273Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h' 2022-11-23T00:59:34.9650164Z adding 'torch/include/caffe2/operators/conv_transpose_unpool_op_base.h' 2022-11-23T00:59:34.9652235Z adding 'torch/include/caffe2/operators/copy_op.h' 2022-11-23T00:59:34.9654438Z adding 'torch/include/caffe2/operators/copy_rows_to_tensor_op.h' 2022-11-23T00:59:34.9656259Z adding 'torch/include/caffe2/operators/cos_op.h' 2022-11-23T00:59:34.9658046Z adding 'torch/include/caffe2/operators/cosh_op.h' 2022-11-23T00:59:34.9659850Z adding 'torch/include/caffe2/operators/cosine_embedding_criterion_op.h' 2022-11-23T00:59:34.9662022Z adding 'torch/include/caffe2/operators/counter_ops.h' 2022-11-23T00:59:34.9664616Z adding 'torch/include/caffe2/operators/create_scope_op.h' 2022-11-23T00:59:34.9666867Z adding 'torch/include/caffe2/operators/cross_entropy_op.h' 2022-11-23T00:59:34.9668905Z adding 'torch/include/caffe2/operators/ctc_beam_search_decoder_op.h' 2022-11-23T00:59:34.9670756Z adding 'torch/include/caffe2/operators/ctc_greedy_decoder_op.h' 2022-11-23T00:59:34.9672497Z adding 'torch/include/caffe2/operators/cube_op.h' 2022-11-23T00:59:34.9674176Z adding 'torch/include/caffe2/operators/data_couple.h' 2022-11-23T00:59:34.9677073Z adding 'torch/include/caffe2/operators/dataset_ops.h' 2022-11-23T00:59:34.9679455Z adding 'torch/include/caffe2/operators/deform_conv_op.h' 2022-11-23T00:59:34.9683282Z adding 'torch/include/caffe2/operators/deform_conv_op_impl.h' 2022-11-23T00:59:34.9685728Z adding 'torch/include/caffe2/operators/dense_vector_to_id_list_op.h' 2022-11-23T00:59:34.9688704Z adding 'torch/include/caffe2/operators/distance_op.h' 2022-11-23T00:59:34.9691859Z adding 'torch/include/caffe2/operators/do_op.h' 2022-11-23T00:59:34.9694029Z adding 'torch/include/caffe2/operators/dropout_op.h' 2022-11-23T00:59:34.9695992Z adding 'torch/include/caffe2/operators/elementwise_add_op.h' 2022-11-23T00:59:34.9697820Z adding 'torch/include/caffe2/operators/elementwise_div_op.h' 2022-11-23T00:59:34.9699839Z adding 'torch/include/caffe2/operators/elementwise_linear_op.h' 2022-11-23T00:59:34.9702480Z adding 'torch/include/caffe2/operators/elementwise_logical_ops.h' 2022-11-23T00:59:34.9704390Z adding 'torch/include/caffe2/operators/elementwise_mul_op.h' 2022-11-23T00:59:34.9706755Z adding 'torch/include/caffe2/operators/elementwise_op_test.h' 2022-11-23T00:59:34.9711331Z adding 'torch/include/caffe2/operators/elementwise_ops.h' 2022-11-23T00:59:34.9713632Z adding 'torch/include/caffe2/operators/elementwise_ops_utils.h' 2022-11-23T00:59:34.9715722Z adding 'torch/include/caffe2/operators/elementwise_sub_op.h' 2022-11-23T00:59:34.9717388Z adding 'torch/include/caffe2/operators/elu_op.h' 2022-11-23T00:59:34.9719555Z adding 'torch/include/caffe2/operators/enforce_finite_op.h' 2022-11-23T00:59:34.9721519Z adding 'torch/include/caffe2/operators/ensure_clipped_op.h' 2022-11-23T00:59:34.9723469Z adding 'torch/include/caffe2/operators/ensure_cpu_output_op.h' 2022-11-23T00:59:34.9725209Z adding 'torch/include/caffe2/operators/erf_op.h' 2022-11-23T00:59:34.9726897Z adding 'torch/include/caffe2/operators/exp_op.h' 2022-11-23T00:59:34.9728981Z adding 'torch/include/caffe2/operators/expand_op.h' 2022-11-23T00:59:34.9731152Z adding 'torch/include/caffe2/operators/expand_squeeze_dims_op.h' 2022-11-23T00:59:34.9732810Z adding 'torch/include/caffe2/operators/fc_inference.h' 2022-11-23T00:59:34.9737104Z adding 'torch/include/caffe2/operators/feature_maps_ops.h' 2022-11-23T00:59:34.9739625Z adding 'torch/include/caffe2/operators/feed_blob_op.h' 2022-11-23T00:59:34.9743966Z adding 'torch/include/caffe2/operators/filler_op.h' 2022-11-23T00:59:34.9746394Z adding 'torch/include/caffe2/operators/find_duplicate_elements_op.h' 2022-11-23T00:59:34.9748374Z adding 'torch/include/caffe2/operators/find_op.h' 2022-11-23T00:59:34.9750370Z adding 'torch/include/caffe2/operators/flatten_op.h' 2022-11-23T00:59:34.9752033Z adding 'torch/include/caffe2/operators/flexible_top_k.h' 2022-11-23T00:59:34.9753665Z adding 'torch/include/caffe2/operators/floor_op.h' 2022-11-23T00:59:34.9755355Z adding 'torch/include/caffe2/operators/free_op.h' 2022-11-23T00:59:34.9758102Z adding 'torch/include/caffe2/operators/fully_connected_op.h' 2022-11-23T00:59:34.9760736Z adding 'torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h' 2022-11-23T00:59:34.9763916Z adding 'torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h' 2022-11-23T00:59:34.9766764Z adding 'torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h' 2022-11-23T00:59:34.9768876Z adding 'torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h' 2022-11-23T00:59:34.9770706Z adding 'torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h' 2022-11-23T00:59:34.9773823Z adding 'torch/include/caffe2/operators/gather_op.h' 2022-11-23T00:59:34.9777070Z adding 'torch/include/caffe2/operators/gather_ranges_to_dense_op.h' 2022-11-23T00:59:34.9779114Z adding 'torch/include/caffe2/operators/gelu_op.h' 2022-11-23T00:59:34.9783113Z adding 'torch/include/caffe2/operators/generate_proposals_op.h' 2022-11-23T00:59:34.9787328Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_boxes.h' 2022-11-23T00:59:34.9794211Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms.h' 2022-11-23T00:59:34.9796896Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h' 2022-11-23T00:59:34.9799028Z adding 'torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h' 2022-11-23T00:59:34.9801196Z adding 'torch/include/caffe2/operators/given_tensor_fill_op.h' 2022-11-23T00:59:34.9803075Z adding 'torch/include/caffe2/operators/glu_op.h' 2022-11-23T00:59:34.9805878Z adding 'torch/include/caffe2/operators/group_norm_op.h' 2022-11-23T00:59:34.9808943Z adding 'torch/include/caffe2/operators/gru_unit_op.h' 2022-11-23T00:59:34.9811540Z adding 'torch/include/caffe2/operators/h_softmax_op.h' 2022-11-23T00:59:34.9813744Z adding 'torch/include/caffe2/operators/half_float_ops.h' 2022-11-23T00:59:34.9815565Z adding 'torch/include/caffe2/operators/hard_sigmoid_op.h' 2022-11-23T00:59:34.9817334Z adding 'torch/include/caffe2/operators/heatmap_max_keypoint_op.h' 2022-11-23T00:59:34.9819346Z adding 'torch/include/caffe2/operators/histogram_op.h' 2022-11-23T00:59:34.9821272Z adding 'torch/include/caffe2/operators/if_op.h' 2022-11-23T00:59:34.9823843Z adding 'torch/include/caffe2/operators/im2col_op.h' 2022-11-23T00:59:34.9826147Z adding 'torch/include/caffe2/operators/index_hash_ops.h' 2022-11-23T00:59:34.9828478Z adding 'torch/include/caffe2/operators/index_ops.h' 2022-11-23T00:59:34.9832136Z adding 'torch/include/caffe2/operators/inference_lstm_op.h' 2022-11-23T00:59:34.9834942Z adding 'torch/include/caffe2/operators/instance_norm_op.h' 2022-11-23T00:59:34.9836865Z adding 'torch/include/caffe2/operators/integral_image_op.h' 2022-11-23T00:59:34.9838552Z adding 'torch/include/caffe2/operators/is_empty_op.h' 2022-11-23T00:59:34.9840235Z adding 'torch/include/caffe2/operators/jsd_op.h' 2022-11-23T00:59:34.9842089Z adding 'torch/include/caffe2/operators/key_split_ops.h' 2022-11-23T00:59:34.9844799Z adding 'torch/include/caffe2/operators/layer_norm_op.h' 2022-11-23T00:59:34.9846898Z adding 'torch/include/caffe2/operators/leaky_relu_op.h' 2022-11-23T00:59:34.9849125Z adding 'torch/include/caffe2/operators/length_split_op.h' 2022-11-23T00:59:34.9851353Z adding 'torch/include/caffe2/operators/lengths_pad_op.h' 2022-11-23T00:59:34.9854063Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h' 2022-11-23T00:59:34.9859212Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h' 2022-11-23T00:59:34.9865527Z adding 'torch/include/caffe2/operators/lengths_reducer_ops.h' 2022-11-23T00:59:34.9868991Z adding 'torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h' 2022-11-23T00:59:34.9871063Z adding 'torch/include/caffe2/operators/lengths_tile_op.h' 2022-11-23T00:59:34.9872799Z adding 'torch/include/caffe2/operators/lengths_top_k_op.h' 2022-11-23T00:59:34.9874556Z adding 'torch/include/caffe2/operators/listwise_l2r_op.h' 2022-11-23T00:59:34.9879070Z adding 'torch/include/caffe2/operators/load_save_op.h' 2022-11-23T00:59:34.9881326Z adding 'torch/include/caffe2/operators/load_save_op_util.h' 2022-11-23T00:59:34.9883600Z adding 'torch/include/caffe2/operators/local_response_normalization_op.h' 2022-11-23T00:59:34.9885748Z adding 'torch/include/caffe2/operators/locally_connected_op.h' 2022-11-23T00:59:34.9890551Z adding 'torch/include/caffe2/operators/locally_connected_op_impl.h' 2022-11-23T00:59:34.9893294Z adding 'torch/include/caffe2/operators/locally_connected_op_util.h' 2022-11-23T00:59:34.9894903Z adding 'torch/include/caffe2/operators/log1p_op.h' 2022-11-23T00:59:34.9896631Z adding 'torch/include/caffe2/operators/log_op.h' 2022-11-23T00:59:34.9898557Z adding 'torch/include/caffe2/operators/logit_op.h' 2022-11-23T00:59:34.9900264Z adding 'torch/include/caffe2/operators/loss_op.h' 2022-11-23T00:59:34.9902140Z adding 'torch/include/caffe2/operators/lpnorm_op.h' 2022-11-23T00:59:34.9904687Z adding 'torch/include/caffe2/operators/lstm_unit_op.h' 2022-11-23T00:59:34.9908316Z adding 'torch/include/caffe2/operators/lstm_utils.h' 2022-11-23T00:59:34.9911514Z adding 'torch/include/caffe2/operators/map_ops.h' 2022-11-23T00:59:34.9913728Z adding 'torch/include/caffe2/operators/margin_loss_l2r_op.h' 2022-11-23T00:59:34.9915464Z adding 'torch/include/caffe2/operators/margin_ranking_criterion_op.h' 2022-11-23T00:59:34.9917747Z adding 'torch/include/caffe2/operators/matmul_op.h' 2022-11-23T00:59:34.9919658Z adding 'torch/include/caffe2/operators/max_pool_with_index_gpu.h' 2022-11-23T00:59:34.9921921Z adding 'torch/include/caffe2/operators/mean_op.h' 2022-11-23T00:59:34.9924146Z adding 'torch/include/caffe2/operators/merge_id_lists_op.h' 2022-11-23T00:59:34.9926539Z adding 'torch/include/caffe2/operators/minmax_ops.h' 2022-11-23T00:59:34.9928471Z adding 'torch/include/caffe2/operators/mish_op.h' 2022-11-23T00:59:34.9930275Z adding 'torch/include/caffe2/operators/mod_op.h' 2022-11-23T00:59:34.9932615Z adding 'torch/include/caffe2/operators/moments_op.h' 2022-11-23T00:59:34.9934412Z adding 'torch/include/caffe2/operators/multi_class_accuracy_op.h' 2022-11-23T00:59:34.9936223Z adding 'torch/include/caffe2/operators/negate_gradient_op.h' 2022-11-23T00:59:34.9937848Z adding 'torch/include/caffe2/operators/negative_op.h' 2022-11-23T00:59:34.9940004Z adding 'torch/include/caffe2/operators/ngram_ops.h' 2022-11-23T00:59:34.9941950Z adding 'torch/include/caffe2/operators/no_default_engine_op.h' 2022-11-23T00:59:34.9943853Z adding 'torch/include/caffe2/operators/normalize_l1_op.h' 2022-11-23T00:59:34.9945861Z adding 'torch/include/caffe2/operators/normalize_op.h' 2022-11-23T00:59:34.9948553Z adding 'torch/include/caffe2/operators/numpy_tile_op.h' 2022-11-23T00:59:34.9950797Z adding 'torch/include/caffe2/operators/one_hot_ops.h' 2022-11-23T00:59:34.9954493Z adding 'torch/include/caffe2/operators/onnx_while_op.h' 2022-11-23T00:59:34.9956854Z adding 'torch/include/caffe2/operators/op_utils_cudnn.h' 2022-11-23T00:59:34.9959528Z adding 'torch/include/caffe2/operators/operator_fallback_gpu.h' 2022-11-23T00:59:34.9961606Z adding 'torch/include/caffe2/operators/order_switch_ops.h' 2022-11-23T00:59:34.9964014Z adding 'torch/include/caffe2/operators/pack_rnn_sequence_op.h' 2022-11-23T00:59:34.9966268Z adding 'torch/include/caffe2/operators/pack_segments.h' 2022-11-23T00:59:34.9968613Z adding 'torch/include/caffe2/operators/pad_op.h' 2022-11-23T00:59:34.9972245Z adding 'torch/include/caffe2/operators/partition_ops.h' 2022-11-23T00:59:34.9974434Z adding 'torch/include/caffe2/operators/percentile_op.h' 2022-11-23T00:59:34.9976203Z adding 'torch/include/caffe2/operators/perplexity_op.h' 2022-11-23T00:59:34.9979407Z adding 'torch/include/caffe2/operators/piecewise_linear_transform_op.h' 2022-11-23T00:59:34.9982230Z adding 'torch/include/caffe2/operators/pool_op.h' 2022-11-23T00:59:34.9984503Z adding 'torch/include/caffe2/operators/pool_op_util.h' 2022-11-23T00:59:34.9986830Z adding 'torch/include/caffe2/operators/pow_op.h' 2022-11-23T00:59:34.9989497Z adding 'torch/include/caffe2/operators/prefetch_op.h' 2022-11-23T00:59:34.9991584Z adding 'torch/include/caffe2/operators/prelu_op.h' 2022-11-23T00:59:34.9993642Z adding 'torch/include/caffe2/operators/prepend_dim_op.h' 2022-11-23T00:59:34.9996290Z adding 'torch/include/caffe2/operators/quant_decode_op.h' 2022-11-23T00:59:34.9998818Z adding 'torch/include/caffe2/operators/quantile_op.h' 2022-11-23T00:59:35.0000678Z adding 'torch/include/caffe2/operators/rank_loss_op.h' 2022-11-23T00:59:35.0002525Z adding 'torch/include/caffe2/operators/reciprocal_op.h' 2022-11-23T00:59:35.0004889Z adding 'torch/include/caffe2/operators/reduce_front_back_max_ops.h' 2022-11-23T00:59:35.0007903Z adding 'torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h' 2022-11-23T00:59:35.0010550Z adding 'torch/include/caffe2/operators/reduce_ops.h' 2022-11-23T00:59:35.0015971Z adding 'torch/include/caffe2/operators/reducer_functors.h' 2022-11-23T00:59:35.0018992Z adding 'torch/include/caffe2/operators/reduction_ops.h' 2022-11-23T00:59:35.0020991Z adding 'torch/include/caffe2/operators/relu_n_op.h' 2022-11-23T00:59:35.0022865Z adding 'torch/include/caffe2/operators/relu_op.h' 2022-11-23T00:59:35.0025047Z adding 'torch/include/caffe2/operators/remove_data_blocks_op.h' 2022-11-23T00:59:35.0026967Z adding 'torch/include/caffe2/operators/replace_nan_op.h' 2022-11-23T00:59:35.0029880Z adding 'torch/include/caffe2/operators/reshape_op.h' 2022-11-23T00:59:35.0032028Z adding 'torch/include/caffe2/operators/resize_3d_op.h' 2022-11-23T00:59:35.0034017Z adding 'torch/include/caffe2/operators/resize_op.h' 2022-11-23T00:59:35.0036256Z adding 'torch/include/caffe2/operators/reverse_packed_segs_op.h' 2022-11-23T00:59:35.0038106Z adding 'torch/include/caffe2/operators/rmac_regions_op.h' 2022-11-23T00:59:35.0040160Z adding 'torch/include/caffe2/operators/rms_norm_op.h' 2022-11-23T00:59:35.0042199Z adding 'torch/include/caffe2/operators/roi_align_gradient_op.h' 2022-11-23T00:59:35.0044544Z adding 'torch/include/caffe2/operators/roi_align_op.h' 2022-11-23T00:59:35.0046560Z adding 'torch/include/caffe2/operators/roi_align_rotated_gradient_op.h' 2022-11-23T00:59:35.0048911Z adding 'torch/include/caffe2/operators/roi_align_rotated_op.h' 2022-11-23T00:59:35.0050719Z adding 'torch/include/caffe2/operators/roi_pool_op.h' 2022-11-23T00:59:35.0052769Z adding 'torch/include/caffe2/operators/rowmul_op.h' 2022-11-23T00:59:35.0054581Z adding 'torch/include/caffe2/operators/rsqrt_op.h' 2022-11-23T00:59:35.0056498Z adding 'torch/include/caffe2/operators/scale_blobs_op.h' 2022-11-23T00:59:35.0058385Z adding 'torch/include/caffe2/operators/scale_op.h' 2022-11-23T00:59:35.0072482Z adding 'torch/include/caffe2/operators/segment_reduction_op.h' 2022-11-23T00:59:35.0077098Z adding 'torch/include/caffe2/operators/self_binning_histogram_op.h' 2022-11-23T00:59:35.0079086Z adding 'torch/include/caffe2/operators/selu_op.h' 2022-11-23T00:59:35.0082032Z adding 'torch/include/caffe2/operators/sequence_ops.h' 2022-11-23T00:59:35.0084237Z adding 'torch/include/caffe2/operators/shape_op.h' 2022-11-23T00:59:35.0086172Z adding 'torch/include/caffe2/operators/sigmoid_op.h' 2022-11-23T00:59:35.0087922Z adding 'torch/include/caffe2/operators/sin_op.h' 2022-11-23T00:59:35.0089676Z adding 'torch/include/caffe2/operators/sinh_op.h' 2022-11-23T00:59:35.0091985Z adding 'torch/include/caffe2/operators/sinusoid_position_encoding_op.h' 2022-11-23T00:59:35.0095324Z adding 'torch/include/caffe2/operators/slice_op.h' 2022-11-23T00:59:35.0097528Z adding 'torch/include/caffe2/operators/softmax_op.h' 2022-11-23T00:59:35.0099193Z adding 'torch/include/caffe2/operators/softmax_utils.h' 2022-11-23T00:59:35.0101280Z adding 'torch/include/caffe2/operators/softmax_with_loss_op.h' 2022-11-23T00:59:35.0103048Z adding 'torch/include/caffe2/operators/softplus_op.h' 2022-11-23T00:59:35.0104818Z adding 'torch/include/caffe2/operators/softsign_op.h' 2022-11-23T00:59:35.0107429Z adding 'torch/include/caffe2/operators/space_batch_op.h' 2022-11-23T00:59:35.0109599Z adding 'torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h' 2022-11-23T00:59:35.0111563Z adding 'torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h' 2022-11-23T00:59:35.0113337Z adding 'torch/include/caffe2/operators/sparse_lp_regularizer_op.h' 2022-11-23T00:59:35.0115177Z adding 'torch/include/caffe2/operators/sparse_normalize_op.h' 2022-11-23T00:59:35.0118556Z adding 'torch/include/caffe2/operators/sparse_to_dense_mask_op.h' 2022-11-23T00:59:35.0121271Z adding 'torch/include/caffe2/operators/sparse_to_dense_op.h' 2022-11-23T00:59:35.0125304Z adding 'torch/include/caffe2/operators/spatial_batch_norm_op.h' 2022-11-23T00:59:35.0127912Z adding 'torch/include/caffe2/operators/spatial_softmax_with_loss_op.h' 2022-11-23T00:59:35.0129677Z adding 'torch/include/caffe2/operators/sqr_op.h' 2022-11-23T00:59:35.0131321Z adding 'torch/include/caffe2/operators/sqrt_op.h' 2022-11-23T00:59:35.0133370Z adding 'torch/include/caffe2/operators/square_root_divide_op.h' 2022-11-23T00:59:35.0135699Z adding 'torch/include/caffe2/operators/stats_put_ops.h' 2022-11-23T00:59:35.0137292Z adding 'torch/include/caffe2/operators/stop_gradient.h' 2022-11-23T00:59:35.0139322Z adding 'torch/include/caffe2/operators/string_ops.h' 2022-11-23T00:59:35.0141384Z adding 'torch/include/caffe2/operators/stump_func_op.h' 2022-11-23T00:59:35.0143357Z adding 'torch/include/caffe2/operators/summarize_op.h' 2022-11-23T00:59:35.0145149Z adding 'torch/include/caffe2/operators/swish_op.h' 2022-11-23T00:59:35.0146844Z adding 'torch/include/caffe2/operators/tan_op.h' 2022-11-23T00:59:35.0148625Z adding 'torch/include/caffe2/operators/tanh_op.h' 2022-11-23T00:59:35.0150994Z adding 'torch/include/caffe2/operators/tensor_protos_db_input.h' 2022-11-23T00:59:35.0153322Z adding 'torch/include/caffe2/operators/text_file_reader_utils.h' 2022-11-23T00:59:35.0155128Z adding 'torch/include/caffe2/operators/thresholded_relu_op.h' 2022-11-23T00:59:35.0158070Z adding 'torch/include/caffe2/operators/tile_op.h' 2022-11-23T00:59:35.0160039Z adding 'torch/include/caffe2/operators/top_k.h' 2022-11-23T00:59:35.0162183Z adding 'torch/include/caffe2/operators/transpose_op.h' 2022-11-23T00:59:35.0164937Z adding 'torch/include/caffe2/operators/tt_linear_op.h' 2022-11-23T00:59:35.0167228Z adding 'torch/include/caffe2/operators/unique_ops.h' 2022-11-23T00:59:35.0169321Z adding 'torch/include/caffe2/operators/unsafe_coalesce.h' 2022-11-23T00:59:35.0171348Z adding 'torch/include/caffe2/operators/upsample_op.h' 2022-11-23T00:59:35.0183614Z adding 'torch/include/caffe2/operators/utility_ops.h' 2022-11-23T00:59:35.0186691Z adding 'torch/include/caffe2/operators/variable_length_sequence_padding.h' 2022-11-23T00:59:35.0188363Z adding 'torch/include/caffe2/operators/weighted_multi_sampling_op.h' 2022-11-23T00:59:35.0190004Z adding 'torch/include/caffe2/operators/weighted_sample_op.h' 2022-11-23T00:59:35.0191791Z adding 'torch/include/caffe2/operators/while_op.h' 2022-11-23T00:59:35.0193470Z adding 'torch/include/caffe2/operators/zero_gradient_op.h' 2022-11-23T00:59:35.0196072Z adding 'torch/include/caffe2/operators/hip/activation_ops_miopen.h' 2022-11-23T00:59:35.0198981Z adding 'torch/include/caffe2/operators/quantized/int8_add_op.h' 2022-11-23T00:59:35.0201579Z adding 'torch/include/caffe2/operators/quantized/int8_average_pool_op.h' 2022-11-23T00:59:35.0204323Z adding 'torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h' 2022-11-23T00:59:35.0206428Z adding 'torch/include/caffe2/operators/quantized/int8_concat_op.h' 2022-11-23T00:59:35.0209351Z adding 'torch/include/caffe2/operators/quantized/int8_conv_op.h' 2022-11-23T00:59:35.0212114Z adding 'torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h' 2022-11-23T00:59:35.0213854Z adding 'torch/include/caffe2/operators/quantized/int8_dequantize_op.h' 2022-11-23T00:59:35.0216224Z adding 'torch/include/caffe2/operators/quantized/int8_fc_op.h' 2022-11-23T00:59:35.0218185Z adding 'torch/include/caffe2/operators/quantized/int8_flatten_op.h' 2022-11-23T00:59:35.0220356Z adding 'torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h' 2022-11-23T00:59:35.0222861Z adding 'torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h' 2022-11-23T00:59:35.0224954Z adding 'torch/include/caffe2/operators/quantized/int8_max_pool_op.h' 2022-11-23T00:59:35.0227304Z adding 'torch/include/caffe2/operators/quantized/int8_quantize_op.h' 2022-11-23T00:59:35.0229374Z adding 'torch/include/caffe2/operators/quantized/int8_relu_op.h' 2022-11-23T00:59:35.0231419Z adding 'torch/include/caffe2/operators/quantized/int8_reshape_op.h' 2022-11-23T00:59:35.0233651Z adding 'torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h' 2022-11-23T00:59:35.0237512Z adding 'torch/include/caffe2/operators/quantized/int8_roi_align_op.h' 2022-11-23T00:59:35.0239948Z adding 'torch/include/caffe2/operators/quantized/int8_sigmoid_op.h' 2022-11-23T00:59:35.0241786Z adding 'torch/include/caffe2/operators/quantized/int8_simd.h' 2022-11-23T00:59:35.0243751Z adding 'torch/include/caffe2/operators/quantized/int8_slice_op.h' 2022-11-23T00:59:35.0246251Z adding 'torch/include/caffe2/operators/quantized/int8_softmax_op.h' 2022-11-23T00:59:35.0248786Z adding 'torch/include/caffe2/operators/quantized/int8_test_utils.h' 2022-11-23T00:59:35.0250744Z adding 'torch/include/caffe2/operators/quantized/int8_transpose_op.h' 2022-11-23T00:59:35.0253254Z adding 'torch/include/caffe2/operators/quantized/int8_utils.h' 2022-11-23T00:59:35.0255781Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h' 2022-11-23T00:59:35.0261143Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor.h' 2022-11-23T00:59:35.0263755Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h' 2022-11-23T00:59:35.0265769Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h' 2022-11-23T00:59:35.0274881Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_op.h' 2022-11-23T00:59:35.0278019Z adding 'torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h' 2022-11-23T00:59:35.0280638Z adding 'torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h' 2022-11-23T00:59:35.0283178Z adding 'torch/include/caffe2/opt/annotations.h' 2022-11-23T00:59:35.0284939Z adding 'torch/include/caffe2/opt/backend_cutting.h' 2022-11-23T00:59:35.0287079Z adding 'torch/include/caffe2/opt/backend_transformer_base.h' 2022-11-23T00:59:35.0289832Z adding 'torch/include/caffe2/opt/bound_shape_inferencer.h' 2022-11-23T00:59:35.0292004Z adding 'torch/include/caffe2/opt/converter.h' 2022-11-23T00:59:35.0293701Z adding 'torch/include/caffe2/opt/device.h' 2022-11-23T00:59:35.0295317Z adding 'torch/include/caffe2/opt/distributed.h' 2022-11-23T00:59:35.0297306Z adding 'torch/include/caffe2/opt/fakefp16_transform.h' 2022-11-23T00:59:35.0299271Z adding 'torch/include/caffe2/opt/fusion.h' 2022-11-23T00:59:35.0301252Z adding 'torch/include/caffe2/opt/glow_net_transform.h' 2022-11-23T00:59:35.0302934Z adding 'torch/include/caffe2/opt/mobile.h' 2022-11-23T00:59:35.0304641Z adding 'torch/include/caffe2/opt/onnx_convert.h' 2022-11-23T00:59:35.0310416Z adding 'torch/include/caffe2/opt/onnxifi_op.h' 2022-11-23T00:59:35.0313901Z adding 'torch/include/caffe2/opt/onnxifi_transformer.h' 2022-11-23T00:59:35.0315660Z adding 'torch/include/caffe2/opt/optimize_ideep.h' 2022-11-23T00:59:35.0317372Z adding 'torch/include/caffe2/opt/optimizer.h' 2022-11-23T00:59:35.0319391Z adding 'torch/include/caffe2/opt/passes.h' 2022-11-23T00:59:35.0321843Z adding 'torch/include/caffe2/opt/shape_info.h' 2022-11-23T00:59:35.0324089Z adding 'torch/include/caffe2/opt/tvm_transformer.h' 2022-11-23T00:59:35.0327279Z adding 'torch/include/caffe2/opt/custom/cc_amrc.h' 2022-11-23T00:59:35.0329150Z adding 'torch/include/caffe2/opt/custom/concat_elim.h' 2022-11-23T00:59:35.0330945Z adding 'torch/include/caffe2/opt/custom/freeze_quantization_params.h' 2022-11-23T00:59:35.0332590Z adding 'torch/include/caffe2/opt/custom/in_batch_broadcast.h' 2022-11-23T00:59:35.0334134Z adding 'torch/include/caffe2/opt/custom/pointwise_elim.h' 2022-11-23T00:59:35.0336215Z adding 'torch/include/caffe2/opt/nql/ast.h' 2022-11-23T00:59:35.0338865Z adding 'torch/include/caffe2/opt/nql/graphmatcher.h' 2022-11-23T00:59:35.0342071Z adding 'torch/include/caffe2/perfkernels/adagrad.h' 2022-11-23T00:59:35.0343894Z adding 'torch/include/caffe2/perfkernels/batch_box_cox.h' 2022-11-23T00:59:35.0346203Z adding 'torch/include/caffe2/perfkernels/common.h' 2022-11-23T00:59:35.0348614Z adding 'torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h' 2022-11-23T00:59:35.0350489Z adding 'torch/include/caffe2/perfkernels/embedding_lookup.h' 2022-11-23T00:59:35.0352396Z adding 'torch/include/caffe2/perfkernels/embedding_lookup_idx.h' 2022-11-23T00:59:35.0354419Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h' 2022-11-23T00:59:35.0356323Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h' 2022-11-23T00:59:35.0358900Z adding 'torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h' 2022-11-23T00:59:35.0361049Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h' 2022-11-23T00:59:35.0362880Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu.h' 2022-11-23T00:59:35.0364582Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h' 2022-11-23T00:59:35.0366692Z adding 'torch/include/caffe2/perfkernels/math.h' 2022-11-23T00:59:35.0368350Z adding 'torch/include/caffe2/perfkernels/typed_axpy.h' 2022-11-23T00:59:35.0369924Z adding 'torch/include/caffe2/perfkernels/vectorizer.h' 2022-11-23T00:59:35.0371839Z adding 'torch/include/caffe2/predictor/InferenceGraph.h' 2022-11-23T00:59:35.0374148Z adding 'torch/include/caffe2/predictor/ThreadLocalPtr.h' 2022-11-23T00:59:35.0376164Z adding 'torch/include/caffe2/predictor/predictor.h' 2022-11-23T00:59:35.0378110Z adding 'torch/include/caffe2/predictor/predictor_config.h' 2022-11-23T00:59:35.0379791Z adding 'torch/include/caffe2/predictor/predictor_utils.h' 2022-11-23T00:59:35.0381326Z adding 'torch/include/caffe2/predictor/transforms.h' 2022-11-23T00:59:35.0383325Z adding 'torch/include/caffe2/predictor/emulator/benchmark.h' 2022-11-23T00:59:35.0385796Z adding 'torch/include/caffe2/predictor/emulator/data_filler.h' 2022-11-23T00:59:35.0387492Z adding 'torch/include/caffe2/predictor/emulator/emulator.h' 2022-11-23T00:59:35.0389606Z adding 'torch/include/caffe2/predictor/emulator/net_supplier.h' 2022-11-23T00:59:35.0391250Z adding 'torch/include/caffe2/predictor/emulator/output_formatter.h' 2022-11-23T00:59:35.0392818Z adding 'torch/include/caffe2/predictor/emulator/profiler.h' 2022-11-23T00:59:35.0394599Z adding 'torch/include/caffe2/predictor/emulator/std_output_formatter.h' 2022-11-23T00:59:35.0396216Z adding 'torch/include/caffe2/predictor/emulator/time_profiler.h' 2022-11-23T00:59:35.0397969Z adding 'torch/include/caffe2/predictor/emulator/utils.h' 2022-11-23T00:59:35.0468054Z adding 'torch/include/caffe2/proto/caffe2.pb.h' 2022-11-23T00:59:35.0483228Z adding 'torch/include/caffe2/proto/caffe2_legacy.pb.h' 2022-11-23T00:59:35.0486380Z adding 'torch/include/caffe2/proto/caffe2_pb.h' 2022-11-23T00:59:35.0495536Z adding 'torch/include/caffe2/proto/hsm.pb.h' 2022-11-23T00:59:35.0514333Z adding 'torch/include/caffe2/proto/metanet.pb.h' 2022-11-23T00:59:35.0527761Z adding 'torch/include/caffe2/proto/predictor_consts.pb.h' 2022-11-23T00:59:35.0541630Z adding 'torch/include/caffe2/proto/prof_dag.pb.h' 2022-11-23T00:59:35.0562968Z adding 'torch/include/caffe2/proto/torch.pb.h' 2022-11-23T00:59:35.0567663Z adding 'torch/include/caffe2/proto/torch_pb.h' 2022-11-23T00:59:35.0570795Z adding 'torch/include/caffe2/python/dlpack.h' 2022-11-23T00:59:35.0575854Z adding 'torch/include/caffe2/python/pybind_state.h' 2022-11-23T00:59:35.0578733Z adding 'torch/include/caffe2/python/pybind_state_dlpack.h' 2022-11-23T00:59:35.0580689Z adding 'torch/include/caffe2/python/pybind_state_registry.h' 2022-11-23T00:59:35.0582378Z adding 'torch/include/caffe2/python/pybind_workspace.h' 2022-11-23T00:59:35.0586085Z adding 'torch/include/caffe2/quantization/server/activation_distribution_observer.h' 2022-11-23T00:59:35.0588273Z adding 'torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h' 2022-11-23T00:59:35.0590365Z adding 'torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h' 2022-11-23T00:59:35.0592399Z adding 'torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h' 2022-11-23T00:59:35.0594345Z adding 'torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h' 2022-11-23T00:59:35.0595981Z adding 'torch/include/caffe2/quantization/server/compute_equalization_scale.h' 2022-11-23T00:59:35.0597737Z adding 'torch/include/caffe2/quantization/server/concat_dnnlowp_op.h' 2022-11-23T00:59:35.0599781Z adding 'torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h' 2022-11-23T00:59:35.0602230Z adding 'torch/include/caffe2/quantization/server/conv_dnnlowp_op.h' 2022-11-23T00:59:35.0605638Z adding 'torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h' 2022-11-23T00:59:35.0607832Z adding 'torch/include/caffe2/quantization/server/conv_relu_op.h' 2022-11-23T00:59:35.0609530Z adding 'torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h' 2022-11-23T00:59:35.0612425Z adding 'torch/include/caffe2/quantization/server/dnnlowp.h' 2022-11-23T00:59:35.0616487Z adding 'torch/include/caffe2/quantization/server/dnnlowp_op.h' 2022-11-23T00:59:35.0618559Z adding 'torch/include/caffe2/quantization/server/dnnlowp_partition.h' 2022-11-23T00:59:35.0620557Z adding 'torch/include/caffe2/quantization/server/dynamic_histogram.h' 2022-11-23T00:59:35.0623273Z adding 'torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h' 2022-11-23T00:59:35.0625389Z adding 'torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h' 2022-11-23T00:59:35.0628551Z adding 'torch/include/caffe2/quantization/server/fb_fc_packed_op.h' 2022-11-23T00:59:35.0631220Z adding 'torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h' 2022-11-23T00:59:35.0633222Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_blob.h' 2022-11-23T00:59:35.0634913Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h' 2022-11-23T00:59:35.0637595Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_op.h' 2022-11-23T00:59:35.0639707Z adding 'torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h' 2022-11-23T00:59:35.0641938Z adding 'torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h' 2022-11-23T00:59:35.0644399Z adding 'torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h' 2022-11-23T00:59:35.0647059Z adding 'torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h' 2022-11-23T00:59:35.0650867Z adding 'torch/include/caffe2/quantization/server/im2col_dnnlowp.h' 2022-11-23T00:59:35.0653459Z adding 'torch/include/caffe2/quantization/server/int8_gen_quant_params.h' 2022-11-23T00:59:35.0655680Z adding 'torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h' 2022-11-23T00:59:35.0657702Z adding 'torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h' 2022-11-23T00:59:35.0659284Z adding 'torch/include/caffe2/quantization/server/kl_minimization.h' 2022-11-23T00:59:35.0660885Z adding 'torch/include/caffe2/quantization/server/l2_minimization.h' 2022-11-23T00:59:35.0662610Z adding 'torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h' 2022-11-23T00:59:35.0664369Z adding 'torch/include/caffe2/quantization/server/mmio.h' 2022-11-23T00:59:35.0666495Z adding 'torch/include/caffe2/quantization/server/op_wrapper.h' 2022-11-23T00:59:35.0668365Z adding 'torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h' 2022-11-23T00:59:35.0670188Z adding 'torch/include/caffe2/quantization/server/quantization_error_minimization.h' 2022-11-23T00:59:35.0672069Z adding 'torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h' 2022-11-23T00:59:35.0673613Z adding 'torch/include/caffe2/quantization/server/relu_dnnlowp_op.h' 2022-11-23T00:59:35.0675292Z adding 'torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h' 2022-11-23T00:59:35.0677060Z adding 'torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h' 2022-11-23T00:59:35.0678709Z adding 'torch/include/caffe2/quantization/server/sigmoid.h' 2022-11-23T00:59:35.0680624Z adding 'torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h' 2022-11-23T00:59:35.0682347Z adding 'torch/include/caffe2/quantization/server/tanh.h' 2022-11-23T00:59:35.0683968Z adding 'torch/include/caffe2/quantization/server/transpose.h' 2022-11-23T00:59:35.0686304Z adding 'torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h' 2022-11-23T00:59:35.0688517Z adding 'torch/include/caffe2/queue/blobs_queue.h' 2022-11-23T00:59:35.0690603Z adding 'torch/include/caffe2/queue/blobs_queue_db.h' 2022-11-23T00:59:35.0693647Z adding 'torch/include/caffe2/queue/queue_ops.h' 2022-11-23T00:59:35.0695652Z adding 'torch/include/caffe2/queue/rebatching_queue.h' 2022-11-23T00:59:35.0697633Z adding 'torch/include/caffe2/queue/rebatching_queue_ops.h' 2022-11-23T00:59:35.0730472Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-11-23T00:59:35.0734047Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-11-23T00:59:35.0735844Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-11-23T00:59:35.0738974Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-11-23T00:59:35.0741914Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-11-23T00:59:35.0742736Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-11-23T00:59:35.0745707Z adding 'torch/include/caffe2/serialize/versions.h' 2022-11-23T00:59:35.0749061Z adding 'torch/include/caffe2/sgd/adadelta_op.h' 2022-11-23T00:59:35.0752294Z adding 'torch/include/caffe2/sgd/adagrad_fused.h' 2022-11-23T00:59:35.0756724Z adding 'torch/include/caffe2/sgd/adagrad_op.h' 2022-11-23T00:59:35.0761633Z adding 'torch/include/caffe2/sgd/adam_op.h' 2022-11-23T00:59:35.0764441Z adding 'torch/include/caffe2/sgd/clip_tensor_op.h' 2022-11-23T00:59:35.0766452Z adding 'torch/include/caffe2/sgd/decay_adagrad_op.h' 2022-11-23T00:59:35.0768526Z adding 'torch/include/caffe2/sgd/fp16_momentum_sgd_op.h' 2022-11-23T00:59:35.0770384Z adding 'torch/include/caffe2/sgd/fp32_momentum_sgd_op.h' 2022-11-23T00:59:35.0772390Z adding 'torch/include/caffe2/sgd/ftrl_op.h' 2022-11-23T00:59:35.0773973Z adding 'torch/include/caffe2/sgd/gftrl_op.h' 2022-11-23T00:59:35.0776099Z adding 'torch/include/caffe2/sgd/iter_op.h' 2022-11-23T00:59:35.0778187Z adding 'torch/include/caffe2/sgd/lars_op.h' 2022-11-23T00:59:35.0780136Z adding 'torch/include/caffe2/sgd/learning_rate_adaption_op.h' 2022-11-23T00:59:35.0784245Z adding 'torch/include/caffe2/sgd/learning_rate_functors.h' 2022-11-23T00:59:35.0787835Z adding 'torch/include/caffe2/sgd/learning_rate_op.h' 2022-11-23T00:59:35.0789987Z adding 'torch/include/caffe2/sgd/math_lp.h' 2022-11-23T00:59:35.0792511Z adding 'torch/include/caffe2/sgd/momentum_sgd_op.h' 2022-11-23T00:59:35.0794586Z adding 'torch/include/caffe2/sgd/rmsprop_op.h' 2022-11-23T00:59:35.0800568Z adding 'torch/include/caffe2/sgd/rowwise_adagrad_fused.h' 2022-11-23T00:59:35.0803383Z adding 'torch/include/caffe2/sgd/rowwise_counter.h' 2022-11-23T00:59:35.0805849Z adding 'torch/include/caffe2/sgd/storm_op.h' 2022-11-23T00:59:35.0808361Z adding 'torch/include/caffe2/sgd/weight_scale_op.h' 2022-11-23T00:59:35.0810979Z adding 'torch/include/caffe2/sgd/wngrad_op.h' 2022-11-23T00:59:35.0814540Z adding 'torch/include/caffe2/sgd/yellowfin_op.h' 2022-11-23T00:59:35.0817183Z adding 'torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h' 2022-11-23T00:59:35.0819293Z adding 'torch/include/caffe2/transforms/common_subexpression_elimination.h' 2022-11-23T00:59:35.0821007Z adding 'torch/include/caffe2/transforms/conv_to_nnpack_transform.h' 2022-11-23T00:59:35.0823519Z adding 'torch/include/caffe2/transforms/pattern_net_transform.h' 2022-11-23T00:59:35.0825403Z adding 'torch/include/caffe2/transforms/single_op_transform.h' 2022-11-23T00:59:35.0827491Z adding 'torch/include/caffe2/utils/bench_utils.h' 2022-11-23T00:59:35.0829250Z adding 'torch/include/caffe2/utils/cast.h' 2022-11-23T00:59:35.0833753Z adding 'torch/include/caffe2/utils/cblas.h' 2022-11-23T00:59:35.0836367Z adding 'torch/include/caffe2/utils/conversions.h' 2022-11-23T00:59:35.0838197Z adding 'torch/include/caffe2/utils/cpu_neon.h' 2022-11-23T00:59:35.0840181Z adding 'torch/include/caffe2/utils/cpuid.h' 2022-11-23T00:59:35.0842721Z adding 'torch/include/caffe2/utils/eigen_utils.h' 2022-11-23T00:59:35.0845143Z adding 'torch/include/caffe2/utils/filler.h' 2022-11-23T00:59:35.0847489Z adding 'torch/include/caffe2/utils/fixed_divisor.h' 2022-11-23T00:59:35.0849409Z adding 'torch/include/caffe2/utils/knob_patcher.h' 2022-11-23T00:59:35.0850958Z adding 'torch/include/caffe2/utils/knobs.h' 2022-11-23T00:59:35.0852595Z adding 'torch/include/caffe2/utils/map_utils.h' 2022-11-23T00:59:35.0854193Z adding 'torch/include/caffe2/utils/math-detail.h' 2022-11-23T00:59:35.0857526Z adding 'torch/include/caffe2/utils/math.h' 2022-11-23T00:59:35.0859482Z adding 'torch/include/caffe2/utils/murmur_hash3.h' 2022-11-23T00:59:35.0861110Z adding 'torch/include/caffe2/utils/proto_convert.h' 2022-11-23T00:59:35.0864712Z adding 'torch/include/caffe2/utils/proto_utils.h' 2022-11-23T00:59:35.0866624Z adding 'torch/include/caffe2/utils/proto_wrap.h' 2022-11-23T00:59:35.0868233Z adding 'torch/include/caffe2/utils/signal_handler.h' 2022-11-23T00:59:35.0870252Z adding 'torch/include/caffe2/utils/simple_queue.h' 2022-11-23T00:59:35.0871953Z adding 'torch/include/caffe2/utils/smart_tensor_printer.h' 2022-11-23T00:59:35.0873611Z adding 'torch/include/caffe2/utils/string_utils.h' 2022-11-23T00:59:35.0875453Z adding 'torch/include/caffe2/utils/zmq_helper.h' 2022-11-23T00:59:35.0877420Z adding 'torch/include/caffe2/utils/math/broadcast.h' 2022-11-23T00:59:35.0879746Z adding 'torch/include/caffe2/utils/math/elementwise.h' 2022-11-23T00:59:35.0881250Z adding 'torch/include/caffe2/utils/math/half_utils.h' 2022-11-23T00:59:35.0882889Z adding 'torch/include/caffe2/utils/math/reduce.h' 2022-11-23T00:59:35.0884685Z adding 'torch/include/caffe2/utils/math/transpose.h' 2022-11-23T00:59:35.0886815Z adding 'torch/include/caffe2/utils/math/utils.h' 2022-11-23T00:59:35.0889788Z adding 'torch/include/caffe2/utils/threadpool/ThreadPool.h' 2022-11-23T00:59:35.0891364Z adding 'torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h' 2022-11-23T00:59:35.0895300Z adding 'torch/include/caffe2/utils/threadpool/WorkersPool.h' 2022-11-23T00:59:35.0897420Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h' 2022-11-23T00:59:35.0899787Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool.h' 2022-11-23T00:59:35.0901703Z adding 'torch/include/caffe2/utils/threadpool/thread_pool_guard.h' 2022-11-23T00:59:35.0903556Z adding 'torch/include/caffe2/video/optical_flow.h' 2022-11-23T00:59:35.0908003Z adding 'torch/include/caffe2/video/video_decoder.h' 2022-11-23T00:59:35.0917391Z adding 'torch/include/caffe2/video/video_input_op.h' 2022-11-23T00:59:35.0920091Z adding 'torch/include/caffe2/video/video_io.h' 2022-11-23T00:59:35.0926934Z adding 'torch/include/pybind11/attr.h' 2022-11-23T00:59:35.0930262Z adding 'torch/include/pybind11/buffer_info.h' 2022-11-23T00:59:35.0949016Z adding 'torch/include/pybind11/cast.h' 2022-11-23T00:59:35.0953616Z adding 'torch/include/pybind11/chrono.h' 2022-11-23T00:59:35.0955313Z adding 'torch/include/pybind11/common.h' 2022-11-23T00:59:35.0957126Z adding 'torch/include/pybind11/complex.h' 2022-11-23T00:59:35.0965920Z adding 'torch/include/pybind11/eigen.h' 2022-11-23T00:59:35.0970944Z adding 'torch/include/pybind11/embed.h' 2022-11-23T00:59:35.0973598Z adding 'torch/include/pybind11/eval.h' 2022-11-23T00:59:35.0976220Z adding 'torch/include/pybind11/functional.h' 2022-11-23T00:59:35.0979228Z adding 'torch/include/pybind11/gil.h' 2022-11-23T00:59:35.0982707Z adding 'torch/include/pybind11/iostream.h' 2022-11-23T00:59:35.1004902Z adding 'torch/include/pybind11/numpy.h' 2022-11-23T00:59:35.1009773Z adding 'torch/include/pybind11/operators.h' 2022-11-23T00:59:35.1011836Z adding 'torch/include/pybind11/options.h' 2022-11-23T00:59:35.1047803Z adding 'torch/include/pybind11/pybind11.h' 2022-11-23T00:59:35.1074795Z adding 'torch/include/pybind11/pytypes.h' 2022-11-23T00:59:35.1081105Z adding 'torch/include/pybind11/stl.h' 2022-11-23T00:59:35.1088509Z adding 'torch/include/pybind11/stl_bind.h' 2022-11-23T00:59:35.1097291Z adding 'torch/include/pybind11/detail/class.h' 2022-11-23T00:59:35.1112171Z adding 'torch/include/pybind11/detail/common.h' 2022-11-23T00:59:35.1115778Z adding 'torch/include/pybind11/detail/descr.h' 2022-11-23T00:59:35.1120866Z adding 'torch/include/pybind11/detail/init.h' 2022-11-23T00:59:35.1128668Z adding 'torch/include/pybind11/detail/internals.h' 2022-11-23T00:59:35.1141406Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-11-23T00:59:35.1144235Z adding 'torch/include/pybind11/detail/typeid.h' 2022-11-23T00:59:35.1150397Z adding 'torch/include/torch/custom_class.h' 2022-11-23T00:59:35.1154245Z adding 'torch/include/torch/custom_class_detail.h' 2022-11-23T00:59:35.1155982Z adding 'torch/include/torch/extension.h' 2022-11-23T00:59:35.1167748Z adding 'torch/include/torch/library.h' 2022-11-23T00:59:35.1170206Z adding 'torch/include/torch/script.h' 2022-11-23T00:59:35.1173190Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-11-23T00:59:35.1174925Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-11-23T00:59:35.1176543Z adding 'torch/include/torch/csrc/Device.h' 2022-11-23T00:59:35.1178037Z adding 'torch/include/torch/csrc/Dtype.h' 2022-11-23T00:59:35.1179615Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-11-23T00:59:35.1184065Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-11-23T00:59:35.1185835Z adding 'torch/include/torch/csrc/Export.h' 2022-11-23T00:59:35.1187509Z adding 'torch/include/torch/csrc/Generator.h' 2022-11-23T00:59:35.1189119Z adding 'torch/include/torch/csrc/Layout.h' 2022-11-23T00:59:35.1190740Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-11-23T00:59:35.1192311Z adding 'torch/include/torch/csrc/Module.h' 2022-11-23T00:59:35.1193529Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-11-23T00:59:35.1194960Z adding 'torch/include/torch/csrc/QScheme.h' 2022-11-23T00:59:35.1196475Z adding 'torch/include/torch/csrc/Size.h' 2022-11-23T00:59:35.1197974Z adding 'torch/include/torch/csrc/Storage.h' 2022-11-23T00:59:35.1199367Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-11-23T00:59:35.1201067Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-11-23T00:59:35.1202889Z adding 'torch/include/torch/csrc/Stream.h' 2022-11-23T00:59:35.1204497Z adding 'torch/include/torch/csrc/THConcat.h' 2022-11-23T00:59:35.1206544Z adding 'torch/include/torch/csrc/THP.h' 2022-11-23T00:59:35.1208115Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-11-23T00:59:35.1209532Z adding 'torch/include/torch/csrc/Types.h' 2022-11-23T00:59:35.1211016Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-11-23T00:59:35.1212269Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-11-23T00:59:35.1213522Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-11-23T00:59:35.1215050Z adding 'torch/include/torch/csrc/python_headers.h' 2022-11-23T00:59:35.1216420Z adding 'torch/include/torch/csrc/serialization.h' 2022-11-23T00:59:35.1219071Z adding 'torch/include/torch/csrc/utils.h' 2022-11-23T00:59:35.1221761Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-11-23T00:59:35.1223563Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-11-23T00:59:35.1225062Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-11-23T00:59:35.1226662Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-11-23T00:59:35.1228243Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-11-23T00:59:35.1231004Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-11-23T00:59:35.1241738Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-11-23T00:59:35.1244711Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-11-23T00:59:35.1246967Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-11-23T00:59:35.1248838Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-11-23T00:59:35.1253732Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-11-23T00:59:35.1256643Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-11-23T00:59:35.1258250Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-11-23T00:59:35.1259806Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-11-23T00:59:35.1264295Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-11-23T00:59:35.1268165Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-11-23T00:59:35.1270932Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-11-23T00:59:35.1272638Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-11-23T00:59:35.1277631Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-11-23T00:59:35.1280205Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-11-23T00:59:35.1282314Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-11-23T00:59:35.1285053Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-11-23T00:59:35.1286828Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-11-23T00:59:35.1289149Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-11-23T00:59:35.1291262Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-11-23T00:59:35.1292895Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-11-23T00:59:35.1294790Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-11-23T00:59:35.1297358Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-11-23T00:59:35.1299149Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-11-23T00:59:35.1300663Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-11-23T00:59:35.1302494Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-11-23T00:59:35.1306424Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-11-23T00:59:35.1309097Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-11-23T00:59:35.1311394Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-11-23T00:59:35.1314033Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-11-23T00:59:35.1320597Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-11-23T00:59:35.1323570Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-11-23T00:59:35.1325565Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-11-23T00:59:35.1327941Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-11-23T00:59:35.1330095Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-11-23T00:59:35.1331947Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-11-23T00:59:35.1334492Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-11-23T00:59:35.1336770Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-11-23T00:59:35.1339399Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-11-23T00:59:35.1341756Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-11-23T00:59:35.1343529Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-11-23T00:59:35.1345691Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-11-23T00:59:35.1347789Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-11-23T00:59:35.1349780Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-11-23T00:59:35.1351536Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-11-23T00:59:35.1353537Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-11-23T00:59:35.1355852Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-11-23T00:59:35.1357810Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-11-23T00:59:35.1359640Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-11-23T00:59:35.1361510Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-11-23T00:59:35.1363601Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-11-23T00:59:35.1368507Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-11-23T00:59:35.1370996Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-11-23T00:59:35.1373952Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-11-23T00:59:35.1375785Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-11-23T00:59:35.1378058Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-11-23T00:59:35.1384992Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-11-23T00:59:35.1387433Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-11-23T00:59:35.1389210Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-11-23T00:59:35.1391465Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-11-23T00:59:35.1394642Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-11-23T00:59:35.1396394Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-11-23T00:59:35.1402512Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-11-23T00:59:35.1405304Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-11-23T00:59:35.1407834Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-11-23T00:59:35.1410082Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-11-23T00:59:35.1412460Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-11-23T00:59:35.1415333Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-11-23T00:59:35.1417513Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-11-23T00:59:35.1419484Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-11-23T00:59:35.1421271Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-11-23T00:59:35.1426282Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-11-23T00:59:35.1429696Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-11-23T00:59:35.1431846Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-11-23T00:59:35.1433741Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-11-23T00:59:35.1438706Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-11-23T00:59:35.1442709Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-11-23T00:59:35.1445282Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-11-23T00:59:35.1447801Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-11-23T00:59:35.1452385Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-11-23T00:59:35.1455526Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-11-23T00:59:35.1458319Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-11-23T00:59:35.1460974Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-11-23T00:59:35.1464800Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-11-23T00:59:35.1467361Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-11-23T00:59:35.1470267Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-11-23T00:59:35.1472825Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-11-23T00:59:35.1475014Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-11-23T00:59:35.1477315Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-11-23T00:59:35.1479940Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-11-23T00:59:35.1485632Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-11-23T00:59:35.1489437Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-11-23T00:59:35.1492470Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-11-23T00:59:35.1494835Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-11-23T00:59:35.1499484Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-11-23T00:59:35.1503538Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-11-23T00:59:35.1506596Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-11-23T00:59:35.1509295Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-11-23T00:59:35.1512083Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-11-23T00:59:35.1514170Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-11-23T00:59:35.1516085Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-11-23T00:59:35.1521145Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-11-23T00:59:35.1524169Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-11-23T00:59:35.1526847Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-11-23T00:59:35.1529218Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-11-23T00:59:35.1532390Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-11-23T00:59:35.1535990Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-11-23T00:59:35.1538383Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-11-23T00:59:35.1540837Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-11-23T00:59:35.1543499Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-11-23T00:59:35.1548252Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-11-23T00:59:35.1552942Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-11-23T00:59:35.1555281Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-11-23T00:59:35.1557345Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-11-23T00:59:35.1560327Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-11-23T00:59:35.1562578Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-11-23T00:59:35.1564596Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-11-23T00:59:35.1567715Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-11-23T00:59:35.1570092Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-11-23T00:59:35.1572150Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-11-23T00:59:35.1574268Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-11-23T00:59:35.1578949Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-11-23T00:59:35.1582100Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-11-23T00:59:35.1584535Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-11-23T00:59:35.1586607Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-11-23T00:59:35.1590242Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-11-23T00:59:35.1593181Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-11-23T00:59:35.1595339Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-11-23T00:59:35.1597378Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-11-23T00:59:35.1599389Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-11-23T00:59:35.1601825Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-11-23T00:59:35.1603771Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-11-23T00:59:35.1608315Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-11-23T00:59:35.1611178Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-11-23T00:59:35.1613527Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-11-23T00:59:35.1617736Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-11-23T00:59:35.1620593Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-11-23T00:59:35.1623030Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-11-23T00:59:35.1625164Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-11-23T00:59:35.1627506Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-11-23T00:59:35.1630494Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-11-23T00:59:35.1632745Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-11-23T00:59:35.1636354Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-11-23T00:59:35.1638823Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-11-23T00:59:35.1641036Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-11-23T00:59:35.1642681Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-11-23T00:59:35.1644582Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-11-23T00:59:35.1646884Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-11-23T00:59:35.1649109Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-11-23T00:59:35.1650936Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-11-23T00:59:35.1657858Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-11-23T00:59:35.1660008Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-11-23T00:59:35.1664899Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-11-23T00:59:35.1667440Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-11-23T00:59:35.1670420Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-11-23T00:59:35.1672299Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-11-23T00:59:35.1674110Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-11-23T00:59:35.1678702Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-11-23T00:59:35.1681163Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-11-23T00:59:35.1685069Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-11-23T00:59:35.1689178Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-11-23T00:59:35.1698155Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-11-23T00:59:35.1700683Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-11-23T00:59:35.1702263Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-11-23T00:59:35.1705690Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-11-23T00:59:35.1707855Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-11-23T00:59:35.1710650Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-11-23T00:59:35.1712782Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-11-23T00:59:35.1714468Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-11-23T00:59:35.1717182Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-11-23T00:59:35.1721452Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-11-23T00:59:35.1723252Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-11-23T00:59:35.1725134Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-11-23T00:59:35.1727068Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-11-23T00:59:35.1729230Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-11-23T00:59:35.1731169Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-11-23T00:59:35.1732754Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-11-23T00:59:35.1734349Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-11-23T00:59:35.1736844Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-11-23T00:59:35.1738707Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-11-23T00:59:35.1740369Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-11-23T00:59:35.1741880Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-11-23T00:59:35.1743377Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-11-23T00:59:35.1744875Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-11-23T00:59:35.1746372Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-11-23T00:59:35.1748217Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-11-23T00:59:35.1749802Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-11-23T00:59:35.1751310Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-11-23T00:59:35.1752947Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-11-23T00:59:35.1755038Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-11-23T00:59:35.1756782Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-11-23T00:59:35.1758495Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-11-23T00:59:35.1761038Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-11-23T00:59:35.1762781Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-11-23T00:59:35.1764435Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-11-23T00:59:35.1775169Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-11-23T00:59:35.1780776Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-11-23T00:59:35.1783117Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-11-23T00:59:35.1784997Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-11-23T00:59:35.1786654Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-11-23T00:59:35.1789167Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-11-23T00:59:35.1791615Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-11-23T00:59:35.1815145Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-11-23T00:59:35.1822595Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-11-23T00:59:35.1824336Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-11-23T00:59:35.1829515Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-11-23T00:59:35.1832697Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-11-23T00:59:35.1834887Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-11-23T00:59:35.1836791Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-11-23T00:59:35.1838639Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-11-23T00:59:35.1840361Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-11-23T00:59:35.1842621Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-11-23T00:59:35.1844838Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-11-23T00:59:35.1846502Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-11-23T00:59:35.1848247Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-11-23T00:59:35.1849888Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-11-23T00:59:35.1851640Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-11-23T00:59:35.1853308Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-11-23T00:59:35.1854985Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-11-23T00:59:35.1857527Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-11-23T00:59:35.1859233Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-11-23T00:59:35.1860822Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-11-23T00:59:35.1864672Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-11-23T00:59:35.1866802Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-11-23T00:59:35.1868672Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-11-23T00:59:35.1870539Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-11-23T00:59:35.1873856Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-11-23T00:59:35.1876082Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-11-23T00:59:35.1878445Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-11-23T00:59:35.1881260Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-11-23T00:59:35.1884876Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-11-23T00:59:35.1889604Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-11-23T00:59:35.1893170Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-11-23T00:59:35.1901434Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-11-23T00:59:35.1904418Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-11-23T00:59:35.1908344Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-11-23T00:59:35.1910951Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-11-23T00:59:35.1913093Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-11-23T00:59:35.1915310Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-11-23T00:59:35.1917751Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-11-23T00:59:35.1920568Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-11-23T00:59:35.1923190Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-11-23T00:59:35.1925031Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-11-23T00:59:35.1927599Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-11-23T00:59:35.1930045Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-11-23T00:59:35.1931811Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-11-23T00:59:35.1937341Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-11-23T00:59:35.1939612Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-11-23T00:59:35.1942240Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-11-23T00:59:35.1944022Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-11-23T00:59:35.1946415Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-11-23T00:59:35.1948326Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-11-23T00:59:35.1950293Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-11-23T00:59:35.1952077Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-11-23T00:59:35.1953868Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-11-23T00:59:35.1956340Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-11-23T00:59:35.1958394Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-11-23T00:59:35.1960395Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-11-23T00:59:35.1968397Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-11-23T00:59:35.1971077Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-11-23T00:59:35.1973115Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-11-23T00:59:35.1975082Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-11-23T00:59:35.1977566Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-11-23T00:59:35.1980604Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-11-23T00:59:35.1983016Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-11-23T00:59:35.1984823Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-11-23T00:59:35.1986862Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-11-23T00:59:35.1988841Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-11-23T00:59:35.1990615Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-11-23T00:59:35.1993210Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-11-23T00:59:35.1995240Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-11-23T00:59:35.1997161Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-11-23T00:59:35.1999669Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-11-23T00:59:35.2001288Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-11-23T00:59:35.2006208Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-11-23T00:59:35.2008567Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-11-23T00:59:35.2014379Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-11-23T00:59:35.2020584Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-11-23T00:59:35.2023506Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-11-23T00:59:35.2025724Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-11-23T00:59:35.2027834Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-11-23T00:59:35.2029758Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-11-23T00:59:35.2035508Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-11-23T00:59:35.2038563Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-11-23T00:59:35.2040678Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-11-23T00:59:35.2042582Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-11-23T00:59:35.2044636Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-11-23T00:59:35.2046759Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-11-23T00:59:35.2049158Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-11-23T00:59:35.2052132Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-11-23T00:59:35.2054297Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-11-23T00:59:35.2056035Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-11-23T00:59:35.2060484Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-11-23T00:59:35.2063731Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-11-23T00:59:35.2066057Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-11-23T00:59:35.2073196Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-11-23T00:59:35.2076697Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-11-23T00:59:35.2079441Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-11-23T00:59:35.2082699Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-11-23T00:59:35.2085059Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-11-23T00:59:35.2087270Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-11-23T00:59:35.2089409Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-11-23T00:59:35.2090974Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-11-23T00:59:35.2092816Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-11-23T00:59:35.2094506Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-11-23T00:59:35.2096147Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-11-23T00:59:35.2103134Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-11-23T00:59:35.2105558Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-11-23T00:59:35.2107386Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-11-23T00:59:35.2111425Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-11-23T00:59:35.2115873Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-11-23T00:59:35.2119775Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-11-23T00:59:35.2123588Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-11-23T00:59:35.2127547Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-11-23T00:59:35.2131924Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-11-23T00:59:35.2136171Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-11-23T00:59:35.2140350Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-11-23T00:59:35.2143045Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-11-23T00:59:35.2146833Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-11-23T00:59:35.2149210Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-11-23T00:59:35.2153124Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-11-23T00:59:35.2160456Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-11-23T00:59:35.2162935Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-11-23T00:59:35.2168573Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-11-23T00:59:35.2171030Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inlining.h' 2022-11-23T00:59:35.2173231Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-11-23T00:59:35.2175387Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-11-23T00:59:35.2177047Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-11-23T00:59:35.2182183Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-11-23T00:59:35.2184975Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-11-23T00:59:35.2187217Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-11-23T00:59:35.2190042Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-11-23T00:59:35.2192320Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-11-23T00:59:35.2198856Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-11-23T00:59:35.2214577Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-11-23T00:59:35.2218445Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-11-23T00:59:35.2220102Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-11-23T00:59:35.2223566Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-11-23T00:59:35.2228018Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-11-23T00:59:35.2231477Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-11-23T00:59:35.2237345Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-11-23T00:59:35.2239730Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-11-23T00:59:35.2245580Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-11-23T00:59:35.2248716Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-11-23T00:59:35.2251853Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-11-23T00:59:35.2253840Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-11-23T00:59:35.2255655Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-11-23T00:59:35.2257687Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h' 2022-11-23T00:59:35.2259563Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h' 2022-11-23T00:59:35.2263391Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-11-23T00:59:35.2265357Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-11-23T00:59:35.2267174Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-11-23T00:59:35.2269093Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-11-23T00:59:35.2271600Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-11-23T00:59:35.2275230Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-11-23T00:59:35.2278121Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-11-23T00:59:35.2280112Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-11-23T00:59:35.2281968Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-11-23T00:59:35.2284078Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-11-23T00:59:35.2286609Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-11-23T00:59:35.2288872Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-11-23T00:59:35.2290644Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-11-23T00:59:35.2292775Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-11-23T00:59:35.2294689Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-11-23T00:59:35.2298257Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-11-23T00:59:35.2300470Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-11-23T00:59:35.2303456Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-11-23T00:59:35.2305676Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-11-23T00:59:35.2307732Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-11-23T00:59:35.2310183Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-11-23T00:59:35.2314188Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-11-23T00:59:35.2316761Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-11-23T00:59:35.2318566Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-11-23T00:59:35.2320458Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-11-23T00:59:35.2324248Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-11-23T00:59:35.2328115Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-11-23T00:59:35.2330132Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-11-23T00:59:35.2332403Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-11-23T00:59:35.2334681Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-11-23T00:59:35.2337660Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-11-23T00:59:35.2339879Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-11-23T00:59:35.2341736Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-11-23T00:59:35.2343608Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-11-23T00:59:35.2346548Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-11-23T00:59:35.2352009Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-11-23T00:59:35.2356947Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-11-23T00:59:35.2360173Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-11-23T00:59:35.2362183Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-11-23T00:59:35.2364766Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-11-23T00:59:35.2369324Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-11-23T00:59:35.2371380Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-11-23T00:59:35.2373473Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-11-23T00:59:35.2376532Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-11-23T00:59:35.2378604Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-11-23T00:59:35.2380888Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-11-23T00:59:35.2382577Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-11-23T00:59:35.2384443Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-11-23T00:59:35.2386724Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-11-23T00:59:35.2388937Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-11-23T00:59:35.2393077Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-11-23T00:59:35.2395079Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-11-23T00:59:35.2396810Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-11-23T00:59:35.2398690Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-11-23T00:59:35.2401884Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-11-23T00:59:35.2403998Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-11-23T00:59:35.2407897Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-11-23T00:59:35.2410555Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-11-23T00:59:35.2412788Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-11-23T00:59:35.2414586Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-11-23T00:59:35.2417875Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-11-23T00:59:35.2420266Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-11-23T00:59:35.2423574Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-11-23T00:59:35.2426757Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-11-23T00:59:35.2429559Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-11-23T00:59:35.2437091Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-11-23T00:59:35.2439692Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-11-23T00:59:35.2441960Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-11-23T00:59:35.2443647Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-11-23T00:59:35.2447417Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-11-23T00:59:35.2449291Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-11-23T00:59:35.2451010Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-11-23T00:59:35.2452856Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-11-23T00:59:35.2454545Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-11-23T00:59:35.2456193Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-11-23T00:59:35.2457833Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-11-23T00:59:35.2459407Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-11-23T00:59:35.2465629Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-11-23T00:59:35.2468080Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-11-23T00:59:35.2469962Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-11-23T00:59:35.2472050Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-11-23T00:59:35.2473854Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-11-23T00:59:35.2475452Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-11-23T00:59:35.2477427Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-11-23T00:59:35.2479471Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-11-23T00:59:35.2481378Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-11-23T00:59:35.2483303Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-11-23T00:59:35.2487868Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-11-23T00:59:35.2490131Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-11-23T00:59:35.2491888Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-11-23T00:59:35.2499280Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-11-23T00:59:35.2503863Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-11-23T00:59:35.2507198Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-11-23T00:59:35.2515746Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-11-23T00:59:35.2518567Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-11-23T00:59:35.2523429Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-11-23T00:59:35.2526407Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-11-23T00:59:35.2528632Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-11-23T00:59:35.2531241Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-11-23T00:59:35.2548337Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-11-23T00:59:35.2552202Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-11-23T00:59:35.2554166Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-11-23T00:59:35.2556232Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-11-23T00:59:35.2557993Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-11-23T00:59:35.2560867Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-11-23T00:59:35.2563517Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-11-23T00:59:35.2565282Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-11-23T00:59:35.2567988Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-11-23T00:59:35.2570036Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-11-23T00:59:35.2573033Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-11-23T00:59:35.2576536Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-11-23T00:59:35.2578502Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-11-23T00:59:35.2580673Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-11-23T00:59:35.2583147Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-11-23T00:59:35.2585121Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-11-23T00:59:35.2586921Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-11-23T00:59:35.2588676Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-11-23T00:59:35.2590495Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-11-23T00:59:35.2593229Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-11-23T00:59:35.2595728Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-11-23T00:59:35.2597572Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-11-23T00:59:35.2599330Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-11-23T00:59:35.2601023Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-11-23T00:59:35.2603521Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-11-23T00:59:35.2605299Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-11-23T00:59:35.2607381Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-11-23T00:59:35.2609397Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-11-23T00:59:35.2611395Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-11-23T00:59:35.2613182Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-11-23T00:59:35.2616001Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-11-23T00:59:35.2617589Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-11-23T00:59:35.2619218Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-11-23T00:59:35.2620986Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-11-23T00:59:35.2622600Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-11-23T00:59:35.2624470Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-11-23T00:59:35.2625989Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-11-23T00:59:35.2627573Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-11-23T00:59:35.2629117Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-11-23T00:59:35.2630873Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-11-23T00:59:35.2632549Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-11-23T00:59:35.2634091Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-11-23T00:59:35.2635691Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-11-23T00:59:35.2637493Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-11-23T00:59:35.2639334Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-11-23T00:59:35.2640964Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-11-23T00:59:35.2642804Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-11-23T00:59:35.2644888Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-11-23T00:59:35.2646741Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-11-23T00:59:35.2648437Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-11-23T00:59:35.2650459Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-11-23T00:59:35.2652170Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-11-23T00:59:35.2653941Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-11-23T00:59:35.2656029Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-11-23T00:59:35.2657872Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-11-23T00:59:35.2659738Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-11-23T00:59:35.2661535Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-11-23T00:59:35.2663235Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-11-23T00:59:35.2664891Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-11-23T00:59:35.2666524Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-11-23T00:59:35.2668254Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-11-23T00:59:35.2669940Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-11-23T00:59:35.2671773Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-11-23T00:59:35.2673426Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-11-23T00:59:35.2675393Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-11-23T00:59:35.2677407Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-11-23T00:59:35.2679189Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-11-23T00:59:35.2680824Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-11-23T00:59:35.2682621Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-11-23T00:59:35.2684175Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-11-23T00:59:35.2685858Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-11-23T00:59:35.2687559Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-11-23T00:59:35.2689227Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-11-23T00:59:35.2690939Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-11-23T00:59:35.2692572Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-11-23T00:59:35.2694131Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-11-23T00:59:35.2695821Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-11-23T00:59:35.2697644Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-11-23T00:59:35.2699331Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-11-23T00:59:35.2701177Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-11-23T00:59:35.2702925Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-11-23T00:59:35.2704677Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-11-23T00:59:35.2706367Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-11-23T00:59:35.2708185Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2022-11-23T00:59:35.2709894Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-11-23T00:59:35.2711860Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-11-23T00:59:35.2713621Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-11-23T00:59:35.2716455Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-11-23T00:59:35.2718283Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-11-23T00:59:35.2720001Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-11-23T00:59:35.2721825Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-11-23T00:59:35.2723812Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-11-23T00:59:35.2725575Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-11-23T00:59:35.2727294Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-11-23T00:59:35.2728970Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-11-23T00:59:35.2730514Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-11-23T00:59:35.2732302Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-11-23T00:59:35.2734321Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-11-23T00:59:35.2735841Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-11-23T00:59:35.2737786Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-11-23T00:59:35.2739533Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-11-23T00:59:35.2741242Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-11-23T00:59:35.2742759Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-11-23T00:59:35.2744675Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-11-23T00:59:35.2746501Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-11-23T00:59:35.2748348Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-11-23T00:59:35.2750723Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-11-23T00:59:35.2752844Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-11-23T00:59:35.2754780Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-11-23T00:59:35.2757056Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-11-23T00:59:35.2759167Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-11-23T00:59:35.2761254Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-11-23T00:59:35.2763031Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-11-23T00:59:35.2764831Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-11-23T00:59:35.2766717Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-11-23T00:59:35.2768613Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-11-23T00:59:35.2770741Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-11-23T00:59:35.2772812Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-11-23T00:59:35.2774556Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-11-23T00:59:35.2777487Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-11-23T00:59:35.2779655Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-11-23T00:59:35.2781654Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-11-23T00:59:35.2789962Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-11-23T00:59:35.2792974Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-11-23T00:59:35.2794680Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-11-23T00:59:35.2796816Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-11-23T00:59:35.2799548Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-11-23T00:59:35.2801452Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-11-23T00:59:35.2803353Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-11-23T00:59:35.2805344Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-11-23T00:59:35.2807554Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-11-23T00:59:35.2809421Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-11-23T00:59:35.2812366Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-11-23T00:59:35.2823528Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-11-23T00:59:35.2826764Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-11-23T00:59:35.2828708Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-11-23T00:59:35.2830943Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-11-23T00:59:35.2833152Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-11-23T00:59:35.2835518Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-11-23T00:59:35.2838469Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-11-23T00:59:35.2841972Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-11-23T00:59:35.2844225Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-11-23T00:59:35.2845962Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-11-23T00:59:35.2847787Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-11-23T00:59:35.2849361Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-11-23T00:59:35.2855219Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-11-23T00:59:35.2858205Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-11-23T00:59:35.2860533Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-11-23T00:59:35.2862348Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-11-23T00:59:35.2864294Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-11-23T00:59:35.2866040Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-11-23T00:59:35.2867751Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-11-23T00:59:35.2870493Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-11-23T00:59:35.2873153Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-11-23T00:59:35.2876045Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-11-23T00:59:35.2878536Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-11-23T00:59:35.2881441Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-11-23T00:59:35.2883468Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-11-23T00:59:35.2885117Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-11-23T00:59:35.2887358Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-11-23T00:59:35.2891130Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-11-23T00:59:35.2893342Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-11-23T00:59:35.2894803Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-11-23T00:59:35.2897098Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-11-23T00:59:35.2900703Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-11-23T00:59:35.2908389Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-11-23T00:59:35.2911674Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-11-23T00:59:35.2913497Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-11-23T00:59:35.2915283Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-11-23T00:59:35.2916917Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-11-23T00:59:35.2918660Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-11-23T00:59:35.2920355Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-11-23T00:59:35.2922685Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-11-23T00:59:35.2924452Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-11-23T00:59:35.2926417Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-11-23T00:59:35.2928241Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-11-23T00:59:35.2931147Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-11-23T00:59:35.2934909Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-11-23T00:59:35.2937598Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-11-23T00:59:35.2940153Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-11-23T00:59:35.2942154Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-11-23T00:59:35.2944264Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-11-23T00:59:35.2946176Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-11-23T00:59:35.2947918Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-11-23T00:59:35.2949725Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-11-23T00:59:35.2951426Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-11-23T00:59:35.2953147Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-11-23T00:59:35.2955469Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-11-23T00:59:35.2971868Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-11-23T00:59:35.2975635Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-11-23T00:59:35.2978016Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-11-23T00:59:35.2982181Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-11-23T00:59:35.2984515Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-11-23T00:59:35.2986569Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-11-23T00:59:35.2988454Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-11-23T00:59:35.2990488Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-11-23T00:59:35.2992436Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-11-23T00:59:35.2995822Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-11-23T00:59:35.2999807Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-11-23T00:59:35.3003048Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-11-23T00:59:35.3005684Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-11-23T00:59:35.3009045Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-11-23T00:59:35.3012611Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-11-23T00:59:35.3015406Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-11-23T00:59:35.3017484Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-11-23T00:59:35.3021211Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-11-23T00:59:35.3023819Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-11-23T00:59:35.3027743Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-11-23T00:59:35.3030384Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-11-23T00:59:35.3035026Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-11-23T00:59:35.3037806Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-11-23T00:59:35.3039875Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-11-23T00:59:35.3042485Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-11-23T00:59:35.3045031Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-11-23T00:59:35.3048227Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-11-23T00:59:35.3051143Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-11-23T00:59:35.3054645Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-11-23T00:59:35.3056796Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-11-23T00:59:35.3062852Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-11-23T00:59:35.3065793Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-11-23T00:59:35.3068020Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-11-23T00:59:35.3070770Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-11-23T00:59:35.3075643Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-11-23T00:59:35.3078207Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-11-23T00:59:35.3080282Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-11-23T00:59:35.3085261Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-11-23T00:59:35.3088385Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-11-23T00:59:35.3090852Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-11-23T00:59:35.3098016Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-11-23T00:59:35.3100711Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-11-23T00:59:35.3102685Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-11-23T00:59:35.3107676Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-11-23T00:59:35.3111571Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-11-23T00:59:35.3116608Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-11-23T00:59:35.3123370Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-11-23T00:59:35.3127973Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-11-23T00:59:35.3129540Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-11-23T00:59:35.3132597Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-11-23T00:59:35.3134881Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-11-23T00:59:35.3137163Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-11-23T00:59:35.3140271Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-11-23T00:59:35.3143116Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-11-23T00:59:35.3145556Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-11-23T00:59:35.3147842Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-11-23T00:59:35.3149695Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-11-23T00:59:35.3152191Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-11-23T00:59:35.3154498Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-11-23T00:59:35.3156637Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-11-23T00:59:35.3158447Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-11-23T00:59:35.3161476Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-11-23T00:59:35.3163572Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-11-23T00:59:35.3166794Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-11-23T00:59:35.3169330Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-11-23T00:59:35.3172545Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-11-23T00:59:35.3174708Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-11-23T00:59:35.3177474Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-11-23T00:59:35.3179202Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-11-23T00:59:35.3181016Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-11-23T00:59:35.3182848Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-11-23T00:59:35.3185505Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-11-23T00:59:35.3187673Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-11-23T00:59:35.3190954Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-11-23T00:59:35.3193533Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-11-23T00:59:35.3195385Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-11-23T00:59:35.3197129Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-11-23T00:59:35.3198862Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-11-23T00:59:35.3202062Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-11-23T00:59:35.3205309Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-11-23T00:59:35.3207605Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-11-23T00:59:35.3209369Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-11-23T00:59:35.3211310Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-11-23T00:59:35.3214461Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-11-23T00:59:35.3218332Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-11-23T00:59:35.3220358Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-11-23T00:59:35.3222486Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-11-23T00:59:35.3224188Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-11-23T00:59:35.3226178Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-11-23T00:59:35.3228003Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-11-23T00:59:35.3230181Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-11-23T00:59:35.3232381Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-11-23T00:59:35.3234217Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-11-23T00:59:35.3235837Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-11-23T00:59:35.3237700Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-11-23T00:59:35.3239569Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-11-23T00:59:35.3241562Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-11-23T00:59:35.3243302Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-11-23T00:59:35.3244792Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-11-23T00:59:35.3247208Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-11-23T00:59:35.3248800Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-11-23T00:59:35.3250726Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-11-23T00:59:35.3252923Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-11-23T00:59:35.3254424Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-11-23T00:59:35.3255943Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-11-23T00:59:35.3257472Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-11-23T00:59:35.3259239Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-11-23T00:59:35.3264197Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-11-23T00:59:35.3267155Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-11-23T00:59:35.3269761Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2022-11-23T00:59:35.3271527Z adding 'torch/include/torch/csrc/profiler/events.h' 2022-11-23T00:59:35.3273590Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-11-23T00:59:35.3275342Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2022-11-23T00:59:35.3277231Z adding 'torch/include/torch/csrc/profiler/perf.h' 2022-11-23T00:59:35.3280099Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-11-23T00:59:35.3282705Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-11-23T00:59:35.3284622Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-11-23T00:59:35.3286631Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2022-11-23T00:59:35.3288568Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-11-23T00:59:35.3290839Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-11-23T00:59:35.3292478Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-11-23T00:59:35.3294279Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-11-23T00:59:35.3295399Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-11-23T00:59:35.3297050Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-11-23T00:59:35.3299102Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-11-23T00:59:35.3300589Z adding 'torch/include/torch/csrc/utils/init.h' 2022-11-23T00:59:35.3302199Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-11-23T00:59:35.3303891Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-11-23T00:59:35.3305546Z adding 'torch/include/torch/csrc/utils/nested.h' 2022-11-23T00:59:35.3307108Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-11-23T00:59:35.3309052Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-11-23T00:59:35.3310686Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-11-23T00:59:35.3314023Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-11-23T00:59:35.3315917Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-11-23T00:59:35.3325517Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-11-23T00:59:35.3328910Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-11-23T00:59:35.3330696Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-11-23T00:59:35.3333014Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-11-23T00:59:35.3335365Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-11-23T00:59:35.3337897Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-11-23T00:59:35.3339572Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-11-23T00:59:35.3341766Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2022-11-23T00:59:35.3343629Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-11-23T00:59:35.3345266Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-11-23T00:59:35.3347508Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-11-23T00:59:35.3349655Z adding 'torch/include/torch/csrc/utils/six.h' 2022-11-23T00:59:35.3351261Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-11-23T00:59:35.3352863Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-11-23T00:59:35.3354520Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-11-23T00:59:35.3356608Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-11-23T00:59:35.3358238Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-11-23T00:59:35.3359706Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-11-23T00:59:35.3361357Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-11-23T00:59:35.3363197Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-11-23T00:59:35.3364974Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-11-23T00:59:35.3366652Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-11-23T00:59:35.3368336Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-11-23T00:59:35.3371035Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-11-23T00:59:35.3374321Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-11-23T00:59:35.3376266Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-11-23T00:59:35.3378645Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-11-23T00:59:35.3382899Z adding 'torch/jit/__init__.py' 2022-11-23T00:59:35.3385447Z adding 'torch/jit/_async.py' 2022-11-23T00:59:35.3388379Z adding 'torch/jit/_builtins.py' 2022-11-23T00:59:35.3392064Z adding 'torch/jit/_check.py' 2022-11-23T00:59:35.3395225Z adding 'torch/jit/_dataclass_impls.py' 2022-11-23T00:59:35.3397116Z adding 'torch/jit/_decomposition_utils.py' 2022-11-23T00:59:35.3399499Z adding 'torch/jit/_decompositions.py' 2022-11-23T00:59:35.3403128Z adding 'torch/jit/_freeze.py' 2022-11-23T00:59:35.3406422Z adding 'torch/jit/_fuser.py' 2022-11-23T00:59:35.3408348Z adding 'torch/jit/_ir_utils.py' 2022-11-23T00:59:35.3409913Z adding 'torch/jit/_logging.py' 2022-11-23T00:59:35.3412851Z adding 'torch/jit/_monkeytype_config.py' 2022-11-23T00:59:35.3414638Z adding 'torch/jit/_pickle.py' 2022-11-23T00:59:35.3427007Z adding 'torch/jit/_recursive.py' 2022-11-23T00:59:35.3446986Z adding 'torch/jit/_script.py' 2022-11-23T00:59:35.3451909Z adding 'torch/jit/_serialization.py' 2022-11-23T00:59:35.3462854Z adding 'torch/jit/_shape_functions.py' 2022-11-23T00:59:35.3466067Z adding 'torch/jit/_state.py' 2022-11-23T00:59:35.3481007Z adding 'torch/jit/_trace.py' 2022-11-23T00:59:35.3487780Z adding 'torch/jit/annotations.py' 2022-11-23T00:59:35.3499973Z adding 'torch/jit/frontend.py' 2022-11-23T00:59:35.3502705Z adding 'torch/jit/generate_bytecode.py' 2022-11-23T00:59:35.3507850Z adding 'torch/jit/quantized.py' 2022-11-23T00:59:35.3512161Z adding 'torch/jit/supported_ops.py' 2022-11-23T00:59:35.3514324Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-11-23T00:59:35.3516074Z adding 'torch/jit/_passes/__init__.py' 2022-11-23T00:59:35.3517823Z adding 'torch/jit/_passes/_property_propagation.py' 2022-11-23T00:59:35.3520794Z adding 'torch/jit/mobile/__init__.py' 2022-11-23T00:59:35.3656303Z adding 'torch/lib/libbackend_with_compiler.so' 2022-11-23T00:59:35.4003711Z adding 'torch/lib/libc10.so' 2022-11-23T00:59:36.7947867Z adding 'torch/lib/libcaffe2_detectron_ops.so' 2022-11-23T00:59:36.8916441Z adding 'torch/lib/libcaffe2_module_test_dynamic.so' 2022-11-23T00:59:36.9199362Z adding 'torch/lib/libcaffe2_observers.so' 2022-11-23T00:59:36.9312904Z adding 'torch/lib/libjitbackend_test.so' 2022-11-23T00:59:36.9332364Z adding 'torch/lib/libshm.so' 2022-11-23T00:59:36.9337066Z adding 'torch/lib/libtorch.so' 2022-11-23T00:59:47.5224206Z adding 'torch/lib/libtorch_cpu.so' 2022-11-23T00:59:48.1811508Z adding 'torch/lib/libtorch_global_deps.so' 2022-11-23T00:59:48.9304851Z adding 'torch/lib/libtorch_python.so' 2022-11-23T00:59:48.9953881Z adding 'torch/lib/libtorchbind_test.so' 2022-11-23T00:59:48.9998575Z adding 'torch/linalg/__init__.py' 2022-11-23T00:59:49.0003196Z adding 'torch/masked/__init__.py' 2022-11-23T00:59:49.0008615Z adding 'torch/masked/_docs.py' 2022-11-23T00:59:49.0024698Z adding 'torch/masked/_ops.py' 2022-11-23T00:59:49.0028067Z adding 'torch/masked/maskedtensor/__init__.py' 2022-11-23T00:59:49.0031943Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-11-23T00:59:49.0034824Z adding 'torch/masked/maskedtensor/binary.py' 2022-11-23T00:59:49.0038972Z adding 'torch/masked/maskedtensor/core.py' 2022-11-23T00:59:49.0040876Z adding 'torch/masked/maskedtensor/creation.py' 2022-11-23T00:59:49.0042553Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-11-23T00:59:49.0044918Z adding 'torch/masked/maskedtensor/reductions.py' 2022-11-23T00:59:49.0047504Z adding 'torch/masked/maskedtensor/unary.py' 2022-11-23T00:59:49.0049518Z adding 'torch/monitor/__init__.py' 2022-11-23T00:59:49.0051732Z adding 'torch/multiprocessing/__init__.py' 2022-11-23T00:59:49.0053533Z adding 'torch/multiprocessing/_atfork.py' 2022-11-23T00:59:49.0055203Z adding 'torch/multiprocessing/pool.py' 2022-11-23T00:59:49.0056976Z adding 'torch/multiprocessing/queue.py' 2022-11-23T00:59:49.0062335Z adding 'torch/multiprocessing/reductions.py' 2022-11-23T00:59:49.0066120Z adding 'torch/multiprocessing/spawn.py' 2022-11-23T00:59:49.0069112Z adding 'torch/nested/__init__.py' 2022-11-23T00:59:49.0071740Z adding 'torch/nn/__init__.py' 2022-11-23T00:59:49.0073559Z adding 'torch/nn/_reduction.py' 2022-11-23T00:59:49.0075356Z adding 'torch/nn/common_types.py' 2022-11-23T00:59:49.0077327Z adding 'torch/nn/cpp.py' 2022-11-23T00:59:49.0131029Z adding 'torch/nn/functional.py' 2022-11-23T00:59:49.0139483Z adding 'torch/nn/functional.pyi' 2022-11-23T00:59:49.0142108Z adding 'torch/nn/grad.py' 2022-11-23T00:59:49.0147606Z adding 'torch/nn/init.py' 2022-11-23T00:59:49.0151372Z adding 'torch/nn/parameter.py' 2022-11-23T00:59:49.0153172Z adding 'torch/nn/parameter.pyi' 2022-11-23T00:59:49.0154753Z adding 'torch/nn/backends/__init__.py' 2022-11-23T00:59:49.0156184Z adding 'torch/nn/backends/thnn.py' 2022-11-23T00:59:49.0158047Z adding 'torch/nn/intrinsic/__init__.py' 2022-11-23T00:59:49.0159848Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-11-23T00:59:49.0161431Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-11-23T00:59:49.0162884Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-11-23T00:59:49.0164539Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T00:59:49.0166406Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T00:59:49.0167876Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T00:59:49.0169359Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T00:59:49.0171015Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-11-23T00:59:49.0172601Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T00:59:49.0174213Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T00:59:49.0175515Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T00:59:49.0177316Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T00:59:49.0178642Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T00:59:49.0180073Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T00:59:49.0181423Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T00:59:49.0184484Z adding 'torch/nn/modules/__init__.py' 2022-11-23T00:59:49.0188330Z adding 'torch/nn/modules/_functions.py' 2022-11-23T00:59:49.0201360Z adding 'torch/nn/modules/activation.py' 2022-11-23T00:59:49.0206363Z adding 'torch/nn/modules/adaptive.py' 2022-11-23T00:59:49.0214516Z adding 'torch/nn/modules/batchnorm.py' 2022-11-23T00:59:49.0217172Z adding 'torch/nn/modules/channelshuffle.py' 2022-11-23T00:59:49.0225146Z adding 'torch/nn/modules/container.py' 2022-11-23T00:59:49.0238541Z adding 'torch/nn/modules/conv.py' 2022-11-23T00:59:49.0242324Z adding 'torch/nn/modules/distance.py' 2022-11-23T00:59:49.0245432Z adding 'torch/nn/modules/dropout.py' 2022-11-23T00:59:49.0248574Z adding 'torch/nn/modules/flatten.py' 2022-11-23T00:59:49.0252521Z adding 'torch/nn/modules/fold.py' 2022-11-23T00:59:49.0256522Z adding 'torch/nn/modules/instancenorm.py' 2022-11-23T00:59:49.0260937Z adding 'torch/nn/modules/lazy.py' 2022-11-23T00:59:49.0264528Z adding 'torch/nn/modules/linear.py' 2022-11-23T00:59:49.0284913Z adding 'torch/nn/modules/loss.py' 2022-11-23T00:59:49.0314989Z adding 'torch/nn/modules/module.py' 2022-11-23T00:59:49.0320719Z adding 'torch/nn/modules/normalization.py' 2022-11-23T00:59:49.0324399Z adding 'torch/nn/modules/padding.py' 2022-11-23T00:59:49.0327166Z adding 'torch/nn/modules/pixelshuffle.py' 2022-11-23T00:59:49.0335822Z adding 'torch/nn/modules/pooling.py' 2022-11-23T00:59:49.0348891Z adding 'torch/nn/modules/rnn.py' 2022-11-23T00:59:49.0355870Z adding 'torch/nn/modules/sparse.py' 2022-11-23T00:59:49.0363689Z adding 'torch/nn/modules/transformer.py' 2022-11-23T00:59:49.0368065Z adding 'torch/nn/modules/upsampling.py' 2022-11-23T00:59:49.0370465Z adding 'torch/nn/modules/utils.py' 2022-11-23T00:59:49.0372667Z adding 'torch/nn/parallel/__init__.py' 2022-11-23T00:59:49.0374705Z adding 'torch/nn/parallel/__init__.pyi' 2022-11-23T00:59:49.0376649Z adding 'torch/nn/parallel/_functions.py' 2022-11-23T00:59:49.0378868Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-11-23T00:59:49.0380590Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-11-23T00:59:49.0384071Z adding 'torch/nn/parallel/comm.py' 2022-11-23T00:59:49.0385943Z adding 'torch/nn/parallel/common_types.pyi' 2022-11-23T00:59:49.0389745Z adding 'torch/nn/parallel/data_parallel.py' 2022-11-23T00:59:49.0391705Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-11-23T00:59:49.0418222Z adding 'torch/nn/parallel/distributed.py' 2022-11-23T00:59:49.0422450Z adding 'torch/nn/parallel/parallel_apply.py' 2022-11-23T00:59:49.0424901Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-11-23T00:59:49.0427531Z adding 'torch/nn/parallel/replicate.py' 2022-11-23T00:59:49.0429310Z adding 'torch/nn/parallel/replicate.pyi' 2022-11-23T00:59:49.0431518Z adding 'torch/nn/parallel/scatter_gather.py' 2022-11-23T00:59:49.0433292Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-11-23T00:59:49.0435184Z adding 'torch/nn/qat/__init__.py' 2022-11-23T00:59:49.0436944Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-11-23T00:59:49.0438628Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-11-23T00:59:49.0440331Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-11-23T00:59:49.0442139Z adding 'torch/nn/qat/modules/__init__.py' 2022-11-23T00:59:49.0443881Z adding 'torch/nn/qat/modules/conv.py' 2022-11-23T00:59:49.0445521Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-11-23T00:59:49.0447329Z adding 'torch/nn/qat/modules/linear.py' 2022-11-23T00:59:49.0449172Z adding 'torch/nn/quantizable/__init__.py' 2022-11-23T00:59:49.0451172Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-11-23T00:59:49.0453302Z adding 'torch/nn/quantizable/modules/activation.py' 2022-11-23T00:59:49.0455038Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-11-23T00:59:49.0456919Z adding 'torch/nn/quantized/__init__.py' 2022-11-23T00:59:49.0458436Z adding 'torch/nn/quantized/functional.py' 2022-11-23T00:59:49.0459991Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-11-23T00:59:49.0462000Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-11-23T00:59:49.0463607Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-11-23T00:59:49.0465254Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-11-23T00:59:49.0466811Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-11-23T00:59:49.0468504Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-11-23T00:59:49.0470244Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-11-23T00:59:49.0471895Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-11-23T00:59:49.0473903Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T00:59:49.0475541Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-11-23T00:59:49.0477188Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-11-23T00:59:49.0478956Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T00:59:49.0481263Z adding 'torch/nn/quantized/modules/__init__.py' 2022-11-23T00:59:49.0482961Z adding 'torch/nn/quantized/modules/activation.py' 2022-11-23T00:59:49.0484656Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-11-23T00:59:49.0486415Z adding 'torch/nn/quantized/modules/conv.py' 2022-11-23T00:59:49.0488123Z adding 'torch/nn/quantized/modules/dropout.py' 2022-11-23T00:59:49.0489807Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-11-23T00:59:49.0491675Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-11-23T00:59:49.0493097Z adding 'torch/nn/quantized/modules/linear.py' 2022-11-23T00:59:49.0494954Z adding 'torch/nn/quantized/modules/normalization.py' 2022-11-23T00:59:49.0496382Z adding 'torch/nn/quantized/modules/rnn.py' 2022-11-23T00:59:49.0497943Z adding 'torch/nn/quantized/modules/utils.py' 2022-11-23T00:59:49.0499969Z adding 'torch/nn/utils/__init__.py' 2022-11-23T00:59:49.0501911Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-11-23T00:59:49.0504536Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-11-23T00:59:49.0506285Z adding 'torch/nn/utils/_stateless.py' 2022-11-23T00:59:49.0508590Z adding 'torch/nn/utils/clip_grad.py' 2022-11-23T00:59:49.0510835Z adding 'torch/nn/utils/convert_parameters.py' 2022-11-23T00:59:49.0512643Z adding 'torch/nn/utils/fusion.py' 2022-11-23T00:59:49.0514660Z adding 'torch/nn/utils/init.py' 2022-11-23T00:59:49.0517124Z adding 'torch/nn/utils/memory_format.py' 2022-11-23T00:59:49.0524113Z adding 'torch/nn/utils/parametrizations.py' 2022-11-23T00:59:49.0534642Z adding 'torch/nn/utils/parametrize.py' 2022-11-23T00:59:49.0548960Z adding 'torch/nn/utils/prune.py' 2022-11-23T00:59:49.0556231Z adding 'torch/nn/utils/rnn.py' 2022-11-23T00:59:49.0561415Z adding 'torch/nn/utils/spectral_norm.py' 2022-11-23T00:59:49.0564493Z adding 'torch/nn/utils/stateless.py' 2022-11-23T00:59:49.0567327Z adding 'torch/nn/utils/weight_norm.py' 2022-11-23T00:59:49.0569333Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-11-23T00:59:49.0571296Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-11-23T00:59:49.0574771Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-11-23T00:59:49.0577089Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-11-23T00:59:49.0579118Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-11-23T00:59:49.0581832Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-11-23T00:59:49.0584077Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-11-23T00:59:49.0586272Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-11-23T00:59:49.0588436Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-11-23T00:59:49.0590477Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-11-23T00:59:49.0593108Z adding 'torch/onnx/__init__.py' 2022-11-23T00:59:49.0594814Z adding 'torch/onnx/_constants.py' 2022-11-23T00:59:49.0596632Z adding 'torch/onnx/_deprecation.py' 2022-11-23T00:59:49.0598362Z adding 'torch/onnx/_experimental.py' 2022-11-23T00:59:49.0600176Z adding 'torch/onnx/_exporter_states.py' 2022-11-23T00:59:49.0602309Z adding 'torch/onnx/_globals.py' 2022-11-23T00:59:49.0604481Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-11-23T00:59:49.0608415Z adding 'torch/onnx/_patch_torch.py' 2022-11-23T00:59:49.0612083Z adding 'torch/onnx/_type_utils.py' 2022-11-23T00:59:49.0615054Z adding 'torch/onnx/errors.py' 2022-11-23T00:59:49.0616206Z adding 'torch/onnx/operators.py' 2022-11-23T00:59:49.0619333Z adding 'torch/onnx/symbolic_caffe2.py' 2022-11-23T00:59:49.0635990Z adding 'torch/onnx/symbolic_helper.py' 2022-11-23T00:59:49.0644211Z adding 'torch/onnx/symbolic_opset10.py' 2022-11-23T00:59:49.0659446Z adding 'torch/onnx/symbolic_opset11.py' 2022-11-23T00:59:49.0664972Z adding 'torch/onnx/symbolic_opset12.py' 2022-11-23T00:59:49.0673289Z adding 'torch/onnx/symbolic_opset13.py' 2022-11-23T00:59:49.0676517Z adding 'torch/onnx/symbolic_opset14.py' 2022-11-23T00:59:49.0678490Z adding 'torch/onnx/symbolic_opset15.py' 2022-11-23T00:59:49.0680667Z adding 'torch/onnx/symbolic_opset16.py' 2022-11-23T00:59:49.0682550Z adding 'torch/onnx/symbolic_opset17.py' 2022-11-23T00:59:49.0684486Z adding 'torch/onnx/symbolic_opset7.py' 2022-11-23T00:59:49.0688808Z adding 'torch/onnx/symbolic_opset8.py' 2022-11-23T00:59:49.0749134Z adding 'torch/onnx/symbolic_opset9.py' 2022-11-23T00:59:49.0779147Z adding 'torch/onnx/utils.py' 2022-11-23T00:59:49.0788441Z adding 'torch/onnx/verification.py' 2022-11-23T00:59:49.0790972Z adding 'torch/onnx/_internal/__init__.py' 2022-11-23T00:59:49.0793226Z adding 'torch/onnx/_internal/_beartype.py' 2022-11-23T00:59:49.0797680Z adding 'torch/onnx/_internal/jit_utils.py' 2022-11-23T00:59:49.0800800Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2022-11-23T00:59:49.0804807Z adding 'torch/onnx/_internal/registration.py' 2022-11-23T00:59:49.0807193Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-11-23T00:59:49.0809694Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-11-23T00:59:49.0812331Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-11-23T00:59:49.0814368Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-11-23T00:59:49.0818861Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-11-23T00:59:49.0821386Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-11-23T00:59:49.0823448Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-11-23T00:59:49.0825132Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2022-11-23T00:59:49.0828033Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-11-23T00:59:49.0830103Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-11-23T00:59:49.0832029Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-11-23T00:59:49.0833804Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-11-23T00:59:49.0835529Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-11-23T00:59:49.0837277Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-11-23T00:59:49.0838942Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-11-23T00:59:49.0840693Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-11-23T00:59:49.0842415Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-11-23T00:59:49.0844163Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-11-23T00:59:49.0845782Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-11-23T00:59:49.0847806Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-11-23T00:59:49.0849517Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-11-23T00:59:49.0851487Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-11-23T00:59:49.0853296Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-11-23T00:59:49.0855067Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-11-23T00:59:49.0856811Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-11-23T00:59:49.0858407Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-11-23T00:59:49.0860155Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-11-23T00:59:49.0862164Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-11-23T00:59:49.0863989Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-11-23T00:59:49.0865624Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-11-23T00:59:49.0867386Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-11-23T00:59:49.0869024Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-11-23T00:59:49.0870778Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-11-23T00:59:49.0872799Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-11-23T00:59:49.0874132Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-11-23T00:59:49.0875943Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-11-23T00:59:49.0877613Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-11-23T00:59:49.0879284Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-11-23T00:59:49.0881067Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-11-23T00:59:49.0882795Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-11-23T00:59:49.0884572Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-11-23T00:59:49.0886674Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-11-23T00:59:49.0888474Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-11-23T00:59:49.0890235Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-11-23T00:59:49.0892325Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-11-23T00:59:49.0894240Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-11-23T00:59:49.0896427Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-11-23T00:59:49.0898297Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-11-23T00:59:49.0900046Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-11-23T00:59:49.0901681Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-11-23T00:59:49.0903288Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-11-23T00:59:49.0905052Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-11-23T00:59:49.0906831Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-11-23T00:59:49.0908688Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-11-23T00:59:49.0910555Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-11-23T00:59:49.0912210Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-11-23T00:59:49.0914340Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-11-23T00:59:49.0916185Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-11-23T00:59:49.0917926Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-11-23T00:59:49.0919704Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-11-23T00:59:49.0921466Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-11-23T00:59:49.0923176Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-11-23T00:59:49.0924755Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-11-23T00:59:49.0927034Z adding 'torch/optim/__init__.py' 2022-11-23T00:59:49.0928680Z adding 'torch/optim/__init__.pyi' 2022-11-23T00:59:49.0930627Z adding 'torch/optim/_functional.py' 2022-11-23T00:59:49.0934005Z adding 'torch/optim/adadelta.py' 2022-11-23T00:59:49.0935762Z adding 'torch/optim/adadelta.pyi' 2022-11-23T00:59:49.0939605Z adding 'torch/optim/adagrad.py' 2022-11-23T00:59:49.0941464Z adding 'torch/optim/adagrad.pyi' 2022-11-23T00:59:49.0948002Z adding 'torch/optim/adam.py' 2022-11-23T00:59:49.0950278Z adding 'torch/optim/adam.pyi' 2022-11-23T00:59:49.0953887Z adding 'torch/optim/adamax.py' 2022-11-23T00:59:49.0955703Z adding 'torch/optim/adamax.pyi' 2022-11-23T00:59:49.0960520Z adding 'torch/optim/adamw.py' 2022-11-23T00:59:49.0962504Z adding 'torch/optim/adamw.pyi' 2022-11-23T00:59:49.0965678Z adding 'torch/optim/asgd.py' 2022-11-23T00:59:49.0967636Z adding 'torch/optim/asgd.pyi' 2022-11-23T00:59:49.0972859Z adding 'torch/optim/lbfgs.py' 2022-11-23T00:59:49.0974644Z adding 'torch/optim/lbfgs.pyi' 2022-11-23T00:59:49.0992478Z adding 'torch/optim/lr_scheduler.py' 2022-11-23T00:59:49.0996847Z adding 'torch/optim/lr_scheduler.pyi' 2022-11-23T00:59:49.1000573Z adding 'torch/optim/nadam.py' 2022-11-23T00:59:49.1002728Z adding 'torch/optim/nadam.pyi' 2022-11-23T00:59:49.1008570Z adding 'torch/optim/optimizer.py' 2022-11-23T00:59:49.1010554Z adding 'torch/optim/optimizer.pyi' 2022-11-23T00:59:49.1015045Z adding 'torch/optim/radam.py' 2022-11-23T00:59:49.1017094Z adding 'torch/optim/radam.pyi' 2022-11-23T00:59:49.1021542Z adding 'torch/optim/rmsprop.py' 2022-11-23T00:59:49.1023806Z adding 'torch/optim/rmsprop.pyi' 2022-11-23T00:59:49.1027639Z adding 'torch/optim/rprop.py' 2022-11-23T00:59:49.1030199Z adding 'torch/optim/rprop.pyi' 2022-11-23T00:59:49.1034040Z adding 'torch/optim/sgd.py' 2022-11-23T00:59:49.1036206Z adding 'torch/optim/sgd.pyi' 2022-11-23T00:59:49.1038946Z adding 'torch/optim/sparse_adam.py' 2022-11-23T00:59:49.1040917Z adding 'torch/optim/sparse_adam.pyi' 2022-11-23T00:59:49.1045414Z adding 'torch/optim/swa_utils.py' 2022-11-23T00:59:49.1047887Z adding 'torch/optim/swa_utils.pyi' 2022-11-23T00:59:49.1050208Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-11-23T00:59:49.1052436Z adding 'torch/package/__init__.py' 2022-11-23T00:59:49.1055364Z adding 'torch/package/_digraph.py' 2022-11-23T00:59:49.1057664Z adding 'torch/package/_directory_reader.py' 2022-11-23T00:59:49.1060176Z adding 'torch/package/_importlib.py' 2022-11-23T00:59:49.1062435Z adding 'torch/package/_mangling.py' 2022-11-23T00:59:49.1064915Z adding 'torch/package/_mock.py' 2022-11-23T00:59:49.1067703Z adding 'torch/package/_package_pickler.py' 2022-11-23T00:59:49.1069961Z adding 'torch/package/_package_unpickler.py' 2022-11-23T00:59:49.1072998Z adding 'torch/package/_stdlib.py' 2022-11-23T00:59:49.1076228Z adding 'torch/package/file_structure_representation.py' 2022-11-23T00:59:49.1078877Z adding 'torch/package/find_file_dependencies.py' 2022-11-23T00:59:49.1081576Z adding 'torch/package/glob_group.py' 2022-11-23T00:59:49.1085439Z adding 'torch/package/importer.py' 2022-11-23T00:59:49.1099685Z adding 'torch/package/package_exporter.py' 2022-11-23T00:59:49.1110632Z adding 'torch/package/package_importer.py' 2022-11-23T00:59:49.1113530Z adding 'torch/package/analyze/__init__.py' 2022-11-23T00:59:49.1115598Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-11-23T00:59:49.1117597Z adding 'torch/package/analyze/is_from_package.py' 2022-11-23T00:59:49.1119863Z adding 'torch/package/analyze/trace_dependencies.py' 2022-11-23T00:59:49.1122265Z adding 'torch/profiler/__init__.py' 2022-11-23T00:59:49.1126327Z adding 'torch/profiler/_memory_profiler.py' 2022-11-23T00:59:49.1132960Z adding 'torch/profiler/_pattern_matcher.py' 2022-11-23T00:59:49.1137815Z adding 'torch/profiler/_utils.py' 2022-11-23T00:59:49.1140118Z adding 'torch/profiler/itt.py' 2022-11-23T00:59:49.1146751Z adding 'torch/profiler/profiler.py' 2022-11-23T00:59:49.1149182Z adding 'torch/profiler/python_tracer.py' 2022-11-23T00:59:49.1151617Z adding 'torch/quantization/__init__.py' 2022-11-23T00:59:49.1153410Z adding 'torch/quantization/_numeric_suite.py' 2022-11-23T00:59:49.1155045Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-11-23T00:59:49.1156732Z adding 'torch/quantization/fake_quantize.py' 2022-11-23T00:59:49.1158368Z adding 'torch/quantization/fuse_modules.py' 2022-11-23T00:59:49.1160007Z adding 'torch/quantization/fuser_method_mappings.py' 2022-11-23T00:59:49.1161657Z adding 'torch/quantization/observer.py' 2022-11-23T00:59:49.1164096Z adding 'torch/quantization/qconfig.py' 2022-11-23T00:59:49.1165696Z adding 'torch/quantization/quant_type.py' 2022-11-23T00:59:49.1167614Z adding 'torch/quantization/quantization_mappings.py' 2022-11-23T00:59:49.1169184Z adding 'torch/quantization/quantize.py' 2022-11-23T00:59:49.1170824Z adding 'torch/quantization/quantize_fx.py' 2022-11-23T00:59:49.1172347Z adding 'torch/quantization/quantize_jit.py' 2022-11-23T00:59:49.1173954Z adding 'torch/quantization/stubs.py' 2022-11-23T00:59:49.1175413Z adding 'torch/quantization/utils.py' 2022-11-23T00:59:49.1177310Z adding 'torch/quantization/fx/__init__.py' 2022-11-23T00:59:49.1178975Z adding 'torch/quantization/fx/_equalize.py' 2022-11-23T00:59:49.1180509Z adding 'torch/quantization/fx/convert.py' 2022-11-23T00:59:49.1181957Z adding 'torch/quantization/fx/fuse.py' 2022-11-23T00:59:49.1183510Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-11-23T00:59:49.1185051Z adding 'torch/quantization/fx/graph_module.py' 2022-11-23T00:59:49.1186577Z adding 'torch/quantization/fx/match_utils.py' 2022-11-23T00:59:49.1188227Z adding 'torch/quantization/fx/pattern_utils.py' 2022-11-23T00:59:49.1189822Z adding 'torch/quantization/fx/prepare.py' 2022-11-23T00:59:49.1191467Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-11-23T00:59:49.1193046Z adding 'torch/quantization/fx/quantization_types.py' 2022-11-23T00:59:49.1194559Z adding 'torch/quantization/fx/utils.py' 2022-11-23T00:59:49.1196728Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-11-23T00:59:49.1199345Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-11-23T00:59:49.1201054Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-11-23T00:59:49.1202676Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-11-23T00:59:49.1205131Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-11-23T00:59:49.1207267Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-11-23T00:59:49.1209250Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-11-23T00:59:49.1211401Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-11-23T00:59:49.1238301Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-11-23T00:59:49.1245056Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-11-23T00:59:49.1247637Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-11-23T00:59:49.1250504Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-11-23T00:59:49.1252950Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-11-23T00:59:49.1256873Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-11-23T00:59:49.1260751Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-11-23T00:59:49.1264642Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-11-23T00:59:49.1270697Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-11-23T00:59:49.1273251Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-11-23T00:59:49.1275279Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-11-23T00:59:49.1277433Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-11-23T00:59:49.1278959Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-11-23T00:59:49.1280945Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-11-23T00:59:49.1282563Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-11-23T00:59:49.1289151Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-11-23T00:59:49.1291728Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-11-23T00:59:49.1293923Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-11-23T00:59:49.1296809Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-11-23T00:59:49.1298600Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-11-23T00:59:49.1300283Z adding 'torch/signal/__init__.py' 2022-11-23T00:59:49.1302046Z adding 'torch/signal/windows/__init__.py' 2022-11-23T00:59:49.1305352Z adding 'torch/signal/windows/windows.py' 2022-11-23T00:59:49.1310183Z adding 'torch/sparse/__init__.py' 2022-11-23T00:59:49.1317059Z adding 'torch/special/__init__.py' 2022-11-23T00:59:49.1602318Z adding 'torch/test/AlgorithmsTest' 2022-11-23T00:59:49.1878620Z adding 'torch/test/BinaryMatchImplTest' 2022-11-23T00:59:49.2130510Z adding 'torch/test/CppSignature_test' 2022-11-23T00:59:49.2483745Z adding 'torch/test/Dict_test' 2022-11-23T00:59:49.2750666Z adding 'torch/test/Dimname_test' 2022-11-23T00:59:49.3026055Z adding 'torch/test/ExclusivelyOwned_test' 2022-11-23T00:59:49.3317648Z adding 'torch/test/GraphTest' 2022-11-23T00:59:49.3615907Z adding 'torch/test/IListRef_test' 2022-11-23T00:59:49.3932908Z adding 'torch/test/KernelFunction_test' 2022-11-23T00:59:49.4441213Z adding 'torch/test/List_test' 2022-11-23T00:59:49.4727368Z adding 'torch/test/MatchTest' 2022-11-23T00:59:49.5032822Z adding 'torch/test/MaybeOwned_test' 2022-11-23T00:59:49.5323370Z adding 'torch/test/NamedTensor_test' 2022-11-23T00:59:49.5613062Z adding 'torch/test/NeuralNetTest' 2022-11-23T00:59:49.5916681Z adding 'torch/test/SubgraphMatcherTest' 2022-11-23T00:59:49.6207303Z adding 'torch/test/TarjansImplTest' 2022-11-23T00:59:49.6475962Z adding 'torch/test/TensorImpl_test' 2022-11-23T00:59:49.6744152Z adding 'torch/test/TopoSortTest' 2022-11-23T00:59:49.7036650Z adding 'torch/test/apply_utils_test' 2022-11-23T00:59:49.7331361Z adding 'torch/test/atest' 2022-11-23T00:59:49.7817207Z adding 'torch/test/backend_cutting_test' 2022-11-23T00:59:49.8111570Z adding 'torch/test/backend_fallback_test' 2022-11-23T00:59:49.8421866Z adding 'torch/test/basic' 2022-11-23T00:59:49.8933317Z adding 'torch/test/batch_matmul_op_test' 2022-11-23T00:59:50.0397179Z adding 'torch/test/blob_test' 2022-11-23T00:59:50.0968141Z adding 'torch/test/boolean_unmask_ops_test' 2022-11-23T00:59:50.1552721Z adding 'torch/test/bound_shape_inference_test' 2022-11-23T00:59:50.1838194Z adding 'torch/test/broadcast_test' 2022-11-23T00:59:50.2078883Z adding 'torch/test/c10_Array_test' 2022-11-23T00:59:50.2340439Z adding 'torch/test/c10_Bitset_test' 2022-11-23T00:59:50.2595697Z adding 'torch/test/c10_C++17_test' 2022-11-23T00:59:50.2840031Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-11-23T00:59:50.3079647Z adding 'torch/test/c10_ConstexprCrc_test' 2022-11-23T00:59:50.3321987Z adding 'torch/test/c10_DeadlockDetection_test' 2022-11-23T00:59:50.3578933Z adding 'torch/test/c10_DeviceGuard_test' 2022-11-23T00:59:50.3831497Z adding 'torch/test/c10_Device_test' 2022-11-23T00:59:50.4123469Z adding 'torch/test/c10_DispatchKeySet_test' 2022-11-23T00:59:50.4373543Z adding 'torch/test/c10_Half_test' 2022-11-23T00:59:50.4648258Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-11-23T00:59:50.4927001Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-11-23T00:59:50.5206843Z adding 'torch/test/c10_LeftRight_test' 2022-11-23T00:59:50.5508234Z adding 'torch/test/c10_Metaprogramming_test' 2022-11-23T00:59:50.5794345Z adding 'torch/test/c10_SizesAndStrides_test' 2022-11-23T00:59:50.6391212Z adding 'torch/test/c10_SmallVectorTest' 2022-11-23T00:59:50.6661175Z adding 'torch/test/c10_StreamGuard_test' 2022-11-23T00:59:50.6904934Z adding 'torch/test/c10_SymInt_test' 2022-11-23T00:59:50.7154194Z adding 'torch/test/c10_Synchronized_test' 2022-11-23T00:59:50.7436224Z adding 'torch/test/c10_ThreadLocal_test' 2022-11-23T00:59:50.7697930Z adding 'torch/test/c10_TypeIndex_test' 2022-11-23T00:59:50.7948684Z adding 'torch/test/c10_TypeList_test' 2022-11-23T00:59:50.8188393Z adding 'torch/test/c10_TypeTraits_test' 2022-11-23T00:59:50.8444215Z adding 'torch/test/c10_accumulate_test' 2022-11-23T00:59:50.8722922Z adding 'torch/test/c10_bfloat16_test' 2022-11-23T00:59:50.8991023Z adding 'torch/test/c10_complex_math_test' 2022-11-23T00:59:50.9266036Z adding 'torch/test/c10_complex_test' 2022-11-23T00:59:50.9755606Z adding 'torch/test/c10_either_test' 2022-11-23T00:59:51.0033849Z adding 'torch/test/c10_exception_test' 2022-11-23T00:59:51.0281355Z adding 'torch/test/c10_flags_test' 2022-11-23T00:59:51.0572071Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-11-23T00:59:51.1320351Z adding 'torch/test/c10_intrusive_ptr_test' 2022-11-23T00:59:51.1607996Z adding 'torch/test/c10_irange_test' 2022-11-23T00:59:51.1897414Z adding 'torch/test/c10_logging_test' 2022-11-23T00:59:51.2261175Z adding 'torch/test/c10_optional_test' 2022-11-23T00:59:51.2567066Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-11-23T00:59:51.2843770Z adding 'torch/test/c10_registry_test' 2022-11-23T00:59:51.3138317Z adding 'torch/test/c10_string_view_test' 2022-11-23T00:59:51.3397523Z adding 'torch/test/c10_tempfile_test' 2022-11-23T00:59:51.3678777Z adding 'torch/test/c10_typeid_test' 2022-11-23T00:59:51.4783100Z adding 'torch/test/cast_test' 2022-11-23T00:59:51.5312730Z adding 'torch/test/common_subexpression_elimination_test' 2022-11-23T00:59:51.5584642Z adding 'torch/test/common_test' 2022-11-23T00:59:51.5840937Z adding 'torch/test/context_test' 2022-11-23T00:59:51.6117178Z adding 'torch/test/conv_to_nnpack_transform_test' 2022-11-23T00:59:51.6624456Z adding 'torch/test/conv_transpose_op_mobile_test' 2022-11-23T00:59:51.7145180Z adding 'torch/test/converter_nomigraph_test' 2022-11-23T00:59:51.7445118Z adding 'torch/test/cpu_generator_test' 2022-11-23T00:59:51.7707195Z adding 'torch/test/cpu_profiling_allocator_test' 2022-11-23T00:59:51.8124017Z adding 'torch/test/cpu_rng_test' 2022-11-23T00:59:51.8374993Z adding 'torch/test/cpuid_test' 2022-11-23T00:59:51.8632965Z adding 'torch/test/data_filler_test' 2022-11-23T00:59:51.9114167Z adding 'torch/test/dead_code_elim_test' 2022-11-23T00:59:51.9635617Z adding 'torch/test/depthwise3x3_conv_op_test' 2022-11-23T00:59:52.0131501Z adding 'torch/test/device_test' 2022-11-23T00:59:52.0392910Z adding 'torch/test/dispatch_key_set_test' 2022-11-23T00:59:52.0906426Z adding 'torch/test/distributed_test' 2022-11-23T00:59:52.1166852Z adding 'torch/test/dlconvertor_test' 2022-11-23T00:59:52.1681011Z adding 'torch/test/elementwise_op_test' 2022-11-23T00:59:52.1954730Z adding 'torch/test/event_test' 2022-11-23T00:59:52.2246531Z adding 'torch/test/extension_backend_test' 2022-11-23T00:59:52.2510083Z adding 'torch/test/fatal_signal_asan_no_sig_test' 2022-11-23T00:59:52.2759577Z adding 'torch/test/fixed_divisor_test' 2022-11-23T00:59:52.3301309Z adding 'torch/test/generate_proposals_op_test' 2022-11-23T00:59:52.3590432Z adding 'torch/test/generate_proposals_op_util_boxes_test' 2022-11-23T00:59:52.3915814Z adding 'torch/test/generate_proposals_op_util_nms_test' 2022-11-23T00:59:52.4432186Z adding 'torch/test/graph_test' 2022-11-23T00:59:52.4960076Z adding 'torch/test/half_float_ops_test' 2022-11-23T00:59:52.5250754Z adding 'torch/test/half_test' 2022-11-23T00:59:52.5505266Z adding 'torch/test/init_test' 2022-11-23T00:59:52.5767709Z adding 'torch/test/inline_container_test' 2022-11-23T00:59:52.6280984Z adding 'torch/test/int8_roi_align_op_test' 2022-11-23T00:59:52.6918832Z adding 'torch/test/int8_test' 2022-11-23T00:59:52.7419424Z adding 'torch/test/ivalue_test' 2022-11-23T00:59:52.8015159Z adding 'torch/test/kernel_function_legacy_test' 2022-11-23T00:59:52.8505387Z adding 'torch/test/kernel_function_test' 2022-11-23T00:59:52.9115847Z adding 'torch/test/kernel_lambda_legacy_test' 2022-11-23T00:59:52.9625613Z adding 'torch/test/kernel_lambda_test' 2022-11-23T00:59:52.9941315Z adding 'torch/test/kernel_stackbased_test' 2022-11-23T00:59:53.0198793Z adding 'torch/test/lazy_tensor_test' 2022-11-23T00:59:53.0672934Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-11-23T00:59:53.0955616Z adding 'torch/test/math_kernel_test' 2022-11-23T00:59:53.1267232Z adding 'torch/test/math_test' 2022-11-23T00:59:53.1538445Z adding 'torch/test/memory_format_test' 2022-11-23T00:59:53.1806263Z adding 'torch/test/memory_overlapping_test' 2022-11-23T00:59:53.2066720Z adding 'torch/test/mobile_memory_cleanup' 2022-11-23T00:59:53.2541774Z adding 'torch/test/mobile_test' 2022-11-23T00:59:53.2846527Z adding 'torch/test/module_test' 2022-11-23T00:59:53.3129341Z adding 'torch/test/native_test' 2022-11-23T00:59:53.3386944Z adding 'torch/test/net_async_tracing_test' 2022-11-23T00:59:53.3677260Z adding 'torch/test/net_dag_utils_test' 2022-11-23T00:59:53.4196938Z adding 'torch/test/net_simple_refcount_test' 2022-11-23T00:59:53.4767282Z adding 'torch/test/net_test' 2022-11-23T00:59:53.5304358Z adding 'torch/test/nnpack_test' 2022-11-23T00:59:53.5822756Z adding 'torch/test/observer_test' 2022-11-23T00:59:53.6075380Z adding 'torch/test/op_allowlist_test' 2022-11-23T00:59:53.7273861Z adding 'torch/test/op_registration_test' 2022-11-23T00:59:53.7605420Z adding 'torch/test/operator_name_test' 2022-11-23T00:59:53.8131249Z adding 'torch/test/operator_schema_test' 2022-11-23T00:59:53.8743459Z adding 'torch/test/operator_test' 2022-11-23T00:59:53.9012631Z adding 'torch/test/operators_test' 2022-11-23T00:59:53.9274893Z adding 'torch/test/packedtensoraccessor_test' 2022-11-23T00:59:53.9591877Z adding 'torch/test/parallel_net_test' 2022-11-23T00:59:54.0131786Z adding 'torch/test/pattern_net_transform_test' 2022-11-23T00:59:54.0682115Z adding 'torch/test/plan_executor_test' 2022-11-23T00:59:54.1019862Z adding 'torch/test/pow_test' 2022-11-23T00:59:54.1309040Z adding 'torch/test/predictor_test' 2022-11-23T00:59:54.1800260Z adding 'torch/test/proto_utils_test' 2022-11-23T00:59:54.2097571Z adding 'torch/test/quantized_test' 2022-11-23T00:59:54.2344056Z adding 'torch/test/reduce_ops_test' 2022-11-23T00:59:54.2597502Z adding 'torch/test/reportMemoryUsage_test' 2022-11-23T00:59:54.2880048Z adding 'torch/test/scalar_tensor_test' 2022-11-23T00:59:54.3168487Z adding 'torch/test/scalar_test' 2022-11-23T00:59:54.3454428Z adding 'torch/test/serialization_test' 2022-11-23T00:59:54.3710379Z adding 'torch/test/simple_queue_test' 2022-11-23T00:59:54.3949375Z adding 'torch/test/smart_tensor_printer_test' 2022-11-23T00:59:54.4450821Z adding 'torch/test/split_slss_test' 2022-11-23T00:59:54.4949207Z adding 'torch/test/ssa_test' 2022-11-23T00:59:54.5242754Z adding 'torch/test/stats_test' 2022-11-23T00:59:54.5504385Z adding 'torch/test/stride_properties_test' 2022-11-23T00:59:54.6018949Z adding 'torch/test/string_ops_test' 2022-11-23T00:59:54.6568043Z adding 'torch/test/tensor_interop_test' 2022-11-23T00:59:54.6949282Z adding 'torch/test/tensor_iterator_test' 2022-11-23T00:59:54.7237187Z adding 'torch/test/test_parallel' 2022-11-23T00:59:54.7503423Z adding 'torch/test/text_file_reader_utils_test' 2022-11-23T00:59:54.7522753Z adding 'torch/test/thread_init_test' 2022-11-23T00:59:54.8006720Z adding 'torch/test/time_observer_test' 2022-11-23T00:59:54.8267022Z adding 'torch/test/timer_test' 2022-11-23T00:59:54.8794931Z adding 'torch/test/transform_test' 2022-11-23T00:59:54.9083687Z adding 'torch/test/type_ptr_test' 2022-11-23T00:59:54.9388436Z adding 'torch/test/type_test' 2022-11-23T00:59:54.9651225Z adding 'torch/test/undefined_tensor_test' 2022-11-23T00:59:55.0156551Z adding 'torch/test/utility_ops_test' 2022-11-23T00:59:55.0416354Z adding 'torch/test/variant_test' 2022-11-23T00:59:55.0432193Z adding 'torch/test/verify_api_visibility' 2022-11-23T00:59:55.0771242Z adding 'torch/test/vmap_test' 2022-11-23T00:59:55.1031158Z adding 'torch/test/weakref_test' 2022-11-23T00:59:55.1319366Z adding 'torch/test/workspace_test' 2022-11-23T00:59:55.1576136Z adding 'torch/test/wrapdim_test' 2022-11-23T00:59:55.1818971Z adding 'torch/test/xla_tensor_test' 2022-11-23T00:59:55.1831893Z adding 'torch/testing/__init__.py' 2022-11-23T00:59:55.1846902Z adding 'torch/testing/_comparison.py' 2022-11-23T00:59:55.1851755Z adding 'torch/testing/_creation.py' 2022-11-23T00:59:55.1854122Z adding 'torch/testing/_deprecated.py' 2022-11-23T00:59:55.1856160Z adding 'torch/testing/_internal/__init__.py' 2022-11-23T00:59:55.1860175Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-11-23T00:59:55.1863624Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-11-23T00:59:55.1866751Z adding 'torch/testing/_internal/common_cuda.py' 2022-11-23T00:59:55.1884372Z adding 'torch/testing/_internal/common_device_type.py' 2022-11-23T00:59:55.1896574Z adding 'torch/testing/_internal/common_distributed.py' 2022-11-23T00:59:55.1899578Z adding 'torch/testing/_internal/common_dtype.py' 2022-11-23T00:59:55.1910288Z adding 'torch/testing/_internal/common_fsdp.py' 2022-11-23T00:59:55.1915679Z adding 'torch/testing/_internal/common_jit.py' 2022-11-23T00:59:55.2090883Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-11-23T00:59:55.2122328Z adding 'torch/testing/_internal/common_modules.py' 2022-11-23T00:59:55.2166560Z adding 'torch/testing/_internal/common_nn.py' 2022-11-23T00:59:55.2191047Z adding 'torch/testing/_internal/common_quantization.py' 2022-11-23T00:59:55.2196075Z adding 'torch/testing/_internal/common_quantized.py' 2022-11-23T00:59:55.2199323Z adding 'torch/testing/_internal/common_subclass.py' 2022-11-23T00:59:55.2253378Z adding 'torch/testing/_internal/common_utils.py' 2022-11-23T00:59:55.2263605Z adding 'torch/testing/_internal/composite_compliance.py' 2022-11-23T00:59:55.2267097Z adding 'torch/testing/_internal/dist_utils.py' 2022-11-23T00:59:55.2271900Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-11-23T00:59:55.2273797Z adding 'torch/testing/_internal/inductor_utils.py' 2022-11-23T00:59:55.2281985Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-11-23T00:59:55.2292224Z adding 'torch/testing/_internal/jit_utils.py' 2022-11-23T00:59:55.2295599Z adding 'torch/testing/_internal/logging_tensor.py' 2022-11-23T00:59:55.2297420Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-11-23T00:59:55.2299926Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-11-23T00:59:55.2301809Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-11-23T00:59:55.2306334Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-11-23T00:59:55.2308428Z adding 'torch/testing/_internal/data/__init__.py' 2022-11-23T00:59:55.2310053Z adding 'torch/testing/_internal/data/network1.py' 2022-11-23T00:59:55.2311593Z adding 'torch/testing/_internal/data/network2.py' 2022-11-23T00:59:55.2313165Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-11-23T00:59:55.2319463Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-11-23T00:59:55.2401678Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-11-23T00:59:55.2412088Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-11-23T00:59:55.2416318Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2022-11-23T00:59:55.2418254Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-11-23T00:59:55.2421714Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-11-23T00:59:55.2423178Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-11-23T00:59:55.2424938Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-11-23T00:59:55.2427253Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T00:59:55.2429666Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-11-23T00:59:55.2431459Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-11-23T00:59:55.2433800Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2022-11-23T00:59:55.2437046Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2022-11-23T00:59:55.2441271Z adding 'torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py' 2022-11-23T00:59:55.2443648Z adding 'torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py' 2022-11-23T00:59:55.2445307Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-11-23T00:59:55.2446941Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-11-23T00:59:55.2452361Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-11-23T00:59:55.2454805Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-11-23T00:59:55.2456479Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-11-23T00:59:55.2480588Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-11-23T00:59:55.2486161Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-11-23T00:59:55.2489886Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-11-23T00:59:55.2492483Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-11-23T00:59:55.2494342Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-11-23T00:59:55.2546205Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-11-23T00:59:55.2553162Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-11-23T00:59:55.2554889Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-11-23T00:59:55.2557196Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-11-23T00:59:55.2560874Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-11-23T00:59:55.2562746Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-11-23T00:59:55.2564959Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-11-23T00:59:55.2576180Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-11-23T00:59:55.2580064Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-11-23T00:59:55.2581901Z adding 'torch/testing/_internal/generated/__init__.py' 2022-11-23T00:59:55.2613722Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-11-23T00:59:55.2623235Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-11-23T00:59:55.2653465Z adding 'torch/testing/_internal/opinfo/core.py' 2022-11-23T00:59:55.2658551Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-11-23T00:59:55.2662356Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-11-23T00:59:55.2664732Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-11-23T00:59:55.2670951Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-11-23T00:59:55.2676482Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-11-23T00:59:55.2692838Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-11-23T00:59:55.2698132Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2022-11-23T00:59:55.2702574Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-11-23T00:59:55.2704910Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-11-23T00:59:55.2706397Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-11-23T00:59:55.2707936Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-11-23T00:59:55.2710049Z adding 'torch/utils/__init__.py' 2022-11-23T00:59:55.2711876Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-11-23T00:59:55.2713519Z adding 'torch/utils/_crash_handler.py' 2022-11-23T00:59:55.2715258Z adding 'torch/utils/_cuda_trace.py' 2022-11-23T00:59:55.2719037Z adding 'torch/utils/_freeze.py' 2022-11-23T00:59:55.2721110Z adding 'torch/utils/_mode_utils.py' 2022-11-23T00:59:55.2723414Z adding 'torch/utils/_python_dispatch.py' 2022-11-23T00:59:55.2727516Z adding 'torch/utils/_pytree.py' 2022-11-23T00:59:55.2729812Z adding 'torch/utils/_zip.py' 2022-11-23T00:59:55.2731773Z adding 'torch/utils/backend_registration.py' 2022-11-23T00:59:55.2737967Z adding 'torch/utils/bundled_inputs.py' 2022-11-23T00:59:55.2744572Z adding 'torch/utils/checkpoint.py' 2022-11-23T00:59:55.2750475Z adding 'torch/utils/collect_env.py' 2022-11-23T00:59:55.2752610Z adding 'torch/utils/cpp_backtrace.py' 2022-11-23T00:59:55.2781337Z adding 'torch/utils/cpp_extension.py' 2022-11-23T00:59:55.2786328Z adding 'torch/utils/dlpack.py' 2022-11-23T00:59:55.2788290Z adding 'torch/utils/file_baton.py' 2022-11-23T00:59:55.2791611Z adding 'torch/utils/hooks.py' 2022-11-23T00:59:55.2794333Z adding 'torch/utils/mkldnn.py' 2022-11-23T00:59:55.2797199Z adding 'torch/utils/mobile_optimizer.py' 2022-11-23T00:59:55.2798890Z adding 'torch/utils/model_zoo.py' 2022-11-23T00:59:55.2801630Z adding 'torch/utils/show_pickle.py' 2022-11-23T00:59:55.2804733Z adding 'torch/utils/throughput_benchmark.py' 2022-11-23T00:59:55.2807016Z adding 'torch/utils/backcompat/__init__.py' 2022-11-23T00:59:55.2808782Z adding 'torch/utils/benchmark/__init__.py' 2022-11-23T00:59:55.2810729Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-11-23T00:59:55.2813591Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-11-23T00:59:55.2816729Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-11-23T00:59:55.2819002Z adding 'torch/utils/benchmark/examples/compare.py' 2022-11-23T00:59:55.2823801Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-11-23T00:59:55.2826183Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-11-23T00:59:55.2828675Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-11-23T00:59:55.2830370Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-11-23T00:59:55.2832881Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-11-23T00:59:55.2834613Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-11-23T00:59:55.2836709Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-11-23T00:59:55.2838861Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-11-23T00:59:55.2840959Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-11-23T00:59:55.2843129Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-11-23T00:59:55.2845321Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-11-23T00:59:55.2847332Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-11-23T00:59:55.2849003Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-11-23T00:59:55.2853507Z adding 'torch/utils/benchmark/utils/common.py' 2022-11-23T00:59:55.2857877Z adding 'torch/utils/benchmark/utils/compare.py' 2022-11-23T00:59:55.2861176Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-11-23T00:59:55.2867032Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-11-23T00:59:55.2870359Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-11-23T00:59:55.2872259Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-11-23T00:59:55.2878477Z adding 'torch/utils/benchmark/utils/timer.py' 2022-11-23T00:59:55.2880760Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-11-23T00:59:55.2883575Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-11-23T00:59:55.2885376Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-11-23T00:59:55.2887327Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-11-23T00:59:55.2897694Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-11-23T00:59:55.2943377Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-11-23T00:59:55.2954448Z adding 'torch/utils/bottleneck/__init__.py' 2022-11-23T00:59:55.2957380Z adding 'torch/utils/bottleneck/__main__.py' 2022-11-23T00:59:55.2959879Z adding 'torch/utils/data/__init__.py' 2022-11-23T00:59:55.2961493Z adding 'torch/utils/data/backward_compatibility.py' 2022-11-23T00:59:55.2987247Z adding 'torch/utils/data/dataloader.py' 2022-11-23T00:59:55.2993427Z adding 'torch/utils/data/dataset.py' 2022-11-23T00:59:55.2996500Z adding 'torch/utils/data/distributed.py' 2022-11-23T00:59:55.2999207Z adding 'torch/utils/data/graph.py' 2022-11-23T00:59:55.3001963Z adding 'torch/utils/data/graph_settings.py' 2022-11-23T00:59:55.3006225Z adding 'torch/utils/data/sampler.py' 2022-11-23T00:59:55.3008437Z adding 'torch/utils/data/_utils/__init__.py' 2022-11-23T00:59:55.3012097Z adding 'torch/utils/data/_utils/collate.py' 2022-11-23T00:59:55.3014210Z adding 'torch/utils/data/_utils/fetch.py' 2022-11-23T00:59:55.3016168Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-11-23T00:59:55.3018171Z adding 'torch/utils/data/_utils/serialization.py' 2022-11-23T00:59:55.3020169Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-11-23T00:59:55.3024754Z adding 'torch/utils/data/_utils/worker.py' 2022-11-23T00:59:55.3026691Z adding 'torch/utils/data/datapipes/__init__.py' 2022-11-23T00:59:55.3029496Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-11-23T00:59:55.3033347Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-11-23T00:59:55.3038608Z adding 'torch/utils/data/datapipes/_typing.py' 2022-11-23T00:59:55.3043451Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-11-23T00:59:55.3046490Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-11-23T00:59:55.3049939Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-11-23T00:59:55.3052015Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-11-23T00:59:55.3053912Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-11-23T00:59:55.3057807Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-11-23T00:59:55.3060049Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-11-23T00:59:55.3061738Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-11-23T00:59:55.3063740Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-11-23T00:59:55.3067143Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-11-23T00:59:55.3070222Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-11-23T00:59:55.3076747Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-11-23T00:59:55.3079437Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-11-23T00:59:55.3081478Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-11-23T00:59:55.3085679Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-11-23T00:59:55.3088226Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-11-23T00:59:55.3090351Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-11-23T00:59:55.3092195Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-11-23T00:59:55.3094056Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-11-23T00:59:55.3095945Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-11-23T00:59:55.3097743Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-11-23T00:59:55.3100043Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-11-23T00:59:55.3102383Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-11-23T00:59:55.3104713Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-11-23T00:59:55.3106574Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-11-23T00:59:55.3108273Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-11-23T00:59:55.3112525Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-11-23T00:59:55.3116370Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-11-23T00:59:55.3118898Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-11-23T00:59:55.3120591Z adding 'torch/utils/hipify/__init__.py' 2022-11-23T00:59:55.3122285Z adding 'torch/utils/hipify/constants.py' 2022-11-23T00:59:55.3167922Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-11-23T00:59:55.3187532Z adding 'torch/utils/hipify/hipify_python.py' 2022-11-23T00:59:55.3190022Z adding 'torch/utils/hipify/version.py' 2022-11-23T00:59:55.3191699Z adding 'torch/utils/jit/__init__.py' 2022-11-23T00:59:55.3193893Z adding 'torch/utils/jit/log_extract.py' 2022-11-23T00:59:55.3199637Z adding 'torch/utils/model_dump/__init__.py' 2022-11-23T00:59:55.3201667Z adding 'torch/utils/model_dump/__main__.py' 2022-11-23T00:59:55.3206933Z adding 'torch/utils/model_dump/code.js' 2022-11-23T00:59:55.3209309Z adding 'torch/utils/model_dump/htm.mjs' 2022-11-23T00:59:55.3213272Z adding 'torch/utils/model_dump/preact.mjs' 2022-11-23T00:59:55.3215026Z adding 'torch/utils/model_dump/skeleton.html' 2022-11-23T00:59:55.3216919Z adding 'torch/utils/tensorboard/__init__.py' 2022-11-23T00:59:55.3224649Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-11-23T00:59:55.3226993Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-11-23T00:59:55.3229093Z adding 'torch/utils/tensorboard/_embedding.py' 2022-11-23T00:59:55.3231090Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-11-23T00:59:55.3233156Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-11-23T00:59:55.3238142Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-11-23T00:59:55.3240991Z adding 'torch/utils/tensorboard/_utils.py' 2022-11-23T00:59:55.3249680Z adding 'torch/utils/tensorboard/summary.py' 2022-11-23T00:59:55.3261549Z adding 'torch/utils/tensorboard/writer.py' 2022-11-23T00:59:55.3266293Z adding 'torchgen/__init__.py' 2022-11-23T00:59:55.3268319Z adding 'torchgen/code_template.py' 2022-11-23T00:59:55.3270369Z adding 'torchgen/context.py' 2022-11-23T00:59:55.3299740Z adding 'torchgen/gen.py' 2022-11-23T00:59:55.3308309Z adding 'torchgen/gen_backend_stubs.py' 2022-11-23T00:59:55.3317840Z adding 'torchgen/gen_functionalization_type.py' 2022-11-23T00:59:55.3325036Z adding 'torchgen/gen_lazy_tensor.py' 2022-11-23T00:59:55.3328739Z adding 'torchgen/gen_vmap_plumbing.py' 2022-11-23T00:59:55.3330677Z adding 'torchgen/local.py' 2022-11-23T00:59:55.3365682Z adding 'torchgen/model.py' 2022-11-23T00:59:55.3376806Z adding 'torchgen/native_function_generation.py' 2022-11-23T00:59:55.3382856Z adding 'torchgen/utils.py' 2022-11-23T00:59:55.3384981Z adding 'torchgen/api/__init__.py' 2022-11-23T00:59:55.3392755Z adding 'torchgen/api/autograd.py' 2022-11-23T00:59:55.3398145Z adding 'torchgen/api/cpp.py' 2022-11-23T00:59:55.3400854Z adding 'torchgen/api/dispatcher.py' 2022-11-23T00:59:55.3403748Z adding 'torchgen/api/functionalization.py' 2022-11-23T00:59:55.3409358Z adding 'torchgen/api/lazy.py' 2022-11-23T00:59:55.3411242Z adding 'torchgen/api/meta.py' 2022-11-23T00:59:55.3413655Z adding 'torchgen/api/native.py' 2022-11-23T00:59:55.3430134Z adding 'torchgen/api/python.py' 2022-11-23T00:59:55.3434007Z adding 'torchgen/api/structured.py' 2022-11-23T00:59:55.3439184Z adding 'torchgen/api/translate.py' 2022-11-23T00:59:55.3447264Z adding 'torchgen/api/types.py' 2022-11-23T00:59:55.3451434Z adding 'torchgen/api/ufunc.py' 2022-11-23T00:59:55.3454297Z adding 'torchgen/api/unboxing.py' 2022-11-23T00:59:55.3457130Z adding 'torchgen/dest/__init__.py' 2022-11-23T00:59:55.3464936Z adding 'torchgen/dest/lazy_ir.py' 2022-11-23T00:59:55.3467891Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-11-23T00:59:55.3470502Z adding 'torchgen/dest/native_functions.py' 2022-11-23T00:59:55.3480876Z adding 'torchgen/dest/register_dispatch_key.py' 2022-11-23T00:59:55.3487238Z adding 'torchgen/dest/ufunc.py' 2022-11-23T00:59:55.3489927Z adding 'torchgen/operator_versions/__init__.py' 2022-11-23T00:59:55.3493704Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-11-23T00:59:55.3495797Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-11-23T00:59:55.3590805Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-11-23T00:59:55.3604073Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-11-23T00:59:55.3606698Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-11-23T00:59:55.3608724Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-11-23T00:59:55.3610079Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-11-23T00:59:55.3612100Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-11-23T00:59:55.3613644Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-11-23T00:59:55.3615354Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-11-23T00:59:55.3616916Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-11-23T00:59:55.3618366Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-11-23T00:59:55.3619784Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-11-23T00:59:55.3621739Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-11-23T00:59:55.3624141Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-11-23T00:59:55.3625917Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-11-23T00:59:55.3627424Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-11-23T00:59:55.3629181Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-11-23T00:59:55.3630719Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-11-23T00:59:55.3632386Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-11-23T00:59:55.3633932Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-11-23T00:59:55.3635452Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-11-23T00:59:55.3636979Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-11-23T00:59:55.3638418Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-11-23T00:59:55.3640503Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-11-23T00:59:55.3642138Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-11-23T00:59:55.3643699Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-11-23T00:59:55.3645558Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-11-23T00:59:55.3647497Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-11-23T00:59:55.3649093Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-11-23T00:59:55.3650728Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-11-23T00:59:55.3652750Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-11-23T00:59:55.3654360Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-11-23T00:59:55.3656118Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-11-23T00:59:55.3664625Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-11-23T00:59:55.3667231Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-11-23T00:59:55.3668807Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-11-23T00:59:55.3670441Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-11-23T00:59:55.3672084Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-11-23T00:59:55.3673623Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-11-23T00:59:55.3675252Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-11-23T00:59:55.3676863Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-11-23T00:59:55.3678612Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-11-23T00:59:55.3680074Z adding 'torchgen/selective_build/__init__.py' 2022-11-23T00:59:55.3682775Z adding 'torchgen/selective_build/operator.py' 2022-11-23T00:59:55.3686156Z adding 'torchgen/selective_build/selector.py' 2022-11-23T00:59:55.3688025Z adding 'torchgen/static_runtime/__init__.py' 2022-11-23T00:59:55.3690952Z adding 'torchgen/static_runtime/config.py' 2022-11-23T00:59:55.3694107Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-11-23T00:59:55.3700517Z adding 'torchgen/static_runtime/generator.py' 2022-11-23T00:59:55.3738861Z adding 'torch-1.14.0a0+git1cfd385.dist-info/LICENSE' 2022-11-23T00:59:55.3753078Z adding 'torch-1.14.0a0+git1cfd385.dist-info/METADATA' 2022-11-23T00:59:55.3759835Z adding 'torch-1.14.0a0+git1cfd385.dist-info/NOTICE' 2022-11-23T00:59:55.3761421Z adding 'torch-1.14.0a0+git1cfd385.dist-info/WHEEL' 2022-11-23T00:59:55.3762826Z adding 'torch-1.14.0a0+git1cfd385.dist-info/entry_points.txt' 2022-11-23T00:59:55.3763560Z adding 'torch-1.14.0a0+git1cfd385.dist-info/top_level.txt' 2022-11-23T00:59:55.4333856Z adding 'torch-1.14.0a0+git1cfd385.dist-info/RECORD' 2022-11-23T00:59:55.4611343Z removing build/bdist.linux-x86_64/wheel 2022-11-23T00:59:55.7716793Z ++ echo dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:59:55.7717305Z + pip_install_whl dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:59:55.7717870Z + python3 -mpip install --no-index --no-deps dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:59:56.1551325Z Processing ./dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:59:56.6463731Z Installing collected packages: torch 2022-11-23T01:00:04.0797991Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:00:04.1289596Z + set -x 2022-11-23T01:00:04.1289931Z + assert_git_not_dirty 2022-11-23T01:00:04.1290447Z + [[ caffe2-linux-focal-py3.7-gcc7 != *rocm* ]] 2022-11-23T01:00:04.1292222Z + [[ caffe2-linux-focal-py3.7-gcc7 != *xla* ]] 2022-11-23T01:00:04.1292759Z ++ git status --porcelain 2022-11-23T01:00:06.0348318Z + git_status= 2022-11-23T01:00:06.0348874Z + [[ -n '' ]] 2022-11-23T01:00:06.0349099Z + mkdir -p dist 2022-11-23T01:00:06.0411982Z + '[' -f build/.ninja_log ']' 2022-11-23T01:00:06.0412543Z + [[ caffe2-linux-focal-py3.7-gcc7 == *rocm* ]] 2022-11-23T01:00:06.0412852Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-11-23T01:00:06.0414318Z ++ [[ caffe2-linux-focal-py3.7-gcc7 == *rocm* ]] 2022-11-23T01:00:06.0414718Z ++ echo OFF 2022-11-23T01:00:06.0415703Z + CUSTOM_TEST_USE_ROCM=OFF 2022-11-23T01:00:06.0416091Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-11-23T01:00:06.0416672Z + mkdir -pv build/custom_test_artifacts 2022-11-23T01:00:06.0423359Z mkdir: created directory 'build/custom_test_artifacts' 2022-11-23T01:00:06.0424392Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-11-23T01:00:06.0424931Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-11-23T01:00:06.0425414Z + python --version 2022-11-23T01:00:06.0435824Z Python 3.7.13 2022-11-23T01:00:06.0440134Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:00:06.2414275Z + SITE_PACKAGES=/opt/conda/lib/python3.7/site-packages 2022-11-23T01:00:06.2414653Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-11-23T01:00:06.2422597Z + pushd build/custom_test_artifacts/custom-op-build 2022-11-23T01:00:06.2422965Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-11-23T01:00:06.2425175Z ++ which python 2022-11-23T01:00:06.2432713Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.7/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T01:00:06.2936317Z -- The C compiler identification is GNU 7.5.0 2022-11-23T01:00:06.3515842Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T01:00:06.3625442Z -- Detecting C compiler ABI info 2022-11-23T01:00:06.4497555Z -- Detecting C compiler ABI info - done 2022-11-23T01:00:06.4572584Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:00:06.4574939Z -- Detecting C compile features 2022-11-23T01:00:06.4578816Z -- Detecting C compile features - done 2022-11-23T01:00:06.4607605Z -- Detecting CXX compiler ABI info 2022-11-23T01:00:06.5469671Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:00:06.5546751Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:00:06.5549613Z -- Detecting CXX compile features 2022-11-23T01:00:06.5553902Z -- Detecting CXX compile features - done 2022-11-23T01:00:06.5587580Z -- Looking for pthread.h 2022-11-23T01:00:06.6393783Z -- Looking for pthread.h - found 2022-11-23T01:00:06.6395060Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:00:06.7152940Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:00:06.7153623Z -- Looking for pthread_create in pthreads 2022-11-23T01:00:06.7796589Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:00:06.7796920Z -- Looking for pthread_create in pthread 2022-11-23T01:00:06.8614925Z -- Looking for pthread_create in pthread - found 2022-11-23T01:00:06.8622639Z -- Found Threads: TRUE 2022-11-23T01:00:06.8797774Z CMake Warning at /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:00:06.8798187Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:00:06.8798549Z Call Stack (most recent call first): 2022-11-23T01:00:06.8799301Z /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:00:06.8799875Z CMakeLists.txt:9 (find_package) 2022-11-23T01:00:06.8800120Z 2022-11-23T01:00:06.8800258Z  2022-11-23T01:00:06.8800673Z -- Found Torch: /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so 2022-11-23T01:00:06.8803698Z -- Configuring done 2022-11-23T01:00:06.8845263Z -- Generating done 2022-11-23T01:00:06.8850041Z CMake Warning: 2022-11-23T01:00:06.8850572Z Manually-specified variables were not used by the project: 2022-11-23T01:00:06.8851081Z 2022-11-23T01:00:06.8851167Z PYTHON_EXECUTABLE 2022-11-23T01:00:06.8851285Z 2022-11-23T01:00:06.8851378Z  2022-11-23T01:00:06.8859596Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-11-23T01:00:06.8882648Z + make VERBOSE=1 2022-11-23T01:00:06.8893263Z /opt/conda/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 2022-11-23T01:00:06.8941202Z /opt/conda/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 2022-11-23T01:00:06.8977750Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:00:06.8985308Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:00:06.8985753Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-11-23T01:00:06.8993385Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:00:06.8994470Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/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= 2022-11-23T01:00:06.9036185Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:00:06.9036632Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-11-23T01:00:06.9044413Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:00:06.9080781Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-11-23T01:00:06.9085003Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_ops_EXPORTS -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -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 2022-11-23T01:00:07.5728545Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-11-23T01:00:07.5730488Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-11-23T01:00:07.5767275Z /opt/cache/bin/c++ -fPIC -shared -Wl,-soname,libcustom_ops.so -o libcustom_ops.so CMakeFiles/custom_ops.dir/op.cpp.o -Wl,-rpath,/opt/conda/lib/python3.7/site-packages/torch/lib /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so" -Wl,--as-needed 2022-11-23T01:00:07.7913369Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:00:07.7979423Z [ 50%] Built target custom_ops 2022-11-23T01:00:07.7983403Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-11-23T01:00:07.7991867Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:00:07.7994030Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/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= 2022-11-23T01:00:07.8040048Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:00:07.8040848Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-11-23T01:00:07.8048924Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:00:07.8087553Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-11-23T01:00:07.8092626Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -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 2022-11-23T01:00:08.4613481Z [100%] Linking CXX executable test_custom_ops 2022-11-23T01:00:08.4615555Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-11-23T01:00:08.4653864Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build:/opt/conda/lib/python3.7/site-packages/torch/lib libcustom_ops.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so 2022-11-23T01:00:08.7729428Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:00:08.7788237Z [100%] Built target test_custom_ops 2022-11-23T01:00:08.7791652Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:00:08.7792964Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-11-23T01:00:08.7834859Z + popd 2022-11-23T01:00:08.7835152Z ~/workspace 2022-11-23T01:00:08.7835326Z + assert_git_not_dirty 2022-11-23T01:00:08.7835674Z + [[ caffe2-linux-focal-py3.7-gcc7 != *rocm* ]] 2022-11-23T01:00:08.7835986Z + [[ caffe2-linux-focal-py3.7-gcc7 != *xla* ]] 2022-11-23T01:00:08.7838019Z ++ git status --porcelain 2022-11-23T01:00:08.8640082Z + git_status= 2022-11-23T01:00:08.8640590Z + [[ -n '' ]] 2022-11-23T01:00:08.8640993Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-11-23T01:00:08.8641264Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-11-23T01:00:08.8641516Z + python --version 2022-11-23T01:00:08.8651366Z Python 3.7.13 2022-11-23T01:00:08.8655691Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:00:09.0621274Z + SITE_PACKAGES=/opt/conda/lib/python3.7/site-packages 2022-11-23T01:00:09.0621667Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-11-23T01:00:09.0628529Z + pushd build/custom_test_artifacts/jit-hook-build 2022-11-23T01:00:09.0628866Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-11-23T01:00:09.0631682Z ++ which python 2022-11-23T01:00:09.0639645Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.7/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T01:00:09.1120997Z -- The C compiler identification is GNU 7.5.0 2022-11-23T01:00:09.1703499Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T01:00:09.1812700Z -- Detecting C compiler ABI info 2022-11-23T01:00:09.2561792Z -- Detecting C compiler ABI info - done 2022-11-23T01:00:09.2637077Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:00:09.2639718Z -- Detecting C compile features 2022-11-23T01:00:09.2642873Z -- Detecting C compile features - done 2022-11-23T01:00:09.2671366Z -- Detecting CXX compiler ABI info 2022-11-23T01:00:09.3560526Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:00:09.3637363Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:00:09.3639987Z -- Detecting CXX compile features 2022-11-23T01:00:09.3644437Z -- Detecting CXX compile features - done 2022-11-23T01:00:09.3677491Z -- Looking for pthread.h 2022-11-23T01:00:09.4519670Z -- Looking for pthread.h - found 2022-11-23T01:00:09.4521331Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:00:09.5296809Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:00:09.5297397Z -- Looking for pthread_create in pthreads 2022-11-23T01:00:09.5951306Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:00:09.5951648Z -- Looking for pthread_create in pthread 2022-11-23T01:00:09.6694290Z -- Looking for pthread_create in pthread - found 2022-11-23T01:00:09.6702234Z -- Found Threads: TRUE 2022-11-23T01:00:09.6872466Z CMake Warning at /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:00:09.6873149Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:00:09.6873574Z Call Stack (most recent call first): 2022-11-23T01:00:09.6873982Z /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:00:09.6874300Z CMakeLists.txt:9 (find_package) 2022-11-23T01:00:09.6874468Z 2022-11-23T01:00:09.6874551Z  2022-11-23T01:00:09.6875233Z -- Found Torch: /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so 2022-11-23T01:00:09.6877056Z -- Configuring done 2022-11-23T01:00:09.6907026Z -- Generating done 2022-11-23T01:00:09.6909615Z CMake Warning: 2022-11-23T01:00:09.6910015Z Manually-specified variables were not used by the project: 2022-11-23T01:00:09.6910192Z 2022-11-23T01:00:09.6910302Z PYTHON_EXECUTABLE 2022-11-23T01:00:09.6910429Z 2022-11-23T01:00:09.6910513Z  2022-11-23T01:00:09.6922025Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-11-23T01:00:09.6946139Z + make VERBOSE=1 2022-11-23T01:00:09.6955318Z /opt/conda/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 2022-11-23T01:00:09.7004966Z /opt/conda/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 2022-11-23T01:00:09.7042601Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:00:09.7050504Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:00:09.7050928Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-11-23T01:00:09.7058443Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:00:09.7060537Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /opt/conda/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= 2022-11-23T01:00:09.7103401Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:00:09.7104198Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-11-23T01:00:09.7111473Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:00:09.7150224Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-11-23T01:00:09.7153978Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -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 2022-11-23T01:00:10.3873134Z [100%] Linking CXX executable test_jit_hooks 2022-11-23T01:00:10.3876131Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-11-23T01:00:10.3912223Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -Wl,-rpath,/opt/conda/lib/python3.7/site-packages/torch/lib /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so" -Wl,--as-needed 2022-11-23T01:00:10.6497460Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:00:10.6558691Z [100%] Built target test_jit_hooks 2022-11-23T01:00:10.6562381Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:00:10.6563719Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-11-23T01:00:10.6603263Z + popd 2022-11-23T01:00:10.6603630Z ~/workspace 2022-11-23T01:00:10.6603966Z + assert_git_not_dirty 2022-11-23T01:00:10.6604321Z + [[ caffe2-linux-focal-py3.7-gcc7 != *rocm* ]] 2022-11-23T01:00:10.6604633Z + [[ caffe2-linux-focal-py3.7-gcc7 != *xla* ]] 2022-11-23T01:00:10.6606875Z ++ git status --porcelain 2022-11-23T01:00:10.7406538Z + git_status= 2022-11-23T01:00:10.7407047Z + [[ -n '' ]] 2022-11-23T01:00:10.7407575Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-11-23T01:00:10.7408130Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-11-23T01:00:10.7408574Z + python --version 2022-11-23T01:00:10.7418420Z Python 3.7.13 2022-11-23T01:00:10.7419773Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-11-23T01:00:10.7427547Z + pushd build/custom_test_artifacts/custom-backend-build 2022-11-23T01:00:10.7427934Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-11-23T01:00:10.7431273Z ++ which python 2022-11-23T01:00:10.7438595Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.7/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T01:00:10.7916973Z -- The C compiler identification is GNU 7.5.0 2022-11-23T01:00:10.8482376Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T01:00:10.8588251Z -- Detecting C compiler ABI info 2022-11-23T01:00:10.9344145Z -- Detecting C compiler ABI info - done 2022-11-23T01:00:10.9419493Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:00:10.9421710Z -- Detecting C compile features 2022-11-23T01:00:10.9425707Z -- Detecting C compile features - done 2022-11-23T01:00:10.9453823Z -- Detecting CXX compiler ABI info 2022-11-23T01:00:11.0308475Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:00:11.0386972Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:00:11.0389965Z -- Detecting CXX compile features 2022-11-23T01:00:11.0395025Z -- Detecting CXX compile features - done 2022-11-23T01:00:11.0428798Z -- Looking for pthread.h 2022-11-23T01:00:11.1213139Z -- Looking for pthread.h - found 2022-11-23T01:00:11.1214310Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:00:11.1959501Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:00:11.1959854Z -- Looking for pthread_create in pthreads 2022-11-23T01:00:11.2618019Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:00:11.2618390Z -- Looking for pthread_create in pthread 2022-11-23T01:00:11.3690054Z -- Looking for pthread_create in pthread - found 2022-11-23T01:00:11.3697768Z -- Found Threads: TRUE 2022-11-23T01:00:11.3869120Z CMake Warning at /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:00:11.3869865Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:00:11.3870124Z Call Stack (most recent call first): 2022-11-23T01:00:11.3870597Z /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:00:11.3870900Z CMakeLists.txt:9 (find_package) 2022-11-23T01:00:11.3871032Z 2022-11-23T01:00:11.3871114Z  2022-11-23T01:00:11.3871893Z -- Found Torch: /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so 2022-11-23T01:00:11.3874129Z -- Configuring done 2022-11-23T01:00:11.3915414Z -- Generating done 2022-11-23T01:00:11.3919279Z CMake Warning: 2022-11-23T01:00:11.3919768Z Manually-specified variables were not used by the project: 2022-11-23T01:00:11.3920083Z 2022-11-23T01:00:11.3920218Z PYTHON_EXECUTABLE 2022-11-23T01:00:11.3920338Z 2022-11-23T01:00:11.3920420Z  2022-11-23T01:00:11.3931951Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-11-23T01:00:11.3956017Z + make VERBOSE=1 2022-11-23T01:00:11.3965931Z /opt/conda/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 2022-11-23T01:00:11.4016695Z /opt/conda/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 2022-11-23T01:00:11.4055206Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:00:11.4062581Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:00:11.4063027Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-11-23T01:00:11.4070631Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:00:11.4071768Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/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= 2022-11-23T01:00:11.4115352Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:00:11.4115823Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-11-23T01:00:11.4122815Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:00:11.4160589Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-11-23T01:00:11.4164552Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_backend_EXPORTS -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -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 2022-11-23T01:00:11.6417576Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-11-23T01:00:11.6421115Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-11-23T01:00:11.6457221Z /opt/cache/bin/c++ -fPIC -shared -Wl,-soname,libcustom_backend.so -o libcustom_backend.so CMakeFiles/custom_backend.dir/custom_backend.cpp.o -Wl,-rpath,/opt/conda/lib/python3.7/site-packages/torch/lib /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so" -Wl,--as-needed 2022-11-23T01:00:11.8759458Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:00:11.8819428Z [ 50%] Built target custom_backend 2022-11-23T01:00:11.8823565Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-11-23T01:00:11.8832174Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:00:11.8833364Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/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= 2022-11-23T01:00:11.8878620Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:00:11.8879967Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-11-23T01:00:11.8886652Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:00:11.8926270Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-11-23T01:00:11.8930730Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -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 2022-11-23T01:00:12.5367272Z [100%] Linking CXX executable test_custom_backend 2022-11-23T01:00:12.5370120Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-11-23T01:00:12.5407208Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build:/opt/conda/lib/python3.7/site-packages/torch/lib libcustom_backend.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so 2022-11-23T01:00:12.8162045Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:00:12.8226409Z [100%] Built target test_custom_backend 2022-11-23T01:00:12.8230735Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:00:12.8231569Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-11-23T01:00:12.8274096Z + popd 2022-11-23T01:00:12.8274320Z ~/workspace 2022-11-23T01:00:12.8274501Z + assert_git_not_dirty 2022-11-23T01:00:12.8274833Z + [[ caffe2-linux-focal-py3.7-gcc7 != *rocm* ]] 2022-11-23T01:00:12.8275146Z + [[ caffe2-linux-focal-py3.7-gcc7 != *xla* ]] 2022-11-23T01:00:12.8277619Z ++ git status --porcelain 2022-11-23T01:00:12.9091503Z + git_status= 2022-11-23T01:00:12.9092075Z + [[ -n '' ]] 2022-11-23T01:00:12.9092463Z + [[ caffe2-linux-focal-py3.7-gcc7 != *libtorch* ]] 2022-11-23T01:00:12.9092786Z + [[ caffe2-linux-focal-py3.7-gcc7 != *bazel* ]] 2022-11-23T01:00:12.9093035Z + python tools/stats/export_test_times.py 2022-11-23T01:00:12.9569602Z Ignoring disabled issues: [] 2022-11-23T01:00:12.9570490Z Exporting test times from test-infra to .pytorch-test-times.json 2022-11-23T01:00:12.9571248Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /var/lib/jenkins/workspace/.pytorch-test-times.json 2022-11-23T01:00:12.9823238Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: caffe2-linux-focal-py3.7-gcc7 not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T01:00:12.9982741Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: caffe2-linux-focal-py3.7-gcc7 not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T01:00:13.0157762Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: caffe2-linux-focal-py3.7-gcc7 not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T01:00:13.0159302Z All retries exhausted, downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json failed. 2022-11-23T01:00:13.0227151Z + print_sccache_stats 2022-11-23T01:00:13.0227597Z + echo 'PyTorch Build Statistics' 2022-11-23T01:00:13.0228027Z PyTorch Build Statistics 2022-11-23T01:00:13.0228760Z + sccache --show-stats 2022-11-23T01:00:13.0250182Z Compile requests 7347 2022-11-23T01:00:13.0250561Z Compile requests executed 6966 2022-11-23T01:00:13.0250882Z Cache hits 6940 2022-11-23T01:00:13.0251177Z Cache hits (C/C++) 6940 2022-11-23T01:00:13.0251492Z Cache misses 1 2022-11-23T01:00:13.0251769Z Cache misses (C/C++) 1 2022-11-23T01:00:13.0251988Z Cache timeouts 0 2022-11-23T01:00:13.0252285Z Cache read errors 0 2022-11-23T01:00:13.0252631Z Forced recaches 0 2022-11-23T01:00:13.0253005Z Cache write errors 0 2022-11-23T01:00:13.0253287Z Compilation failures 9 2022-11-23T01:00:13.0253559Z Cache errors 16 2022-11-23T01:00:13.0253852Z Cache errors (C/C++) 16 2022-11-23T01:00:13.0254254Z Non-cacheable compilations 0 2022-11-23T01:00:13.0254614Z Non-cacheable calls 17 2022-11-23T01:00:13.0255061Z Non-compilation calls 364 2022-11-23T01:00:13.0255468Z Unsupported compiler calls 0 2022-11-23T01:00:13.0255745Z Average cache write 0.040 s 2022-11-23T01:00:13.0256067Z Average cache read miss 9.459 s 2022-11-23T01:00:13.0256381Z Average cache read hit 0.028 s 2022-11-23T01:00:13.0256715Z Failed distributed compilations 0 2022-11-23T01:00:13.0256886Z 2022-11-23T01:00:13.0257006Z Non-cacheable reasons: 2022-11-23T01:00:13.0257322Z multiple input files 16 2022-11-23T01:00:13.0257568Z unknown source language 1 2022-11-23T01:00:13.0257703Z 2022-11-23T01:00:13.0258121Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:00:13.0258544Z + [[ -n 9654934280 ]] 2022-11-23T01:00:13.0258792Z + sccache --show-stats --stats-format json 2022-11-23T01:00:13.0258994Z + jq .stats 2022-11-23T01:00:13.0641518Z + sccache_epilogue 2022-11-23T01:00:13.0642219Z + echo '::group::Sccache Compilation Log' 2022-11-23T01:00:13.0642809Z ##[group]Sccache Compilation Log 2022-11-23T01:00:13.0643122Z + echo '=================== sccache compilation log ===================' 2022-11-23T01:00:13.0643377Z =================== sccache compilation log =================== 2022-11-23T01:00:13.0643694Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-11-23T01:00:13.0809636Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-11-23T01:00:13.0810054Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-11-23T01:00:13.0810356Z + sccache --show-stats 2022-11-23T01:00:13.0829003Z Compile requests 7347 2022-11-23T01:00:13.0829370Z Compile requests executed 6966 2022-11-23T01:00:13.0830029Z Cache hits 6940 2022-11-23T01:00:13.0830240Z Cache hits (C/C++) 6940 2022-11-23T01:00:13.0830547Z Cache misses 1 2022-11-23T01:00:13.0830875Z Cache misses (C/C++) 1 2022-11-23T01:00:13.0831214Z Cache timeouts 0 2022-11-23T01:00:13.0831539Z Cache read errors 0 2022-11-23T01:00:13.0831877Z Forced recaches 0 2022-11-23T01:00:13.0832239Z Cache write errors 0 2022-11-23T01:00:13.0832627Z Compilation failures 9 2022-11-23T01:00:13.0832898Z Cache errors 16 2022-11-23T01:00:13.0833090Z Cache errors (C/C++) 16 2022-11-23T01:00:13.0833384Z Non-cacheable compilations 0 2022-11-23T01:00:13.0833626Z Non-cacheable calls 17 2022-11-23T01:00:13.0833998Z Non-compilation calls 364 2022-11-23T01:00:13.0834213Z Unsupported compiler calls 0 2022-11-23T01:00:13.0834415Z Average cache write 0.040 s 2022-11-23T01:00:13.0834626Z Average cache read miss 9.459 s 2022-11-23T01:00:13.0834838Z Average cache read hit 0.028 s 2022-11-23T01:00:13.0835046Z Failed distributed compilations 0 2022-11-23T01:00:13.0835181Z 2022-11-23T01:00:13.0835290Z Non-cacheable reasons: 2022-11-23T01:00:13.0835493Z multiple input files 16 2022-11-23T01:00:13.0835699Z unknown source language 1 2022-11-23T01:00:13.0835812Z 2022-11-23T01:00:13.0836233Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:00:13.0836660Z + sccache --stop-server 2022-11-23T01:00:13.0855265Z Stopping sccache server... 2022-11-23T01:00:13.0857502Z Compile requests 7347 2022-11-23T01:00:13.0857875Z Compile requests executed 6966 2022-11-23T01:00:13.0858182Z Cache hits 6940 2022-11-23T01:00:13.0858483Z Cache hits (C/C++) 6940 2022-11-23T01:00:13.0858819Z Cache misses 1 2022-11-23T01:00:13.0859183Z Cache misses (C/C++) 1 2022-11-23T01:00:13.0859547Z Cache timeouts 0 2022-11-23T01:00:13.0859787Z Cache read errors 0 2022-11-23T01:00:13.0860032Z Forced recaches 0 2022-11-23T01:00:13.0860379Z Cache write errors 0 2022-11-23T01:00:13.0860622Z Compilation failures 9 2022-11-23T01:00:13.0860828Z Cache errors 16 2022-11-23T01:00:13.0861020Z Cache errors (C/C++) 16 2022-11-23T01:00:13.0861337Z Non-cacheable compilations 0 2022-11-23T01:00:13.0861580Z Non-cacheable calls 17 2022-11-23T01:00:13.0861834Z Non-compilation calls 364 2022-11-23T01:00:13.0862146Z Unsupported compiler calls 0 2022-11-23T01:00:13.0862464Z Average cache write 0.040 s 2022-11-23T01:00:13.0862777Z Average cache read miss 9.459 s 2022-11-23T01:00:13.0863096Z Average cache read hit 0.028 s 2022-11-23T01:00:13.0863312Z Failed distributed compilations 0 2022-11-23T01:00:13.0863448Z 2022-11-23T01:00:13.0863564Z Non-cacheable reasons: 2022-11-23T01:00:13.0863767Z multiple input files 16 2022-11-23T01:00:13.0863994Z unknown source language 1 2022-11-23T01:00:13.0864121Z 2022-11-23T01:00:13.0864779Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:00:13.0865257Z + echo ::endgroup:: 2022-11-23T01:00:13.0865740Z ##[endgroup] 2022-11-23T01:00:13.0926882Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:00:13.0927309Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:00:13.0947026Z shell: /usr/bin/bash -e {0} 2022-11-23T01:00:13.0947227Z ##[endgroup] 2022-11-23T01:00:13.1022431Z zip warning: name not matched: .pytorch-test-times.json 2022-11-23T01:00:13.1034548Z adding: dist/ (stored 0%) 2022-11-23T01:00:17.7016673Z adding: dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl (deflated 2%) 2022-11-23T01:00:17.7017261Z adding: build/custom_test_artifacts/ (stored 0%) 2022-11-23T01:00:17.7017883Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-11-23T01:00:17.7018574Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-11-23T01:00:17.7020098Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:00:17.7020847Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:00:17.7021834Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:00:17.7022658Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:00:17.7023462Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:00:17.7024454Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:00:17.7026443Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:00:17.7026907Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:00:17.7027366Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:00:17.7029439Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:00:17.7031539Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:00:17.7033714Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:00:17.7034279Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:00:17.7036560Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:00:17.7037681Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:00:17.7038124Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:00:17.7039048Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:00:17.7039919Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:00:17.7040745Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-11-23T01:00:17.7041601Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:00:17.7042546Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:00:17.7043468Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-11-23T01:00:17.7044294Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 65%) 2022-11-23T01:00:17.7045299Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-11-23T01:00:17.7046365Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 72%) 2022-11-23T01:00:17.7047243Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-11-23T01:00:17.7048096Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 36%) 2022-11-23T01:00:17.7048967Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:00:17.7063938Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 92%) 2022-11-23T01:00:17.7196482Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 80%) 2022-11-23T01:00:17.7197359Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-11-23T01:00:17.7198240Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:00:17.7199329Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:00:17.7200262Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-11-23T01:00:17.7201132Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 66%) 2022-11-23T01:00:17.7201992Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:00:17.7202881Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 75%) 2022-11-23T01:00:17.7203791Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-11-23T01:00:17.7204664Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 37%) 2022-11-23T01:00:17.7205539Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:00:17.7220916Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 92%) 2022-11-23T01:00:17.7316845Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 80%) 2022-11-23T01:00:17.7317826Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:00:17.7318740Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-11-23T01:00:17.7319577Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:00:17.7320384Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:00:17.7321182Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 85%) 2022-11-23T01:00:17.7322194Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:00:17.7323539Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2022-11-23T01:00:17.7324273Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:00:17.7446406Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 71%) 2022-11-23T01:00:17.7529282Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 70%) 2022-11-23T01:00:17.7529654Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-11-23T01:00:17.7530022Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-11-23T01:00:17.7532811Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:00:17.7533231Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:00:17.7533664Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:00:17.7534098Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:00:17.7534530Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:00:17.7536033Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:00:17.7538153Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:00:17.7538598Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:00:17.7539041Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:00:17.7541081Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:00:17.7543147Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:00:17.7545275Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:00:17.7545879Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:00:17.7548201Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:00:17.7549439Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:00:17.7549932Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:00:17.7550481Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:00:17.7550957Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:00:17.7551457Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-11-23T01:00:17.7551989Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:00:17.7552528Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:00:17.7552988Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-11-23T01:00:17.7553486Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 68%) 2022-11-23T01:00:17.7554121Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-11-23T01:00:17.7554677Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 74%) 2022-11-23T01:00:17.7555194Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:00:17.7555660Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 37%) 2022-11-23T01:00:17.7556128Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-11-23T01:00:17.7573907Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 92%) 2022-11-23T01:00:17.7647474Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2022-11-23T01:00:17.7648241Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:00:17.7648781Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-11-23T01:00:17.7649223Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:00:17.7649817Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-11-23T01:00:17.7650911Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 85%) 2022-11-23T01:00:17.7652833Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:00:17.7654044Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-11-23T01:00:17.7654592Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:00:17.7718688Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2022-11-23T01:00:17.7719075Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-11-23T01:00:17.7719462Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-11-23T01:00:17.7722105Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:00:17.7722619Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:00:17.7723069Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:00:17.7723532Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:00:17.7723978Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:00:17.7725541Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:00:17.7727871Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:00:17.7728344Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:00:17.7728809Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:00:17.7730781Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:00:17.7732836Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:00:17.7734981Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:00:17.7735587Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:00:17.7737853Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:00:17.7739000Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:00:17.7739479Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:00:17.7740092Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:00:17.7740613Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:00:17.7741137Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-11-23T01:00:17.7741690Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:00:17.7742340Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:00:17.7742850Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:00:17.7743460Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 67%) 2022-11-23T01:00:17.7744007Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:00:17.7744639Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 74%) 2022-11-23T01:00:17.7745145Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:00:17.7745625Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 36%) 2022-11-23T01:00:17.7746119Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:00:17.7749226Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 89%) 2022-11-23T01:00:17.7920625Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2022-11-23T01:00:17.7921198Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-11-23T01:00:17.7921755Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:00:17.7922334Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:00:17.7922849Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:00:17.7923417Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 67%) 2022-11-23T01:00:17.7924026Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-11-23T01:00:17.7924686Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 76%) 2022-11-23T01:00:17.7925202Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-11-23T01:00:17.7925697Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 37%) 2022-11-23T01:00:17.7926339Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:00:17.7943727Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 92%) 2022-11-23T01:00:17.8012326Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 79%) 2022-11-23T01:00:17.8013015Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-11-23T01:00:17.8013517Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-11-23T01:00:17.8013990Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:00:17.8014491Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:00:17.8015333Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 85%) 2022-11-23T01:00:17.8017253Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:00:17.8018510Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-11-23T01:00:17.8019252Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:00:17.8176419Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 71%) 2022-11-23T01:00:17.8236027Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 71%) 2022-11-23T01:00:17.8236559Z adding: build/lib/ (stored 0%) 2022-11-23T01:00:17.8237283Z adding: build/lib/libclog.a (deflated 74%) 2022-11-23T01:00:17.8324436Z adding: build/lib/libgtest.a (deflated 73%) 2022-11-23T01:00:17.8339069Z adding: build/lib/libpthreadpool.a (deflated 59%) 2022-11-23T01:00:17.8465464Z adding: build/lib/libbenchmark.a (deflated 69%) 2022-11-23T01:00:17.8476999Z adding: build/lib/libittnotify.a (deflated 78%) 2022-11-23T01:00:17.8614456Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2022-11-23T01:00:17.8659320Z adding: build/lib/libtensorpipe_uv.a (deflated 65%) 2022-11-23T01:00:17.8816631Z adding: build/lib/libgloo.a (deflated 70%) 2022-11-23T01:00:17.8930383Z adding: build/lib/libasmjit.a (deflated 62%) 2022-11-23T01:00:17.9633472Z adding: build/lib/libprotobuf.a (deflated 72%) 2022-11-23T01:00:17.9692170Z adding: build/lib/libfmt.a (deflated 72%) 2022-11-23T01:00:17.9693072Z adding: build/lib/libfoxi_loader.a (deflated 59%) 2022-11-23T01:00:17.9807161Z adding: build/lib/libc10.so (deflated 62%) 2022-11-23T01:00:17.9809048Z adding: build/lib/libtorch_global_deps.so (deflated 87%) 2022-11-23T01:00:17.9821525Z adding: build/lib/libcpuinfo.a (deflated 69%) 2022-11-23T01:00:17.9846578Z adding: build/lib/libcpuinfo_internals.a (deflated 70%) 2022-11-23T01:00:18.0615903Z adding: build/lib/libprotoc.a (deflated 70%) 2022-11-23T01:00:18.0638184Z adding: build/lib/libqnnpack.a (deflated 65%) 2022-11-23T01:00:18.0641716Z adding: build/lib/libnnpack_reference_layers.a (deflated 69%) 2022-11-23T01:00:18.0666947Z adding: build/lib/libgmock.a (deflated 71%) 2022-11-23T01:00:18.0699412Z adding: build/lib/libpytorch_qnnpack.a (deflated 66%) 2022-11-23T01:00:18.0700139Z adding: build/lib/libbenchmark_main.a (deflated 65%) 2022-11-23T01:00:18.0701325Z adding: build/lib/libgtest_main.a (deflated 64%) 2022-11-23T01:00:19.2286908Z adding: build/lib/libdnnl.a (deflated 80%) 2022-11-23T01:00:19.3098925Z adding: build/lib/libtensorpipe.a (deflated 77%) 2022-11-23T01:00:19.3127711Z adding: build/lib/libnnpack.a (deflated 72%) 2022-11-23T01:00:19.4907590Z adding: build/lib/libfbgemm.a (deflated 82%) 2022-11-23T01:00:19.4908131Z adding: build/lib/libgmock_main.a (deflated 64%) 2022-11-23T01:00:19.6310998Z adding: build/lib/libdnnl_graph.a (deflated 78%) 2022-11-23T01:00:19.6710475Z adding: build/lib/libkineto.a (deflated 69%) 2022-11-23T01:00:19.6904912Z adding: build/lib/libXNNPACK.a (deflated 70%) 2022-11-23T01:00:19.6905410Z adding: build/lib/libCaffe2_perfkernels_avx512.a (deflated 69%) 2022-11-23T01:00:19.6906750Z adding: build/lib/libCaffe2_perfkernels_avx.a (deflated 61%) 2022-11-23T01:00:19.7007168Z adding: build/lib/libcaffe2_protos.a (deflated 75%) 2022-11-23T01:00:19.7050530Z adding: build/lib/libCaffe2_perfkernels_avx2.a (deflated 64%) 2022-11-23T01:00:19.7109693Z adding: build/lib/libonnx_proto.a (deflated 77%) 2022-11-23T01:00:19.7976196Z adding: build/lib/libonnx.a (deflated 75%) 2022-11-23T01:00:23.3589546Z adding: build/lib/libtorch_cpu.so (deflated 70%) 2022-11-23T01:00:23.3590587Z adding: build/lib/libtorch.so (deflated 88%) 2022-11-23T01:00:23.3625393Z adding: build/lib/libjitbackend_test.so (deflated 63%) 2022-11-23T01:00:23.3670965Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2022-11-23T01:00:23.3751346Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-11-23T01:00:23.3757669Z adding: build/lib/libshm.so (deflated 64%) 2022-11-23T01:00:23.3763548Z adding: build/lib/libcaffe2_module_test_dynamic.so (deflated 70%) 2022-11-23T01:00:23.8594718Z adding: build/lib/libcaffe2_detectron_ops.so (deflated 72%) 2022-11-23T01:00:23.8692414Z adding: build/lib/libcaffe2_observers.so (deflated 62%) 2022-11-23T01:00:24.1106024Z adding: build/lib/libtorch_python.so (deflated 67%) 2022-11-23T01:00:24.1164596Z adding: build/lib/libnnapi_backend.so (deflated 59%) 2022-11-23T01:00:24.1164860Z adding: build/bin/ (stored 0%) 2022-11-23T01:00:24.1165072Z adding: build/bin/CMakeFiles/ (stored 0%) 2022-11-23T01:00:24.1173984Z adding: build/bin/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:00:24.1181006Z adding: build/bin/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:00:24.1261016Z adding: build/bin/weakref_test (deflated 60%) 2022-11-23T01:00:24.1267625Z adding: build/bin/Makefile (deflated 74%) 2022-11-23T01:00:24.1270042Z adding: build/bin/verify_api_visibility (deflated 83%) 2022-11-23T01:00:24.1270538Z adding: build/bin/cmake_install.cmake (deflated 58%) 2022-11-23T01:00:24.1378496Z adding: build/bin/vmap_test (deflated 62%) 2022-11-23T01:00:24.1385650Z adding: build/bin/CTestTestfile.cmake (deflated 40%) 2022-11-23T01:00:24.1462591Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 60%) 2022-11-23T01:00:24.1543252Z adding: build/bin/c10_DeviceGuard_test (deflated 61%) 2022-11-23T01:00:24.1622157Z adding: build/bin/c10_Device_test (deflated 60%) 2022-11-23T01:00:24.1713780Z adding: build/bin/c10_DispatchKeySet_test (deflated 61%) 2022-11-23T01:00:24.1788626Z adding: build/bin/c10_StreamGuard_test (deflated 60%) 2022-11-23T01:00:24.1865536Z adding: build/bin/c10_SymInt_test (deflated 60%) 2022-11-23T01:00:24.1952121Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-11-23T01:00:24.2040592Z adding: build/bin/c10_SizesAndStrides_test (deflated 61%) 2022-11-23T01:00:24.2127650Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-11-23T01:00:24.2206912Z adding: build/bin/c10_C++17_test (deflated 61%) 2022-11-23T01:00:24.2281778Z adding: build/bin/c10_Array_test (deflated 60%) 2022-11-23T01:00:24.2364170Z adding: build/bin/c10_Bitset_test (deflated 62%) 2022-11-23T01:00:24.2439083Z adding: build/bin/c10_ConstexprCrc_test (deflated 60%) 2022-11-23T01:00:24.2515570Z adding: build/bin/c10_DeadlockDetection_test (deflated 60%) 2022-11-23T01:00:24.2593460Z adding: build/bin/c10_Half_test (deflated 60%) 2022-11-23T01:00:24.2680896Z adding: build/bin/c10_LeftRight_test (deflated 62%) 2022-11-23T01:00:24.2775422Z adding: build/bin/c10_Metaprogramming_test (deflated 65%) 2022-11-23T01:00:24.2853737Z adding: build/bin/c10_Synchronized_test (deflated 60%) 2022-11-23T01:00:24.3053418Z adding: build/bin/c10_SmallVectorTest (deflated 74%) 2022-11-23T01:00:24.3141728Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-11-23T01:00:24.3223361Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-11-23T01:00:24.3301960Z adding: build/bin/c10_TypeList_test (deflated 61%) 2022-11-23T01:00:24.3377405Z adding: build/bin/c10_TypeTraits_test (deflated 60%) 2022-11-23T01:00:24.3457860Z adding: build/bin/c10_accumulate_test (deflated 60%) 2022-11-23T01:00:24.3546077Z adding: build/bin/c10_bfloat16_test (deflated 60%) 2022-11-23T01:00:24.3630111Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-11-23T01:00:24.3717131Z adding: build/bin/c10_complex_test (deflated 60%) 2022-11-23T01:00:24.3798592Z adding: build/bin/c10_exception_test (deflated 60%) 2022-11-23T01:00:24.3970887Z adding: build/bin/c10_either_test (deflated 71%) 2022-11-23T01:00:24.4038347Z adding: build/bin/c10_flags_test (deflated 60%) 2022-11-23T01:00:24.4277522Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2022-11-23T01:00:24.4356261Z adding: build/bin/c10_irange_test (deflated 60%) 2022-11-23T01:00:24.4446404Z adding: build/bin/c10_logging_test (deflated 60%) 2022-11-23T01:00:24.4541298Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 63%) 2022-11-23T01:00:24.4656046Z adding: build/bin/c10_optional_test (deflated 63%) 2022-11-23T01:00:24.4741363Z adding: build/bin/c10_registry_test (deflated 60%) 2022-11-23T01:00:24.4821894Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-11-23T01:00:24.4913276Z adding: build/bin/c10_string_view_test (deflated 62%) 2022-11-23T01:00:24.5001664Z adding: build/bin/c10_typeid_test (deflated 61%) 2022-11-23T01:00:24.5092039Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2022-11-23T01:00:24.5872938Z adding: build/bin/protoc-3.13.0.0 (deflated 60%) 2022-11-23T01:00:24.6655365Z adding: build/bin/protoc (deflated 60%) 2022-11-23T01:00:24.7069403Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 74%) 2022-11-23T01:00:24.7548882Z adding: build/bin/vec_test_all_types_AVX2 (deflated 71%) 2022-11-23T01:00:24.7632972Z adding: build/bin/HashStoreTest (deflated 60%) 2022-11-23T01:00:24.7716861Z adding: build/bin/FileStoreTest (deflated 60%) 2022-11-23T01:00:24.7811072Z adding: build/bin/TCPStoreTest (deflated 61%) 2022-11-23T01:00:24.7913148Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-11-23T01:00:24.7917692Z adding: build/bin/example_allreduce (deflated 68%) 2022-11-23T01:00:24.7999809Z adding: build/bin/Dimname_test (deflated 60%) 2022-11-23T01:00:24.8110965Z adding: build/bin/Dict_test (deflated 64%) 2022-11-23T01:00:24.8219519Z adding: build/bin/static_runtime_bench (deflated 58%) 2022-11-23T01:00:24.8316341Z adding: build/bin/MaybeOwned_test (deflated 64%) 2022-11-23T01:00:24.8405801Z adding: build/bin/NamedTensor_test (deflated 60%) 2022-11-23T01:00:24.8498745Z adding: build/bin/apply_utils_test (deflated 61%) 2022-11-23T01:00:24.8591932Z adding: build/bin/atest (deflated 61%) 2022-11-23T01:00:24.8688947Z adding: build/bin/basic (deflated 59%) 2022-11-23T01:00:24.9069751Z adding: build/bin/static_runtime_test (deflated 70%) 2022-11-23T01:00:24.9153917Z adding: build/bin/broadcast_test (deflated 60%) 2022-11-23T01:00:24.9244572Z adding: build/bin/cpu_generator_test (deflated 61%) 2022-11-23T01:00:24.9326659Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-11-23T01:00:24.9404869Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-11-23T01:00:24.9482226Z adding: build/bin/dlconvertor_test (deflated 60%) 2022-11-23T01:00:24.9616541Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-11-23T01:00:24.9707401Z adding: build/bin/extension_backend_test (deflated 60%) 2022-11-23T01:00:24.9794567Z adding: build/bin/half_test (deflated 60%) 2022-11-23T01:00:24.9943596Z adding: build/bin/ivalue_test (deflated 61%) 2022-11-23T01:00:25.0020467Z adding: build/bin/lazy_tensor_test (deflated 60%) 2022-11-23T01:00:25.0104614Z adding: build/bin/math_kernel_test (deflated 60%) 2022-11-23T01:00:25.0188610Z adding: build/bin/memory_format_test (deflated 60%) 2022-11-23T01:00:25.0272424Z adding: build/bin/memory_overlapping_test (deflated 60%) 2022-11-23T01:00:25.0352065Z adding: build/bin/operator_name_test (deflated 60%) 2022-11-23T01:00:25.0434213Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-11-23T01:00:25.0522365Z adding: build/bin/native_test (deflated 60%) 2022-11-23T01:00:25.0600755Z adding: build/bin/operators_test (deflated 60%) 2022-11-23T01:00:25.0683251Z adding: build/bin/packedtensoraccessor_test (deflated 60%) 2022-11-23T01:00:25.0786612Z adding: build/bin/pow_test (deflated 61%) 2022-11-23T01:00:25.0876424Z adding: build/bin/quantized_test (deflated 60%) 2022-11-23T01:00:25.0956009Z adding: build/bin/reportMemoryUsage_test (deflated 60%) 2022-11-23T01:00:25.1033541Z adding: build/bin/reduce_ops_test (deflated 60%) 2022-11-23T01:00:25.1122249Z adding: build/bin/scalar_tensor_test (deflated 60%) 2022-11-23T01:00:25.1212391Z adding: build/bin/scalar_test (deflated 60%) 2022-11-23T01:00:25.1293734Z adding: build/bin/stride_properties_test (deflated 60%) 2022-11-23T01:00:25.1409626Z adding: build/bin/tensor_iterator_test (deflated 67%) 2022-11-23T01:00:25.1496110Z adding: build/bin/type_ptr_test (deflated 61%) 2022-11-23T01:00:25.1499508Z adding: build/bin/thread_init_test (deflated 70%) 2022-11-23T01:00:25.1587066Z adding: build/bin/test_parallel (deflated 60%) 2022-11-23T01:00:25.1664115Z adding: build/bin/variant_test (deflated 60%) 2022-11-23T01:00:25.1757976Z adding: build/bin/type_test (deflated 61%) 2022-11-23T01:00:25.1839658Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-11-23T01:00:25.1919316Z adding: build/bin/wrapdim_test (deflated 60%) 2022-11-23T01:00:25.1995384Z adding: build/bin/xla_tensor_test (deflated 60%) 2022-11-23T01:00:25.2081813Z adding: build/bin/ExclusivelyOwned_test (deflated 61%) 2022-11-23T01:00:25.2174238Z adding: build/bin/IListRef_test (deflated 61%) 2022-11-23T01:00:25.2334617Z adding: build/bin/List_test (deflated 69%) 2022-11-23T01:00:25.2509576Z adding: build/bin/tensor_interop_test (deflated 61%) 2022-11-23T01:00:25.2589699Z adding: build/bin/TensorImpl_test (deflated 60%) 2022-11-23T01:00:25.2773436Z adding: build/bin/kernel_function_legacy_test (deflated 66%) 2022-11-23T01:00:25.2919172Z adding: build/bin/kernel_function_test (deflated 66%) 2022-11-23T01:00:25.3108469Z adding: build/bin/kernel_lambda_legacy_test (deflated 69%) 2022-11-23T01:00:25.3261878Z adding: build/bin/kernel_lambda_test (deflated 69%) 2022-11-23T01:00:25.3355200Z adding: build/bin/kernel_stackbased_test (deflated 61%) 2022-11-23T01:00:25.3454578Z adding: build/bin/KernelFunction_test (deflated 64%) 2022-11-23T01:00:25.3533334Z adding: build/bin/CppSignature_test (deflated 60%) 2022-11-23T01:00:25.3679845Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 65%) 2022-11-23T01:00:25.3754919Z adding: build/bin/op_allowlist_test (deflated 60%) 2022-11-23T01:00:25.4152603Z adding: build/bin/op_registration_test (deflated 76%) 2022-11-23T01:00:25.4630426Z adding: build/bin/blob_test (deflated 63%) 2022-11-23T01:00:25.4718588Z adding: build/bin/backend_fallback_test (deflated 60%) 2022-11-23T01:00:25.4799533Z adding: build/bin/common_test (deflated 60%) 2022-11-23T01:00:25.4880632Z adding: build/bin/event_test (deflated 60%) 2022-11-23T01:00:25.4960850Z adding: build/bin/context_test (deflated 60%) 2022-11-23T01:00:25.5127045Z adding: build/bin/graph_test (deflated 61%) 2022-11-23T01:00:25.5206177Z adding: build/bin/init_test (deflated 60%) 2022-11-23T01:00:25.5297995Z adding: build/bin/module_test (deflated 60%) 2022-11-23T01:00:25.5378297Z adding: build/bin/net_async_tracing_test (deflated 60%) 2022-11-23T01:00:25.5469072Z adding: build/bin/net_dag_utils_test (deflated 61%) 2022-11-23T01:00:25.5636950Z adding: build/bin/net_simple_refcount_test (deflated 61%) 2022-11-23T01:00:25.5818360Z adding: build/bin/net_test (deflated 62%) 2022-11-23T01:00:25.5982960Z adding: build/bin/observer_test (deflated 61%) 2022-11-23T01:00:25.6152266Z adding: build/bin/operator_schema_test (deflated 61%) 2022-11-23T01:00:25.6347134Z adding: build/bin/operator_test (deflated 62%) 2022-11-23T01:00:25.6446202Z adding: build/bin/parallel_net_test (deflated 61%) 2022-11-23T01:00:25.6620813Z adding: build/bin/plan_executor_test (deflated 61%) 2022-11-23T01:00:25.6709905Z adding: build/bin/serialization_test (deflated 60%) 2022-11-23T01:00:25.6797894Z adding: build/bin/stats_test (deflated 60%) 2022-11-23T01:00:25.6875804Z adding: build/bin/timer_test (deflated 60%) 2022-11-23T01:00:25.7047903Z adding: build/bin/transform_test (deflated 62%) 2022-11-23T01:00:25.7137242Z adding: build/bin/workspace_test (deflated 60%) 2022-11-23T01:00:25.7219646Z adding: build/bin/inline_container_test (deflated 60%) 2022-11-23T01:00:25.7297503Z adding: build/bin/fixed_divisor_test (deflated 60%) 2022-11-23T01:00:25.7394752Z adding: build/bin/math_test (deflated 61%) 2022-11-23T01:00:25.7476548Z adding: build/bin/fatal_signal_asan_no_sig_test (deflated 61%) 2022-11-23T01:00:25.7556295Z adding: build/bin/simple_queue_test (deflated 60%) 2022-11-23T01:00:25.7631727Z adding: build/bin/cpuid_test (deflated 60%) 2022-11-23T01:00:25.7791251Z adding: build/bin/proto_utils_test (deflated 61%) 2022-11-23T01:00:25.8152613Z adding: build/bin/cast_test (deflated 60%) 2022-11-23T01:00:25.8226943Z adding: build/bin/smart_tensor_printer_test (deflated 60%) 2022-11-23T01:00:25.8316205Z adding: build/bin/predictor_test (deflated 60%) 2022-11-23T01:00:25.8408120Z adding: build/bin/AlgorithmsTest (deflated 61%) 2022-11-23T01:00:25.8489362Z adding: build/bin/data_filler_test (deflated 60%) 2022-11-23T01:00:25.8574928Z adding: build/bin/BinaryMatchImplTest (deflated 60%) 2022-11-23T01:00:25.8665509Z adding: build/bin/GraphTest (deflated 60%) 2022-11-23T01:00:25.8749494Z adding: build/bin/MatchTest (deflated 60%) 2022-11-23T01:00:25.8839458Z adding: build/bin/NeuralNetTest (deflated 60%) 2022-11-23T01:00:25.8933962Z adding: build/bin/SubgraphMatcherTest (deflated 60%) 2022-11-23T01:00:25.9025652Z adding: build/bin/TarjansImplTest (deflated 63%) 2022-11-23T01:00:25.9111928Z adding: build/bin/TopoSortTest (deflated 59%) 2022-11-23T01:00:25.9274085Z adding: build/bin/time_observer_test (deflated 61%) 2022-11-23T01:00:25.9432532Z adding: build/bin/ssa_test (deflated 61%) 2022-11-23T01:00:25.9598747Z adding: build/bin/batch_matmul_op_test (deflated 61%) 2022-11-23T01:00:25.9764087Z adding: build/bin/boolean_unmask_ops_test (deflated 61%) 2022-11-23T01:00:25.9929169Z adding: build/bin/conv_transpose_op_mobile_test (deflated 61%) 2022-11-23T01:00:26.0097156Z adding: build/bin/elementwise_op_test (deflated 61%) 2022-11-23T01:00:26.0185414Z adding: build/bin/generate_proposals_op_util_boxes_test (deflated 59%) 2022-11-23T01:00:26.0363645Z adding: build/bin/generate_proposals_op_test (deflated 61%) 2022-11-23T01:00:26.0469090Z adding: build/bin/generate_proposals_op_util_nms_test (deflated 61%) 2022-11-23T01:00:26.0636621Z adding: build/bin/half_float_ops_test (deflated 61%) 2022-11-23T01:00:26.0719739Z adding: build/bin/text_file_reader_utils_test (deflated 60%) 2022-11-23T01:00:26.0888004Z adding: build/bin/string_ops_test (deflated 61%) 2022-11-23T01:00:26.1051971Z adding: build/bin/utility_ops_test (deflated 61%) 2022-11-23T01:00:26.1210560Z adding: build/bin/backend_cutting_test (deflated 61%) 2022-11-23T01:00:26.1377656Z adding: build/bin/int8_roi_align_op_test (deflated 61%) 2022-11-23T01:00:26.1578306Z adding: build/bin/int8_test (deflated 61%) 2022-11-23T01:00:26.1762399Z adding: build/bin/bound_shape_inference_test (deflated 62%) 2022-11-23T01:00:26.1927839Z adding: build/bin/converter_nomigraph_test (deflated 61%) 2022-11-23T01:00:26.2085451Z adding: build/bin/dead_code_elim_test (deflated 61%) 2022-11-23T01:00:26.2243343Z adding: build/bin/device_test (deflated 61%) 2022-11-23T01:00:26.2410490Z adding: build/bin/distributed_test (deflated 61%) 2022-11-23T01:00:26.2565574Z adding: build/bin/mobile_test (deflated 61%) 2022-11-23T01:00:26.2729535Z adding: build/bin/split_slss_test (deflated 61%) 2022-11-23T01:00:26.2899453Z adding: build/bin/nnpack_test (deflated 61%) 2022-11-23T01:00:26.3065282Z adding: build/bin/depthwise3x3_conv_op_test (deflated 61%) 2022-11-23T01:00:26.3225648Z adding: build/bin/common_subexpression_elimination_test (deflated 61%) 2022-11-23T01:00:26.3313054Z adding: build/bin/conv_to_nnpack_transform_test (deflated 60%) 2022-11-23T01:00:26.3488430Z adding: build/bin/pattern_net_transform_test (deflated 61%) 2022-11-23T01:00:26.3512839Z adding: build/bin/tutorial_tensorexpr (deflated 66%) 2022-11-23T01:00:26.3597174Z adding: build/bin/test_dist_autograd (deflated 60%) 2022-11-23T01:00:26.3707240Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-11-23T01:00:26.3710544Z adding: build/bin/parallel_benchmark (deflated 69%) 2022-11-23T01:00:26.3818812Z adding: build/bin/test_mobile_nnc (deflated 60%) 2022-11-23T01:00:26.3834001Z adding: build/bin/aot_model_compiler_test (deflated 67%) 2022-11-23T01:00:26.4345954Z adding: build/bin/test_lazy (deflated 73%) 2022-11-23T01:00:26.5606462Z adding: build/bin/test_tensorexpr (deflated 66%) 2022-11-23T01:00:26.5614045Z adding: build/bin/torch_shm_manager (deflated 61%) 2022-11-23T01:00:26.7478002Z adding: build/bin/test_api (deflated 67%) 2022-11-23T01:00:26.8391650Z adding: build/bin/test_jit (deflated 66%) 2022-11-23T01:00:26.8429275Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:00:26.8429505Z with: 2022-11-23T01:00:26.8429921Z name: caffe2-linux-focal-py3.7-gcc7 2022-11-23T01:00:26.8430141Z retention-days: 14 2022-11-23T01:00:26.8430325Z if-no-files-found: error 2022-11-23T01:00:26.8430523Z path: artifacts.zip 2022-11-23T01:00:26.8430716Z s3-bucket: gha-artifacts 2022-11-23T01:00:26.8430896Z region: us-east-1 2022-11-23T01:00:26.8431073Z ##[endgroup] 2022-11-23T01:00:27.7631311Z With the provided path, there will be 1 file uploaded 2022-11-23T01:00:27.7631821Z Uploading to s3 prefix: pytorch/pytorch/3528293554/caffe2-linux-focal-py3.7-gcc7 2022-11-23T01:00:27.7818381Z Starting upload of artifacts.zip 2022-11-23T01:00:30.5892049Z Finished upload of artifacts.zip 2022-11-23T01:00:30.6013453Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:00:30.6013676Z with: 2022-11-23T01:00:30.6013867Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T01:00:30.6014085Z retention-days: 365 2022-11-23T01:00:30.6014282Z if-no-files-found: warn 2022-11-23T01:00:30.6014568Z path: sccache-stats-*.json 2022-11-23T01:00:30.6014745Z name: artifact 2022-11-23T01:00:30.6014927Z s3-bucket: gha-artifacts 2022-11-23T01:00:30.6015118Z region: us-east-1 2022-11-23T01:00:30.6015278Z ##[endgroup] 2022-11-23T01:00:30.9300748Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T01:00:30.9301237Z With the provided path, there will be 1 file uploaded 2022-11-23T01:00:30.9301746Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T01:00:30.9308386Z Starting upload of sccache-stats-caffe2-linux-focal-py3.7-gcc7-9654934280.json 2022-11-23T01:00:31.0111360Z Finished upload of sccache-stats-caffe2-linux-focal-py3.7-gcc7-9654934280.json 2022-11-23T01:00:31.0220674Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-11-23T01:00:31.0220914Z with: 2022-11-23T01:00:31.0221078Z ##[endgroup] 2022-11-23T01:00:31.0235189Z ##[group]Run set -eou pipefail 2022-11-23T01:00:31.0235417Z set -eou pipefail 2022-11-23T01:00:31.0235605Z  2022-11-23T01:00:31.0235840Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-11-23T01:00:31.0236077Z for _ in $(seq 1440); do 2022-11-23T01:00:31.0236297Z  # Break if no ssh session exists anymore 2022-11-23T01:00:31.0236516Z  if [ "$(who)" = "" ]; then 2022-11-23T01:00:31.0236685Z  break 2022-11-23T01:00:31.0236850Z  fi 2022-11-23T01:00:31.0237020Z  echo "." 2022-11-23T01:00:31.0237178Z  sleep 5 2022-11-23T01:00:31.0237343Z done 2022-11-23T01:00:31.0248715Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:00:31.0248968Z ##[endgroup] 2022-11-23T01:00:31.0272664Z Holding runner for 2 hours until all ssh sessions have logged out 2022-11-23T01:00:31.0361553Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:00:31.0362095Z # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:00:31.0362543Z # shellcheck disable=SC2046 2022-11-23T01:00:31.0362948Z docker stop $(docker ps -q) || true 2022-11-23T01:00:31.0363343Z # Prune all of the docker images 2022-11-23T01:00:31.0363730Z docker system prune -af 2022-11-23T01:00:31.0378593Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:00:31.0378979Z ##[endgroup] 2022-11-23T01:00:39.1348794Z d768845b587a 2022-11-23T01:00:39.5157970Z Deleted Containers: 2022-11-23T01:00:39.5158300Z d768845b587ad82993beeede46eb5fa3bc6626a7355b0a3dc26106354686ccd4 2022-11-23T01:00:39.5158466Z 2022-11-23T01:00:41.8601661Z Deleted Images: 2022-11-23T01:00:41.8602752Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:00:41.8603448Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:128a8060bc8d0d2006ae18b574265c3aa935b731c43947b53188b825fa718d6b 2022-11-23T01:00:41.8603911Z deleted: sha256:ac950c018cbcc41d6d7a73f33ac11fc7d5ae0cb1e9dbf1f471e7802e3c2787b3 2022-11-23T01:00:41.8604265Z deleted: sha256:b2992f8a5deb11d65e86729b600a9462d189b6a0e2d64ddf46a935b534edee73 2022-11-23T01:00:41.8604627Z deleted: sha256:377952e5d625f33006da79581ca002fe8708e712667cd20f83e3be62d7468554 2022-11-23T01:00:41.8605061Z deleted: sha256:9843138b6a57d457beab855e3460284d1866ba91a97f30314c279e5d91fe8d13 2022-11-23T01:00:41.8605378Z deleted: sha256:ef7ffe0d473b250807d16fbe59333f43b284836e2f113fc021b51c63b2e011e7 2022-11-23T01:00:41.8605770Z deleted: sha256:36e6aaa83981278ab4c62090dd61d8e6b9646d6d29d3e8cf7fe3fa5d9513cf0a 2022-11-23T01:00:41.8606251Z deleted: sha256:547328983788be2665bb6e828066d6feeee1e5b15bf2ddc6bf2f259552437c2a 2022-11-23T01:00:41.8606569Z deleted: sha256:e2e21028b051073a8bc6980590edf442bdc3e1306e0028b49dfd55cf2c91b9ee 2022-11-23T01:00:41.8606896Z deleted: sha256:43b659b86bc116dbce677f866a791ec472a054d893eceadb868a83fc10ddf981 2022-11-23T01:00:41.8609936Z deleted: sha256:aee61630fbc682636784477102a9b6b79fe2d838f21e59d50668d685fdb299f8 2022-11-23T01:00:41.8610248Z deleted: sha256:dc980582b7d0ab6953bd378bfa7248ef8e950d4463bf46788b8c9fdd38de09c6 2022-11-23T01:00:41.8610589Z deleted: sha256:bc41e9d5653f1c334e1531d0b8f6a3c2c71eb1b5faa6ccf4f1982e341f3f51b7 2022-11-23T01:00:41.8610933Z deleted: sha256:cc9cae77052e164c6a73da731c9b62ff3d69b8ab2ec5e497ad84e27f512755a3 2022-11-23T01:00:41.8611252Z deleted: sha256:90bb77a23d716774ba1e5e2088208bd8737f96f2bbfb9a08e784f7251c6f76d6 2022-11-23T01:00:41.8611566Z deleted: sha256:8964a3bf610c6b0f62ab78a367344a7dd597b5c72219923f1e09001e2e3b79f3 2022-11-23T01:00:41.8611934Z deleted: sha256:b75210d5af1517b607b80542cb9a815c9703720427a8b559e399cb7a2a7ba8a7 2022-11-23T01:00:41.8612255Z deleted: sha256:14f0bcbce4ae20f68c2e993ad2746d59f4f456c783d5862b894e7245ff2940f4 2022-11-23T01:00:41.8612584Z deleted: sha256:9b6bcbca6fcb1af72a85da5f16b8295e3c678611151b4d16f9a1575fe3db8492 2022-11-23T01:00:41.8612925Z deleted: sha256:f199e2cb9461ed2044209904fafeb4de59b7c08fea775715b633eaaa1987d76a 2022-11-23T01:00:41.8613238Z deleted: sha256:70b4e3728651e26c75a4845e785a5e2e91e3a7d3203833638a093f2e1d8b221a 2022-11-23T01:00:41.8613535Z deleted: sha256:1d5959fe962bc85cd740541c582b145ce1374b02b323beff68a0426d63c86a49 2022-11-23T01:00:41.8613844Z deleted: sha256:87062382eaa8d09a8a232a7d4586e0241eb319eb75654d7d652183e890363f0a 2022-11-23T01:00:41.8614146Z deleted: sha256:31666c108535eb4050261a140e3f31726c89b938120e1e39ff1d81c8cab6a349 2022-11-23T01:00:41.8614444Z deleted: sha256:98a161950ac2230e581a5e15e4905b1855e6ee1fe94558d8473e2e65e375475f 2022-11-23T01:00:41.8614755Z deleted: sha256:c4276d6adb8f7a22a7dbacdc0f6552113ccc525a19608c9f201399a95862928c 2022-11-23T01:00:41.8615081Z deleted: sha256:61a0274c3c6c91a0cd553a026ed8b8f1a924c35295bb41c32927f7e6e4660d39 2022-11-23T01:00:41.8615409Z deleted: sha256:57f2baf11e15f4b61fd2de15d0f7c10150e83aca1de166f644c472b2780428e7 2022-11-23T01:00:41.8615718Z deleted: sha256:2a5723d4a8c0331709b4ff22a4d78f12e5e1396a281832c1c7f1ded6257c06b6 2022-11-23T01:00:41.8616033Z deleted: sha256:b235c0c7e72494541107ca95d5d5445eb1e94fbd4ce40b73d7d98010105de22a 2022-11-23T01:00:41.8616343Z deleted: sha256:74e83991baa883fd71a6668d703f0419506e79c602d19f6888efc9ee60eda5a0 2022-11-23T01:00:41.8616668Z deleted: sha256:149935fef489f40eadd6a9475abd8bd67700c1bc9fdff273fdfcc31ef4baa465 2022-11-23T01:00:41.8616993Z deleted: sha256:635c2c6690b7bbedfda868b6fb88cc966a2c005b9540839fa78c30bf0e8d0e08 2022-11-23T01:00:41.8617327Z deleted: sha256:c962aa8089ba331791c2b2b83740f4db5b1aac8ef8e891cdc595c3fdb5310dbc 2022-11-23T01:00:41.8617652Z deleted: sha256:b51083cce1d6de548b12fd7b666205f728d375ce6124109e79212b44fb198d87 2022-11-23T01:00:41.8617969Z deleted: sha256:e3c257e1d8787783e8f79a25fcd497cce01bd7bedcf407b8eae290d81428f1ca 2022-11-23T01:00:41.8618296Z deleted: sha256:68698630dd71c4db0eacdac941d296ab20d7c4370c8122793a2d452f0c6f476d 2022-11-23T01:00:41.8618620Z deleted: sha256:aca108602e826c17f32620b9ade1562004117a689df4bb1b4ae46b638a36c2a1 2022-11-23T01:00:41.8618932Z deleted: sha256:93b007516b03c7ea1975114590b8e43ae2e9309180acc0ee20b586dc41ff0e4c 2022-11-23T01:00:41.8619235Z deleted: sha256:4b0b6cc64e7afa0bebb597b5bb5755852430b284745950b748fdf945ee7c7343 2022-11-23T01:00:41.8619541Z deleted: sha256:510466f40335397d70041861d895d661aba31b0f89fe9ed823b502709e6a048c 2022-11-23T01:00:41.8619872Z deleted: sha256:a940b4fb25d752aed6e2effcfdd74338042ad2d2f1536438dc53a065b609d3b1 2022-11-23T01:00:41.8620187Z deleted: sha256:effe44ab85505068890636f69282d6246ca2c13d558b18d5ff52d44acedf52e4 2022-11-23T01:00:41.8620523Z deleted: sha256:2b26ee6f3f7e8b943ac9ae9d70b6fff3e4ebd4b5c42d530a5939aab7a5a8e968 2022-11-23T01:00:41.8620865Z deleted: sha256:b86b5801635d9fb03bccba09570b1c9c770d5eb6e6d1a1efde30df10444cbcda 2022-11-23T01:00:41.8621197Z deleted: sha256:491df340aee36942648573aeef75d3f1ece9f65d74f7d6a025b41ac68b17774b 2022-11-23T01:00:41.8621502Z deleted: sha256:e10409ac2ee50fb36987bc7932b127299cffc29888a5917ba29c36024f6fd3b6 2022-11-23T01:00:41.8621881Z deleted: sha256:eecb37d5ef051b777dce74f18fff350cc8c9c687f178d4321a1f4ba3a66f8e17 2022-11-23T01:00:41.8622219Z deleted: sha256:c033ce386c9769757faf2693533fea2abcd3e7c50f538aed3d0202907220131a 2022-11-23T01:00:41.8622528Z deleted: sha256:01cef2346a033872b4dc7c3938eb6be98e8c9b54ec05d98b84081c122f21d0e5 2022-11-23T01:00:41.8622854Z deleted: sha256:743ac6a4351c56c1d41bf297ddb1978e237e87ce4f78ef5eae80927c64b73c6e 2022-11-23T01:00:41.8623170Z deleted: sha256:6ae19417bc8a33832e82e9051aeca485e2839a197ed86584713056b959d53f6e 2022-11-23T01:00:41.8623498Z deleted: sha256:bd69c9e420df78782dec5b44ac56d41ee0fcb2deb00d6b2b439e5a33b79eb5d9 2022-11-23T01:00:41.8623864Z deleted: sha256:26986e9c9bf97e7a71da10396a6069f1d61d84cffa373ef9295ae547857faf74 2022-11-23T01:00:41.8624200Z deleted: sha256:a2fade5710ceea279a50353534afd459a814b185fe0f4a2baa00ed296a7e73a9 2022-11-23T01:00:41.8624522Z deleted: sha256:07108459e4c8e804d5f79b0a75a3902a681d1d77f1651dac39c5944cc9070846 2022-11-23T01:00:41.8624835Z deleted: sha256:afde38d23fe01a4fe20b0c36952db88f94e3ae5f90196a1f0da7f668ced05a1a 2022-11-23T01:00:41.8625176Z deleted: sha256:329b465bb32a9dc01247f25c90efd8ce5a2d1ca603c32f17c6becbf911de8ea9 2022-11-23T01:00:41.8625510Z deleted: sha256:2bf3e548b369a3c5003bf543698d18f933ece97bc5bcfd8bb7454dd4f3c02ec1 2022-11-23T01:00:41.8625854Z deleted: sha256:f4462d5b2da2985f37409c9b257afd2b9fb82356ce4e43e804ee34214242e34a 2022-11-23T01:00:41.8626021Z 2022-11-23T01:00:41.8798058Z Total reclaimed space: 6.996GB 2022-11-23T01:00:41.8850163Z Post job cleanup. 2022-11-23T01:00:41.8883692Z Post job cleanup. 2022-11-23T01:00:41.9932497Z [command]/usr/bin/git version 2022-11-23T01:00:42.0257347Z git version 2.37.1 2022-11-23T01:00:42.0295349Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/dae91e40-3dea-4ae0-830c-f8b6d723f83d' before making global git config changes 2022-11-23T01:00:42.0295798Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:00:42.0299537Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:00:42.0345099Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:00:42.0375017Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:00:42.0748435Z Entering 'android/libs/fbjni' 2022-11-23T01:00:42.0782824Z Entering 'third_party/FP16' 2022-11-23T01:00:42.0822373Z Entering 'third_party/FXdiv' 2022-11-23T01:00:42.0858940Z Entering 'third_party/NNPACK' 2022-11-23T01:00:42.0894007Z Entering 'third_party/QNNPACK' 2022-11-23T01:00:42.0927792Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:00:42.0959937Z Entering 'third_party/XNNPACK' 2022-11-23T01:00:42.1004918Z Entering 'third_party/benchmark' 2022-11-23T01:00:42.1038249Z Entering 'third_party/cpuinfo' 2022-11-23T01:00:42.1072152Z Entering 'third_party/cub' 2022-11-23T01:00:42.1106795Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:00:42.1145302Z Entering 'third_party/cutlass' 2022-11-23T01:00:42.1184972Z Entering 'third_party/eigen' 2022-11-23T01:00:42.1221154Z Entering 'third_party/fbgemm' 2022-11-23T01:00:42.1254613Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:00:42.1287446Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:00:42.1320071Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:00:42.1352747Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:00:42.1386901Z Entering 'third_party/flatbuffers' 2022-11-23T01:00:42.1422710Z Entering 'third_party/fmt' 2022-11-23T01:00:42.1456378Z Entering 'third_party/foxi' 2022-11-23T01:00:42.1489321Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:00:42.1522007Z Entering 'third_party/gloo' 2022-11-23T01:00:42.1556020Z Entering 'third_party/googletest' 2022-11-23T01:00:42.1589456Z Entering 'third_party/ideep' 2022-11-23T01:00:42.1623307Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:00:42.1658854Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:00:42.1698484Z Entering 'third_party/ios-cmake' 2022-11-23T01:00:42.1731298Z Entering 'third_party/ittapi' 2022-11-23T01:00:42.1764860Z Entering 'third_party/kineto' 2022-11-23T01:00:42.1798648Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:00:42.1831385Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:00:42.1866009Z Entering 'third_party/nccl/nccl' 2022-11-23T01:00:42.1899771Z Entering 'third_party/neon2sse' 2022-11-23T01:00:42.1932491Z Entering 'third_party/nlohmann' 2022-11-23T01:00:42.1967462Z Entering 'third_party/onnx' 2022-11-23T01:00:42.2010872Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:00:42.2044172Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:00:42.2079533Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:00:42.2112998Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:00:42.2151489Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:00:42.2184405Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:00:42.2218468Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:00:42.2256087Z Entering 'third_party/pocketfft' 2022-11-23T01:00:42.2288232Z Entering 'third_party/protobuf' 2022-11-23T01:00:42.2325308Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:00:42.2358878Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:00:42.2394152Z Entering 'third_party/psimd' 2022-11-23T01:00:42.2427275Z Entering 'third_party/pthreadpool' 2022-11-23T01:00:42.2460092Z Entering 'third_party/pybind11' 2022-11-23T01:00:42.2493114Z Entering 'third_party/python-enum' 2022-11-23T01:00:42.2525620Z Entering 'third_party/python-peachpy' 2022-11-23T01:00:42.2557836Z Entering 'third_party/python-six' 2022-11-23T01:00:42.2590171Z Entering 'third_party/sleef' 2022-11-23T01:00:42.2622896Z Entering 'third_party/tbb' 2022-11-23T01:00:42.2657072Z Entering 'third_party/tensorpipe' 2022-11-23T01:00:42.2691845Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:00:42.2723953Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:00:42.2756056Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:00:42.2788175Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:00:42.2821132Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:00:42.2856511Z Entering 'third_party/zstd' 2022-11-23T01:00:42.2902540Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:00:42.2927698Z http.https://github.com/.extraheader 2022-11-23T01:00:42.2934656Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:00:42.2964331Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:00:42.3211458Z Entering 'android/libs/fbjni' 2022-11-23T01:00:42.3230887Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3258236Z Entering 'third_party/FP16' 2022-11-23T01:00:42.3278036Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3303245Z Entering 'third_party/FXdiv' 2022-11-23T01:00:42.3323279Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3348080Z Entering 'third_party/NNPACK' 2022-11-23T01:00:42.3368180Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3394451Z Entering 'third_party/QNNPACK' 2022-11-23T01:00:42.3413870Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3439188Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:00:42.3458632Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3484444Z Entering 'third_party/XNNPACK' 2022-11-23T01:00:42.3504632Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3539724Z Entering 'third_party/benchmark' 2022-11-23T01:00:42.3559110Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3585158Z Entering 'third_party/cpuinfo' 2022-11-23T01:00:42.3604742Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3631249Z Entering 'third_party/cub' 2022-11-23T01:00:42.3651417Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3677500Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:00:42.3696860Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3729385Z Entering 'third_party/cutlass' 2022-11-23T01:00:42.3748546Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3780721Z Entering 'third_party/eigen' 2022-11-23T01:00:42.3800076Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3828361Z Entering 'third_party/fbgemm' 2022-11-23T01:00:42.3848048Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3874379Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:00:42.3893896Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3919420Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:00:42.3938651Z http.https://github.com/.extraheader 2022-11-23T01:00:42.3964267Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:00:42.3983419Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4009675Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:00:42.4028840Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4055831Z Entering 'third_party/flatbuffers' 2022-11-23T01:00:42.4075197Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4102178Z Entering 'third_party/fmt' 2022-11-23T01:00:42.4121546Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4147349Z Entering 'third_party/foxi' 2022-11-23T01:00:42.4167563Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4192888Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:00:42.4213900Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4238646Z Entering 'third_party/gloo' 2022-11-23T01:00:42.4258177Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4283587Z Entering 'third_party/googletest' 2022-11-23T01:00:42.4302928Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4328558Z Entering 'third_party/ideep' 2022-11-23T01:00:42.4347359Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4372344Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:00:42.4390807Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4418269Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:00:42.4436541Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4468789Z Entering 'third_party/ios-cmake' 2022-11-23T01:00:42.4488169Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4513144Z Entering 'third_party/ittapi' 2022-11-23T01:00:42.4532503Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4556896Z Entering 'third_party/kineto' 2022-11-23T01:00:42.4576077Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4600965Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:00:42.4619756Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4644708Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:00:42.4663139Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4689846Z Entering 'third_party/nccl/nccl' 2022-11-23T01:00:42.4708447Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4735226Z Entering 'third_party/neon2sse' 2022-11-23T01:00:42.4754381Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4778556Z Entering 'third_party/nlohmann' 2022-11-23T01:00:42.4797613Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4823408Z Entering 'third_party/onnx' 2022-11-23T01:00:42.4842988Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4878516Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:00:42.4898908Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4924014Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:00:42.4943923Z http.https://github.com/.extraheader 2022-11-23T01:00:42.4970990Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:00:42.4989894Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5015422Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:00:42.5033458Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5062371Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:00:42.5080980Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5105657Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:00:42.5124447Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5149266Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:00:42.5169234Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5199291Z Entering 'third_party/pocketfft' 2022-11-23T01:00:42.5218487Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5243770Z Entering 'third_party/protobuf' 2022-11-23T01:00:42.5262484Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5291585Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:00:42.5309899Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5334684Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:00:42.5353300Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5379605Z Entering 'third_party/psimd' 2022-11-23T01:00:42.5398422Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5423518Z Entering 'third_party/pthreadpool' 2022-11-23T01:00:42.5442412Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5467442Z Entering 'third_party/pybind11' 2022-11-23T01:00:42.5486991Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5512004Z Entering 'third_party/python-enum' 2022-11-23T01:00:42.5531166Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5555474Z Entering 'third_party/python-peachpy' 2022-11-23T01:00:42.5574372Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5599412Z Entering 'third_party/python-six' 2022-11-23T01:00:42.5618740Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5643264Z Entering 'third_party/sleef' 2022-11-23T01:00:42.5662851Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5688343Z Entering 'third_party/tbb' 2022-11-23T01:00:42.5707327Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5734262Z Entering 'third_party/tensorpipe' 2022-11-23T01:00:42.5753387Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5778479Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:00:42.5797438Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5823946Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:00:42.5843668Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5868770Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:00:42.5888576Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5913291Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:00:42.5931735Z http.https://github.com/.extraheader 2022-11-23T01:00:42.5956562Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:00:42.5975746Z http.https://github.com/.extraheader 2022-11-23T01:00:42.6003129Z Entering 'third_party/zstd' 2022-11-23T01:00:42.6021596Z http.https://github.com/.extraheader 2022-11-23T01:00:42.6263287Z Evaluate and set job outputs 2022-11-23T01:00:42.6272534Z Set output 'docker-image' 2022-11-23T01:00:42.6273714Z Cleaning up orphan processes